<?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"
	>
<channel>
	<title>Comments for Excel Digest</title>
	<atom:link href="http://www.exceldigest.com/myblog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.exceldigest.com/myblog</link>
	<description>Excel help for the rest of us</description>
	<pubDate>Fri, 21 Nov 2008 07:45:31 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>Comment on How to count cells that contain numbers or dates by admin</title>
		<link>http://www.exceldigest.com/myblog/2008/08/24/how-to-count-cells-that-contain-numbers-or-dates/#comment-389</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 10 Nov 2008 18:35:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.exceldigest.com/myblog/?p=119#comment-389</guid>
		<description>Hi,

I can't think of a direct way to do this, but I have created a small user-defined function for this purpose. Please give it a try:

Function IfHasDigit(Cell As Range)
For i = 1 To Len(Cell.Value)
  If IsNumeric(Mid(Cell.Value, i, 1)) Then
  IfHasDigit = True
  Exit Function
  End If
Next i
IfHasDigit = False
End Function

Check this link for help on how to create a user defined function:

http://www.exceldigest.com/myblog/2008/04/12/how-to-create-a-user-defined-function/</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I can&#8217;t think of a direct way to do this, but I have created a small user-defined function for this purpose. Please give it a try:</p>
<p>Function IfHasDigit(Cell As Range)<br />
For i = 1 To Len(Cell.Value)<br />
  If IsNumeric(Mid(Cell.Value, i, 1)) Then<br />
  IfHasDigit = True<br />
  Exit Function<br />
  End If<br />
Next i<br />
IfHasDigit = False<br />
End Function</p>
<p>Check this link for help on how to create a user defined function:</p>
<p><a href="http://www.exceldigest.com/myblog/2008/04/12/how-to-create-a-user-defined-function/" rel="nofollow">http://www.exceldigest.com/myblog/2008/04/12/how-to-create-a-user-defined-function/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to count cells that contain numbers or dates by rose</title>
		<link>http://www.exceldigest.com/myblog/2008/08/24/how-to-count-cells-that-contain-numbers-or-dates/#comment-388</link>
		<dc:creator>rose</dc:creator>
		<pubDate>Mon, 10 Nov 2008 11:58:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.exceldigest.com/myblog/?p=119#comment-388</guid>
		<description>hi...pls let me know how to find whether a particular cell contains digit....for Eg. rose1lotus...</description>
		<content:encoded><![CDATA[<p>hi&#8230;pls let me know how to find whether a particular cell contains digit&#8230;.for Eg. rose1lotus&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by admin</title>
		<link>http://www.exceldigest.com/myblog/about/#comment-362</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 26 Aug 2008 04:34:34 +0000</pubDate>
		<guid isPermaLink="false">#comment-362</guid>
		<description>Thanks for the info. I will give it a try.</description>
		<content:encoded><![CDATA[<p>Thanks for the info. I will give it a try.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by Christi Lardy</title>
		<link>http://www.exceldigest.com/myblog/about/#comment-361</link>
		<dc:creator>Christi Lardy</dc:creator>
		<pubDate>Mon, 25 Aug 2008 18:51:56 +0000</pubDate>
		<guid isPermaLink="false">#comment-361</guid>
		<description>As someone interested in Excel tips, I thought you might be interested in the latest release from Microsoft Office Labs. Chart Advisor for Microsoft Office Excel 2007 is a free download available at www.officelabs.com. Using an advanced rules engine, Chart Advisor determines which chart types are best-suited to represent the data.  Users are then presented with a gallery of ranked charts; the top scoring charts are available for the user to preview, tweak, and insert into the Excel worksheet.

Thank you,
Christi</description>
		<content:encoded><![CDATA[<p>As someone interested in Excel tips, I thought you might be interested in the latest release from Microsoft Office Labs. Chart Advisor for Microsoft Office Excel 2007 is a free download available at <a href="http://www.officelabs.com" rel="nofollow">http://www.officelabs.com</a>. Using an advanced rules engine, Chart Advisor determines which chart types are best-suited to represent the data.  Users are then presented with a gallery of ranked charts; the top scoring charts are available for the user to preview, tweak, and insert into the Excel worksheet.</p>
<p>Thank you,<br />
Christi</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Function to decide whether a year is a leap year or not by admin</title>
		<link>http://www.exceldigest.com/myblog/2008/04/13/function-to-decide-whether-a-year-is-a-leap-year-or-not/#comment-351</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 13 Jul 2008 10:48:16 +0000</pubDate>
		<guid isPermaLink="false">http://exceldigest.com/myblog/?p=16#comment-351</guid>
		<description>Very neat.

Thanks.</description>
		<content:encoded><![CDATA[<p>Very neat.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Function to decide whether a year is a leap year or not by Roy Cox</title>
		<link>http://www.exceldigest.com/myblog/2008/04/13/function-to-decide-whether-a-year-is-a-leap-year-or-not/#comment-350</link>
		<dc:creator>Roy Cox</dc:creator>
		<pubDate>Sun, 13 Jul 2008 07:52:07 +0000</pubDate>
		<guid isPermaLink="false">http://exceldigest.com/myblog/?p=16#comment-350</guid>
		<description>below is an alternative Function.

To determine if a specific year is a leap year, you just need to use the  function DateSerial to construct a date of 29th of February in a specific year. 

Then use the Month function to get the month number - if month number for 29th of February YYYY equals to 2 that means the specified year is a leap year. Otherwise (function Month returns 3) specified year is not a leap year. 

Option Explicit

Function LeapYear(yr As Long) As Boolean
    If (Month(DateSerial(yr, 2, 29)) = 2) Then
        LeapYear = True
    Else: LeapYear = False
    End If
End Function</description>
		<content:encoded><![CDATA[<p>below is an alternative Function.</p>
<p>To determine if a specific year is a leap year, you just need to use the  function DateSerial to construct a date of 29th of February in a specific year. </p>
<p>Then use the Month function to get the month number - if month number for 29th of February YYYY equals to 2 that means the specified year is a leap year. Otherwise (function Month returns 3) specified year is not a leap year. </p>
<p>Option Explicit</p>
<p>Function LeapYear(yr As Long) As Boolean<br />
    If (Month(DateSerial(yr, 2, 29)) = 2) Then<br />
        LeapYear = True<br />
    Else: LeapYear = False<br />
    End If<br />
End Function</p>
]]></content:encoded>
	</item>
</channel>
</rss>
