<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Converting Cells Formatted as Text</title>
	<atom:link href="http://www.dailydoseofexcel.com/archives/2009/10/12/converting-cells-formatted-as-text/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailydoseofexcel.com/archives/2009/10/12/converting-cells-formatted-as-text/</link>
	<description>Daily posts of Excel tips…and other stuff</description>
	<lastBuildDate>Thu, 09 Feb 2012 23:42:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Mark</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/10/12/converting-cells-formatted-as-text/#comment-44469</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Thu, 11 Mar 2010 01:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=3113#comment-44469</guid>
		<description>&lt;p&gt;I know I&#039;m late to the party here, but I wanted to point out that when using &quot;Text to Columns&quot;, it is possible (and, in this case, desirable) to uncheck all &quot;Delimiters&quot;. Seems counter-intuitive that they would allow this, but it works. Aside from the desired recalculation, it is essentially a no-op.&lt;/p&gt;
&lt;p&gt;I also use this trick to &quot;turn off&quot; automatic Text to Columns when pasting text into a spreadsheet after I have already used Text to Columns. Before learning this trick, I used to exit excel to turn off the automatic text to columns &quot;feature&quot;.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I know I&#8217;m late to the party here, but I wanted to point out that when using &#8220;Text to Columns&#8221;, it is possible (and, in this case, desirable) to uncheck all &#8220;Delimiters&#8221;. Seems counter-intuitive that they would allow this, but it works. Aside from the desired recalculation, it is essentially a no-op.</p>
<p>I also use this trick to &#8220;turn off&#8221; automatic Text to Columns when pasting text into a spreadsheet after I have already used Text to Columns. Before learning this trick, I used to exit excel to turn off the automatic text to columns &#8220;feature&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lhm</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/10/12/converting-cells-formatted-as-text/#comment-44433</link>
		<dc:creator>lhm</dc:creator>
		<pubDate>Tue, 09 Mar 2010 21:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=3113#comment-44433</guid>
		<description>&lt;p&gt;@Split Infinitive -&lt;/p&gt;
&lt;p&gt;One way is to add another column that links to the row containing the manager:&lt;/p&gt;
&lt;p&gt;     _A_  _B_  _C_&lt;br&gt;
1&#124;  444  444  =1&lt;br&gt;
2&#124;  333  444  =1+C1&lt;br&gt;
3&#124;  222  333  =1+C2&lt;br&gt;
4&#124;  111  333  =1+C2&lt;/p&gt;
&lt;p&gt;Assume Employee no. in column A and Manager is in Column B.&lt;/p&gt;
&lt;p&gt;Put C1=1 and C2=&quot;=1+C&quot;&amp;MATCH(B2,A:A,0) and fill down as shown in the table.&lt;/p&gt;
&lt;p&gt;Then copy/paste special values and evaluate the resulting formulas in column C using one of the methods described above.&lt;/p&gt;
&lt;p&gt;You can then select C1 and press Ctrl+Shift+} (Goto&#124;Special&#124;Dependents) to get rows of all employees refering to C1.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@Split Infinitive -</p>
<p>One way is to add another column that links to the row containing the manager:</p>
<p>     _A_  _B_  _C_<br />
1|  444  444  =1<br />
2|  333  444  =1+C1<br />
3|  222  333  =1+C2<br />
4|  111  333  =1+C2</p>
<p>Assume Employee no. in column A and Manager is in Column B.</p>
<p>Put C1=1 and C2=&#8221;=1+C&#8221;&amp;MATCH(B2,A:A,0) and fill down as shown in the table.</p>
<p>Then copy/paste special values and evaluate the resulting formulas in column C using one of the methods described above.</p>
<p>You can then select C1 and press Ctrl+Shift+} (Goto|Special|Dependents) to get rows of all employees refering to C1.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Split Infinitive</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/10/12/converting-cells-formatted-as-text/#comment-42401</link>
		<dc:creator>Split Infinitive</dc:creator>
		<pubDate>Thu, 26 Nov 2009 04:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=3113#comment-42401</guid>
		<description>&lt;p&gt;Hi!&lt;/p&gt;
&lt;p&gt;I have a spreadsheet that gives me the employee number (a unique identifier), the name of the employee, and the supervisor&#039;s name. Now, its easy to find out the number of people reporting in to every supervisor. However, if I want to find out the span of control of a supervisor, how do I go about finding that? E.g. Emp #111 &amp; #222 report to Emp #333; Emp #333, in turn, reports to Emp #444, ergo, Emp #444&#039;s span of control is 3 (Emp #333 and the employees reporting to #333 i.e. #111 and #222). Any assistance will be greatly appreciated.&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>I have a spreadsheet that gives me the employee number (a unique identifier), the name of the employee, and the supervisor&#8217;s name. Now, its easy to find out the number of people reporting in to every supervisor. However, if I want to find out the span of control of a supervisor, how do I go about finding that? E.g. Emp #111 &amp; #222 report to Emp #333; Emp #333, in turn, reports to Emp #444, ergo, Emp #444&#8242;s span of control is 3 (Emp #333 and the employees reporting to #333 i.e. #111 and #222). Any assistance will be greatly appreciated.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/10/12/converting-cells-formatted-as-text/#comment-41897</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Thu, 29 Oct 2009 18:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=3113#comment-41897</guid>
		<description>&lt;p&gt;Thomas -&lt;/p&gt;
&lt;p&gt;Even better is to select an empty cell, and use Paste Special - Add. This way you don&#039;t have to clutter up a cell with &quot;1?. But these paste special tips are for regular numeric cells that are formatted as text, while the topic of the post is formulas in cells that are formatted as text.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thomas -</p>
<p>Even better is to select an empty cell, and use Paste Special &#8211; Add. This way you don&#8217;t have to clutter up a cell with &#8220;1?. But these paste special tips are for regular numeric cells that are formatted as text, while the topic of the post is formulas in cells that are formatted as text.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/10/12/converting-cells-formatted-as-text/#comment-41881</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Wed, 28 Oct 2009 22:48:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=3113#comment-41881</guid>
		<description>&lt;p&gt;- select an empty cell and write the number &#039;1&#039;&lt;br&gt;
- copy the cell&lt;br&gt;
- select the range that you want to be revaluated by excel&lt;br&gt;
- use &#039;paste special&#039; and select &#039;multiply&#039;&lt;/p&gt;
&lt;p&gt;All cells in the range is being mulitiplied by &#039;1&#039; and thereby revaluated.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>- select an empty cell and write the number &#8217;1&#8242;<br />
- copy the cell<br />
- select the range that you want to be revaluated by excel<br />
- use &#8216;paste special&#8217; and select &#8216;multiply&#8217;</p>
<p>All cells in the range is being mulitiplied by &#8217;1&#8242; and thereby revaluated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Benson</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/10/12/converting-cells-formatted-as-text/#comment-41870</link>
		<dc:creator>Bill Benson</dc:creator>
		<pubDate>Wed, 28 Oct 2009 14:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=3113#comment-41870</guid>
		<description>&lt;p&gt;I enjoyed seeing this usage of Data Text To Columns -- especially since it uses Tab as the delimiter which will not mess up your Excel session therafter (whenever any other delimiter is used it thereafter affects all pasted data, seemingly).&lt;/p&gt;
&lt;p&gt;Isn&#039;t it Replace &quot;=&quot; to &quot;=&quot; does not work when formulas are longer than 256 characters?&lt;/p&gt;
&lt;p&gt;For that matter, I find it impossible to read (in the sheet) a formula in a Text-formatted cell which is longer than 255 characters. I can see it in the formula bar interestingly enough.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I enjoyed seeing this usage of Data Text To Columns &#8212; especially since it uses Tab as the delimiter which will not mess up your Excel session therafter (whenever any other delimiter is used it thereafter affects all pasted data, seemingly).</p>
<p>Isn&#8217;t it Replace &#8220;=&#8221; to &#8220;=&#8221; does not work when formulas are longer than 256 characters?</p>
<p>For that matter, I find it impossible to read (in the sheet) a formula in a Text-formatted cell which is longer than 255 characters. I can see it in the formula bar interestingly enough.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zach</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/10/12/converting-cells-formatted-as-text/#comment-41626</link>
		<dc:creator>zach</dc:creator>
		<pubDate>Tue, 13 Oct 2009 14:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=3113#comment-41626</guid>
		<description>&lt;p&gt;John, &lt;/p&gt;
&lt;p&gt;Do you think the average user has gotten smarter, or at least more observant, since you left the corporate world?  Let&#039;s face it, you&#039;re going to be writing Bibles for the next 50 years.&lt;/p&gt;
&lt;p&gt;Anyway, the correct answer for the average user is to click the little green triangle in the cell and select the convert to numbers option.  I would venture to guess that answer is too obvious for anyone here because turning off error checking was second on the list of changes to make on a new Excel install (it comes right in between disabling macro security at #1 and turning off that ridiculous getpivotdata function at #3).&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>John, </p>
<p>Do you think the average user has gotten smarter, or at least more observant, since you left the corporate world?  Let&#8217;s face it, you&#8217;re going to be writing Bibles for the next 50 years.</p>
<p>Anyway, the correct answer for the average user is to click the little green triangle in the cell and select the convert to numbers option.  I would venture to guess that answer is too obvious for anyone here because turning off error checking was second on the list of changes to make on a new Excel install (it comes right in between disabling macro security at #1 and turning off that ridiculous getpivotdata function at #3).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lori</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/10/12/converting-cells-formatted-as-text/#comment-41623</link>
		<dc:creator>Lori</dc:creator>
		<pubDate>Tue, 13 Oct 2009 13:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=3113#comment-41623</guid>
		<description>&lt;p&gt;As Bob says, such &quot;text formulas&quot; can be pretty useful for things like:&lt;br&gt;
-Creating links to external sheets or workbooks,&lt;br&gt;
-Simplifying formulas and speeding up recalculation (in place of indirect/offset)&lt;br&gt;
-Navigating a hierarchy (eg 1,2,3,4,2,3,4,...) by creating formulas that refer to the parent rows and then using shortcut keys: ctrl + [ ,{, }, or ] to select rows.&lt;/p&gt;
&lt;p&gt;Edit&#124;Replace &quot;=&quot; with &quot;=&quot; also works for evaluating them. It has the advantage of working on more than one column but you need to change the number format after. Another difference is that Edit-replace will try to complete the formula with missing brackets if possible and will prompt you at the first invalid formula in the selection whereas text-to-columns converts all formulas and ignores invalid ones. If using on external references this can be troublesome as you can get stuck in a repeated loop of prompts.&lt;/p&gt;
&lt;p&gt;A second alternative is to format the number as general and then copy and paste the range by activating the office clipboard. Choose paste-special as text after if necessary to evaluate (which is the default method for larger ranges anyway). This method can be quicker as you don&#039;t need to copy-paste values before. A similar comment is in &quot;numbers stored as text&quot;. lhm&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>As Bob says, such &#8220;text formulas&#8221; can be pretty useful for things like:<br />
-Creating links to external sheets or workbooks,<br />
-Simplifying formulas and speeding up recalculation (in place of indirect/offset)<br />
-Navigating a hierarchy (eg 1,2,3,4,2,3,4,&#8230;) by creating formulas that refer to the parent rows and then using shortcut keys: ctrl + [ ,{, }, or ] to select rows.</p>
<p>Edit|Replace &#8220;=&#8221; with &#8220;=&#8221; also works for evaluating them. It has the advantage of working on more than one column but you need to change the number format after. Another difference is that Edit-replace will try to complete the formula with missing brackets if possible and will prompt you at the first invalid formula in the selection whereas text-to-columns converts all formulas and ignores invalid ones. If using on external references this can be troublesome as you can get stuck in a repeated loop of prompts.</p>
<p>A second alternative is to format the number as general and then copy and paste the range by activating the office clipboard. Choose paste-special as text after if necessary to evaluate (which is the default method for larger ranges anyway). This method can be quicker as you don&#8217;t need to copy-paste values before. A similar comment is in &#8220;numbers stored as text&#8221;. lhm</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Randy Harmelink</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/10/12/converting-cells-formatted-as-text/#comment-41616</link>
		<dc:creator>Randy Harmelink</dc:creator>
		<pubDate>Tue, 13 Oct 2009 07:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=3113#comment-41616</guid>
		<description>&lt;p&gt;Another option:&lt;/p&gt;
&lt;p&gt;1. Reformat the cells in the range as the number format you want.  This will not convert the formula, but it does allow the next step to work.&lt;/p&gt;
&lt;p&gt;2. Do a &quot;Find and Replace All&quot; on the range, changing all &quot;=&quot; to &quot;=&quot; (just because that will exist in any formula).  EXCEL then changes the cell contents to be the formula instead of being text.&lt;/p&gt;
&lt;p&gt;For an odd result, try skipping step 1.  You end up with the results of the formulas, left-justified and looking like text.  However, if you do an F2/Enter, it returns to the text display version of the formula.  At least in EXCEL 2007.  I would call that a bug, actually.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Another option:</p>
<p>1. Reformat the cells in the range as the number format you want.  This will not convert the formula, but it does allow the next step to work.</p>
<p>2. Do a &#8220;Find and Replace All&#8221; on the range, changing all &#8220;=&#8221; to &#8220;=&#8221; (just because that will exist in any formula).  EXCEL then changes the cell contents to be the formula instead of being text.</p>
<p>For an odd result, try skipping step 1.  You end up with the results of the formulas, left-justified and looking like text.  However, if you do an F2/Enter, it returns to the text display version of the formula.  At least in EXCEL 2007.  I would call that a bug, actually.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob Umlas</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/10/12/converting-cells-formatted-as-text/#comment-41608</link>
		<dc:creator>Bob Umlas</dc:creator>
		<pubDate>Mon, 12 Oct 2009 19:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=3113#comment-41608</guid>
		<description>&lt;p&gt;You can do this on purpose. Suppose you need to have a series of formulas like this:&lt;br&gt;
=IF(Sheet1!A55=&quot;X&quot;,C1,D1)&lt;br&gt;
...&lt;br&gt;
thru&lt;br&gt;
=IF(Sheet25!A55=&quot;X&quot;,C1,D1).&lt;br&gt;
Obviously, filling down won&#039;t work. You can create the same effect by using INDIRECT, but you can also get the simpler formulas without indirect by building the formula elsewhere, like this:&lt;br&gt;
=&quot;=IF(Sheet&quot;&amp;ROW(A1)&amp;&quot;!A55=&quot;&quot;X&quot;&quot;,C1,D1)&quot;&lt;br&gt;
and filling it down 25 rows. Then copy/paste special values, but you&#039;ll still have the text version of the formula. Then either replace = with = or data/text-to-columns.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>You can do this on purpose. Suppose you need to have a series of formulas like this:<br />
=IF(Sheet1!A55=&#8221;X&#8221;,C1,D1)<br />
&#8230;<br />
thru<br />
=IF(Sheet25!A55=&#8221;X&#8221;,C1,D1).<br />
Obviously, filling down won&#8217;t work. You can create the same effect by using INDIRECT, but you can also get the simpler formulas without indirect by building the formula elsewhere, like this:<br />
=&#8221;=IF(Sheet&#8221;&amp;ROW(A1)&amp;&#8221;!A55=&#8221;"X&#8221;",C1,D1)&#8221;<br />
and filling it down 25 rows. Then copy/paste special values, but you&#8217;ll still have the text version of the formula. Then either replace = with = or data/text-to-columns.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

