<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Excel VBA Macro &#187; excel formula</title>
	<atom:link href="http://excelvbamacro.com/tag/excel-formula/feed" rel="self" type="application/rss+xml" />
	<link>http://excelvbamacro.com</link>
	<description>Excel VBA Macro Tutorial and Examples</description>
	<lastBuildDate>Wed, 25 May 2011 08:37:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Find the Last Day of any Month</title>
		<link>http://excelvbamacro.com/find-the-last-day-of-any-month.html</link>
		<comments>http://excelvbamacro.com/find-the-last-day-of-any-month.html#comments</comments>
		<pubDate>Tue, 09 Jun 2009 03:42:11 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Excel Formula]]></category>
		<category><![CDATA[excel formula]]></category>
		<category><![CDATA[excel vba end of month]]></category>
		<category><![CDATA[last day of month]]></category>

		<guid isPermaLink="false">http://excelvbamacro.com/?p=516</guid>
		<description><![CDATA[Simple Microsoft Excel formula to find the last day of any given month. ' =DATE(YEAR(A1),MONTH(A1)+1,0) ' Posts Related to Find the Last Day of any MonthHow to create Excel function/formula?This is the reason why the power of Excel when combined &#8230; <a href="http://excelvbamacro.com/find-the-last-day-of-any-month.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://excelvbamacro.com/find-the-last-day-of-any-month.html/feed</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Number of Cells/Rows/Columns With Formula</title>
		<link>http://excelvbamacro.com/number-of-cellsrowscolumns-with-formula.html</link>
		<comments>http://excelvbamacro.com/number-of-cellsrowscolumns-with-formula.html#comments</comments>
		<pubDate>Thu, 29 Jan 2009 03:56:05 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Cells and Range]]></category>
		<category><![CDATA[Workbook and Worksheet]]></category>
		<category><![CDATA[cells]]></category>
		<category><![CDATA[columns]]></category>
		<category><![CDATA[excel cells]]></category>
		<category><![CDATA[excel formula]]></category>
		<category><![CDATA[excel macro count rows]]></category>
		<category><![CDATA[excel macro count the no of rows with text]]></category>
		<category><![CDATA[excel vba count rows]]></category>
		<category><![CDATA[rows]]></category>
		<category><![CDATA[vba count rows]]></category>
		<category><![CDATA[vba macro]]></category>
		<category><![CDATA[worksheet cells]]></category>

		<guid isPermaLink="false">http://excelvbamacro.com/?p=113</guid>
		<description><![CDATA[A few weeks ago I received this question from someone called LS: Hi I want to write a macro that counts the following - Number of cells with formula - Number of Rows with formula - Number of Columns with &#8230; <a href="http://excelvbamacro.com/number-of-cellsrowscolumns-with-formula.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://excelvbamacro.com/number-of-cellsrowscolumns-with-formula.html/feed</wfw:commentRss>
		<slash:comments>59</slash:comments>
		</item>
		<item>
		<title>Finding Cell with Minimum/Maximum Value in Active Worksheet</title>
		<link>http://excelvbamacro.com/finding-cell-with-minimummaximum-value-in-active-worksheet.html</link>
		<comments>http://excelvbamacro.com/finding-cell-with-minimummaximum-value-in-active-worksheet.html#comments</comments>
		<pubDate>Sat, 04 Oct 2008 10:58:45 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Excel VBA Function]]></category>
		<category><![CDATA[Workbook and Worksheet]]></category>
		<category><![CDATA[cell function]]></category>
		<category><![CDATA[excel formula]]></category>
		<category><![CDATA[excel macro]]></category>
		<category><![CDATA[excel tutorial]]></category>
		<category><![CDATA[excel vba formula]]></category>
		<category><![CDATA[excel vba max]]></category>
		<category><![CDATA[excel vba max value]]></category>
		<category><![CDATA[excel vba max value in column]]></category>
		<category><![CDATA[excel vba maximum value]]></category>
		<category><![CDATA[excel vba minimum]]></category>
		<category><![CDATA[learn excel]]></category>
		<category><![CDATA[macro cell]]></category>
		<category><![CDATA[maximum cell value]]></category>
		<category><![CDATA[minimum cell value]]></category>
		<category><![CDATA[vba cell]]></category>
		<category><![CDATA[vba excel]]></category>
		<category><![CDATA[vba macro]]></category>
		<category><![CDATA[vba minimum]]></category>

		<guid isPermaLink="false">http://excelvbamacro.com/?p=53</guid>
		<description><![CDATA[Let say we want to find position of cell containing the minimum/maximum value in current/active Excel worksheet, and then after we found the cell, we will change the cell format to make it stand out before other cells. The logic &#8230; <a href="http://excelvbamacro.com/finding-cell-with-minimummaximum-value-in-active-worksheet.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://excelvbamacro.com/finding-cell-with-minimummaximum-value-in-active-worksheet.html/feed</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>

