<?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: ISNA, ISERROR, and ISBLANK Formula in Excel</title>
	<atom:link href="http://excelhints.com/2007/05/30/isna-iserror-and-isblank-formula-in-excel/feed/" rel="self" type="application/rss+xml" />
	<link>http://excelhints.com/2007/05/30/isna-iserror-and-isblank-formula-in-excel/</link>
	<description>Excel Tips and Tricks for All Levels</description>
	<lastBuildDate>Thu, 29 Jul 2010 12:51:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Bing</title>
		<link>http://excelhints.com/2007/05/30/isna-iserror-and-isblank-formula-in-excel/comment-page-1/#comment-1086</link>
		<dc:creator>Bing</dc:creator>
		<pubDate>Mon, 26 Apr 2010 23:41:28 +0000</pubDate>
		<guid isPermaLink="false">http://excelhints.com/2007/05/30/isna-iserror-and-isblank-formula-in-excel/#comment-1086</guid>
		<description>John: are you also including the date in reference? if you do, the formula is making it 31 days instead, not 30</description>
		<content:encoded><![CDATA[<p>John: are you also including the date in reference? if you do, the formula is making it 31 days instead, not 30</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eng Fook Kang</title>
		<link>http://excelhints.com/2007/05/30/isna-iserror-and-isblank-formula-in-excel/comment-page-1/#comment-887</link>
		<dc:creator>Eng Fook Kang</dc:creator>
		<pubDate>Sun, 20 Sep 2009 03:58:23 +0000</pubDate>
		<guid isPermaLink="false">http://excelhints.com/2007/05/30/isna-iserror-and-isblank-formula-in-excel/#comment-887</guid>
		<description>It great info for end user.

Thanks</description>
		<content:encoded><![CDATA[<p>It great info for end user.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Check if a Cell Contains Text &#124; Excel Hints</title>
		<link>http://excelhints.com/2007/05/30/isna-iserror-and-isblank-formula-in-excel/comment-page-1/#comment-800</link>
		<dc:creator>Check if a Cell Contains Text &#124; Excel Hints</dc:creator>
		<pubDate>Wed, 08 Jul 2009 20:03:40 +0000</pubDate>
		<guid isPermaLink="false">http://excelhints.com/2007/05/30/isna-iserror-and-isblank-formula-in-excel/#comment-800</guid>
		<description>[...] are numerous other similar functions built into Excel (such as isNumeric, ISBlank, ISNA and ISERROR) that work similarly to IsText. We will explore those at a later [...]</description>
		<content:encoded><![CDATA[<p>[...] are numerous other similar functions built into Excel (such as isNumeric, ISBlank, ISNA and ISERROR) that work similarly to IsText. We will explore those at a later [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Top Posts in 2008 &#124; Excel Hints</title>
		<link>http://excelhints.com/2007/05/30/isna-iserror-and-isblank-formula-in-excel/comment-page-1/#comment-635</link>
		<dc:creator>Top Posts in 2008 &#124; Excel Hints</dc:creator>
		<pubDate>Thu, 01 Jan 2009 20:52:56 +0000</pubDate>
		<guid isPermaLink="false">http://excelhints.com/2007/05/30/isna-iserror-and-isblank-formula-in-excel/#comment-635</guid>
		<description>[...] ISNA, ISERROR, and ISBLANK Formula in Excel [...]</description>
		<content:encoded><![CDATA[<p>[...] ISNA, ISERROR, and ISBLANK Formula in Excel [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john</title>
		<link>http://excelhints.com/2007/05/30/isna-iserror-and-isblank-formula-in-excel/comment-page-1/#comment-423</link>
		<dc:creator>john</dc:creator>
		<pubDate>Thu, 23 Oct 2008 12:53:52 +0000</pubDate>
		<guid isPermaLink="false">http://excelhints.com/2007/05/30/isna-iserror-and-isblank-formula-in-excel/#comment-423</guid>
		<description>Hi Daniel,
 
You could try something like this if I understood you correctly:

=IF(ISNUMBER(A1),B1+30,B1)  put in cell C1

 where A1 contains a number or blank and B1 contains a date.
The result of C1 would be the date plus 30 days if there is a number in A1, and just the date from B1 if there is no number in A1.</description>
		<content:encoded><![CDATA[<p>Hi Daniel,</p>
<p>You could try something like this if I understood you correctly:</p>
<p>=IF(ISNUMBER(A1),B1+30,B1)  put in cell C1</p>
<p> where A1 contains a number or blank and B1 contains a date.<br />
The result of C1 would be the date plus 30 days if there is a number in A1, and just the date from B1 if there is no number in A1.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Bruns</title>
		<link>http://excelhints.com/2007/05/30/isna-iserror-and-isblank-formula-in-excel/comment-page-1/#comment-422</link>
		<dc:creator>Daniel Bruns</dc:creator>
		<pubDate>Thu, 23 Oct 2008 10:53:23 +0000</pubDate>
		<guid isPermaLink="false">http://excelhints.com/2007/05/30/isna-iserror-and-isblank-formula-in-excel/#comment-422</guid>
		<description>I need to add 30 days to a date from another cell, but only if I have a number in a 3rd cell</description>
		<content:encoded><![CDATA[<p>I need to add 30 days to a date from another cell, but only if I have a number in a 3rd cell</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://excelhints.com/2007/05/30/isna-iserror-and-isblank-formula-in-excel/comment-page-1/#comment-54</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Tue, 15 Jan 2008 14:07:24 +0000</pubDate>
		<guid isPermaLink="false">http://excelhints.com/2007/05/30/isna-iserror-and-isblank-formula-in-excel/#comment-54</guid>
		<description>Excel has a different handling of ISBLANK() and COUNTBLANK()
More specifically, if a cell appears to be blank due to a formula like
(contents of cell A1)
IF(FALSE;&quot;&quot;;&quot;the evaluation is TRUE&quot;)
the cell will be blank (&quot;&quot; is an empty string)
ISBLANK(A1) will give FALSE, however
COUNTBLANK(A1) will return 1.</description>
		<content:encoded><![CDATA[<p>Excel has a different handling of ISBLANK() and COUNTBLANK()<br />
More specifically, if a cell appears to be blank due to a formula like<br />
(contents of cell A1)<br />
IF(FALSE;&#8221;";&#8221;the evaluation is TRUE&#8221;)<br />
the cell will be blank (&#8220;&#8221; is an empty string)<br />
ISBLANK(A1) will give FALSE, however<br />
COUNTBLANK(A1) will return 1.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
