<?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: Finding Stray Text</title>
	<atom:link href="http://www.dailydoseofexcel.com/archives/2009/01/27/finding-stray-text/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailydoseofexcel.com/archives/2009/01/27/finding-stray-text/</link>
	<description>Daily posts of Excel tips…and other stuff</description>
	<lastBuildDate>Thu, 09 Feb 2012 19:28:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Dick Kusleika</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/01/27/finding-stray-text/#comment-37586</link>
		<dc:creator>Dick Kusleika</dc:creator>
		<pubDate>Thu, 29 Jan 2009 13:39:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1976#comment-37586</guid>
		<description>&lt;p&gt;No, ISNUMBER is the right function.  I usually end up with NOT ISTEXT because I type ISNUMERIC (which isn&#039;t a worksheet function) and get frustrated when it complains. :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>No, ISNUMBER is the right function.  I usually end up with NOT ISTEXT because I type ISNUMERIC (which isn&#8217;t a worksheet function) and get frustrated when it complains. <img src='http://www.dailydoseofexcel.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fzz</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/01/27/finding-stray-text/#comment-37575</link>
		<dc:creator>fzz</dc:creator>
		<pubDate>Wed, 28 Jan 2009 18:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1976#comment-37575</guid>
		<description>&lt;p&gt;Why the custom validation formula =NOT(ISTEXT(..)) rather than either =ISNUMBER(..) or =COUNT(..)? To allow entry of booleans and error values in addition to numbers?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Why the custom validation formula =NOT(ISTEXT(..)) rather than either =ISNUMBER(..) or =COUNT(..)? To allow entry of booleans and error values in addition to numbers?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DAISY - neuer interaktiver Standard für Hörbücher » Hippos Lehr-Hörbuch Blog</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/01/27/finding-stray-text/#comment-37574</link>
		<dc:creator>DAISY - neuer interaktiver Standard für Hörbücher » Hippos Lehr-Hörbuch Blog</dc:creator>
		<pubDate>Wed, 28 Jan 2009 15:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1976#comment-37574</guid>
		<description>&lt;p&gt;[...] Daily Dose of Excel » Blog Archive » Finding Stray Text [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] Daily Dose of Excel » Blog Archive » Finding Stray Text [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad Yundt</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/01/27/finding-stray-text/#comment-37563</link>
		<dc:creator>Brad Yundt</dc:creator>
		<pubDate>Wed, 28 Jan 2009 01:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1976#comment-37563</guid>
		<description>&lt;p&gt;You could simplify the code using COUNTIF and wildcards:&lt;/p&gt;
&lt;p&gt;COUNTIF(A1:C6,&quot;*&quot;)         Ignores numbers and error values; counts empty strings and cells containing text&lt;br&gt;
COUNTIF(A1:C6,&quot;?*&quot;)        Ignores numbers and error values; counts cells containing text, but not cells containing empty strings&lt;/p&gt;
&lt;p&gt;Brad&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>You could simplify the code using COUNTIF and wildcards:</p>
<p>COUNTIF(A1:C6,&#8221;*&#8221;)         Ignores numbers and error values; counts empty strings and cells containing text<br />
COUNTIF(A1:C6,&#8221;?*&#8221;)        Ignores numbers and error values; counts cells containing text, but not cells containing empty strings</p>
<p>Brad</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/01/27/finding-stray-text/#comment-37559</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Tue, 27 Jan 2009 20:07:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1976#comment-37559</guid>
		<description>&lt;p&gt;could this be done with a &#039;Go To &gt; Special&#039;.  Just select the range you&#039;re interested in, goto-special and then select &#039;constants&#039; and then &#039;text&#039;.  If it says &#039;no cells were found&#039; then hey presto...&lt;/p&gt;
&lt;p&gt;Rob&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>could this be done with a &#8216;Go To &gt; Special&#8217;.  Just select the range you&#8217;re interested in, goto-special and then select &#8216;constants&#8217; and then &#8216;text&#8217;.  If it says &#8216;no cells were found&#8217; then hey presto&#8230;</p>
<p>Rob</p>
]]></content:encoded>
	</item>
</channel>
</rss>

