<?xml version="1.0" encoding="iso-8859-1"?><!-- generator="b2evolution/2.4.7" -->
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:admin="http://webns.net/mvcb/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Stutzman.org - Latest comments on IFERROR for Excel 2003</title>
		<link>http://www.stutzman.org/index.php?disp=comments</link>
		<description></description>
		<language>en-US</language>
		<docs>http://backend.userland.com/rss</docs>
		<admin:generatorAgent rdf:resource="http://b2evolution.net/?v=2.4.7"/>
		<ttl>60</ttl>
				<item>
			<title>In response to: IFERROR for Excel 2003</title>
			<pubDate>Thu, 29 Jul 2010 11:45:05 +0000</pubDate>
			<dc:creator>Laurian [Visitor]</dc:creator>
			<guid isPermaLink="false">c109@http://www.stutzman.org/</guid>
			<description>Thank you. This is exactly what I needed.</description>
			<content:encoded><![CDATA[Thank you. This is exactly what I needed.]]></content:encoded>
			<link>http://www.stutzman.org/index.php/2008/04/02/iferror-for-excel-2003#c109</link>
		</item>
				<item>
			<title>In response to: IFERROR for Excel 2003</title>
			<pubDate>Wed, 28 Jul 2010 12:26:34 +0000</pubDate>
			<dc:creator>Rob [Visitor]</dc:creator>
			<guid isPermaLink="false">c108@http://www.stutzman.org/</guid>
			<description>Sweet ! Nice one . Rock solid dude!</description>
			<content:encoded><![CDATA[Sweet ! Nice one . Rock solid dude!]]></content:encoded>
			<link>http://www.stutzman.org/index.php/2008/04/02/iferror-for-excel-2003#c108</link>
		</item>
				<item>
			<title>In response to: IFERROR for Excel 2003</title>
			<pubDate>Thu, 22 Jul 2010 17:19:45 +0000</pubDate>
			<dc:creator>Jeff [Visitor]</dc:creator>
			<guid isPermaLink="false">c106@http://www.stutzman.org/</guid>
			<description>Thank you. This is exactly what I needed.</description>
			<content:encoded><![CDATA[Thank you. This is exactly what I needed.]]></content:encoded>
			<link>http://www.stutzman.org/index.php/2008/04/02/iferror-for-excel-2003#c106</link>
		</item>
				<item>
			<title>In response to: IFERROR for Excel 2003</title>
			<pubDate>Wed, 14 Jul 2010 14:39:15 +0000</pubDate>
			<dc:creator>Peter P [Visitor]</dc:creator>
			<guid isPermaLink="false">c102@http://www.stutzman.org/</guid>
			<description>You are a godsend to those that have been given legacy systems as backups when their main systems die.  I have a few presentations this week and the IFERROR error was breaking all of my calcs in the spreadsheet.  Thank you!</description>
			<content:encoded><![CDATA[You are a godsend to those that have been given legacy systems as backups when their main systems die.  I have a few presentations this week and the IFERROR error was breaking all of my calcs in the spreadsheet.  Thank you!]]></content:encoded>
			<link>http://www.stutzman.org/index.php/2008/04/02/iferror-for-excel-2003#c102</link>
		</item>
				<item>
			<title>In response to: IFERROR for Excel 2003</title>
			<pubDate>Fri, 11 Jun 2010 13:49:58 +0000</pubDate>
			<dc:creator>chris [Visitor]</dc:creator>
			<guid isPermaLink="false">c95@http://www.stutzman.org/</guid>
			<description>The IFERROR function returns a string. So if I wanted to represent =IFERROR(100/0,0) as a percentage or add decimal places with cell formatting, it will remain a 0 instead of 0% or 0.00. A fix can be to change this line:&lt;br /&gt;
Function IfError(formula As Variant, show As String)&lt;br /&gt;
to this line:&lt;br /&gt;
Function IfError(formula As Variant, show As Integer)&lt;br /&gt;
or any of the other VBA data types like 'Single' or 'Double' for more precise floating-point numbers.</description>
			<content:encoded><![CDATA[The IFERROR function returns a string. So if I wanted to represent =IFERROR(100/0,0) as a percentage or add decimal places with cell formatting, it will remain a 0 instead of 0% or 0.00. A fix can be to change this line:<br />
Function IfError(formula As Variant, show As String)<br />
to this line:<br />
Function IfError(formula As Variant, show As Integer)<br />
or any of the other VBA data types like 'Single' or 'Double' for more precise floating-point numbers.]]></content:encoded>
			<link>http://www.stutzman.org/index.php/2008/04/02/iferror-for-excel-2003#c95</link>
		</item>
				<item>
			<title>In response to: IFERROR for Excel 2003</title>
			<pubDate>Fri, 11 Jun 2010 12:08:26 +0000</pubDate>
			<dc:creator>karuniadi [Visitor]</dc:creator>
			<guid isPermaLink="false">c94@http://www.stutzman.org/</guid>
			<description>thank you for this usefull post&lt;br /&gt;
I have the problem too.</description>
			<content:encoded><![CDATA[thank you for this usefull post<br />
I have the problem too.]]></content:encoded>
			<link>http://www.stutzman.org/index.php/2008/04/02/iferror-for-excel-2003#c94</link>
		</item>
				<item>
			<title>In response to: IFERROR for Excel 2003</title>
			<pubDate>Thu, 08 Apr 2010 22:56:58 +0000</pubDate>
			<dc:creator>Geoffrey [Visitor]</dc:creator>
			<guid isPermaLink="false">c92@http://www.stutzman.org/</guid>
			<description>Old posts never die!!!  &lt;br /&gt;
&lt;br /&gt;
 had the same issue as several of my field sales guys are still on 2003.  This was a life savers.  Thank God for you and Google!!</description>
			<content:encoded><![CDATA[Old posts never die!!!  <br />
<br />
 had the same issue as several of my field sales guys are still on 2003.  This was a life savers.  Thank God for you and Google!!]]></content:encoded>
			<link>http://www.stutzman.org/index.php/2008/04/02/iferror-for-excel-2003#c92</link>
		</item>
				<item>
			<title>In response to: IFERROR for Excel 2003</title>
			<pubDate>Sun, 21 Mar 2010 23:55:36 +0000</pubDate>
			<dc:creator>Reinaldo [Visitor]</dc:creator>
			<guid isPermaLink="false">c91@http://www.stutzman.org/</guid>
			<description>Excellent! Thanks a lot!</description>
			<content:encoded><![CDATA[Excellent! Thanks a lot!]]></content:encoded>
			<link>http://www.stutzman.org/index.php/2008/04/02/iferror-for-excel-2003#c91</link>
		</item>
			</channel>
</rss>
