<?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/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	
	>
<channel>
	<title>
	Comments on: Counter	</title>
	<atom:link href="https://excelzoom.com/counter/feed/" rel="self" type="application/rss+xml" />
	<link>https://excelzoom.com/counter/</link>
	<description>...because it&#039;s more than just a calculator</description>
	<lastBuildDate>Mon, 04 Jan 2016 16:50:00 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.2</generator>
	<item>
		<title>
		By: Scott DeLuzio		</title>
		<link>https://excelzoom.com/counter/#comment-1756</link>

		<dc:creator><![CDATA[Scott DeLuzio]]></dc:creator>
		<pubDate>Mon, 04 Jan 2016 16:50:00 +0000</pubDate>
		<guid isPermaLink="false">http://excelzoom.com/?p=17#comment-1756</guid>

					<description><![CDATA[The counter would be reset by simply deleting the value in whatever cell you set the counter to increment in. In the example macro code above, it is set to add 1 to the value in cell A1 every time the macro is run. If you wanted to run the macro once per week every week throughout the year, you would end up with cell A1 having a value of 52 at the end of the year. After the new year, you can delete the 52 and start over again, or keep the value in that cell and continue 53, 54, 55, etc. into the next year. I suppose if you wanted to automate this process, you could build a check into the macro to add 1 only if the value is less than 52 (for purposes of this example), and if it is equal to 52 it should return to zero then add 1 again. The best method for doing this will vary on a case by case basis. I don&#039;t know your particular need for this so I can&#039;t say for sure what the best method would be.]]></description>
			<content:encoded><![CDATA[<p>The counter would be reset by simply deleting the value in whatever cell you set the counter to increment in. In the example macro code above, it is set to add 1 to the value in cell A1 every time the macro is run. If you wanted to run the macro once per week every week throughout the year, you would end up with cell A1 having a value of 52 at the end of the year. After the new year, you can delete the 52 and start over again, or keep the value in that cell and continue 53, 54, 55, etc. into the next year. I suppose if you wanted to automate this process, you could build a check into the macro to add 1 only if the value is less than 52 (for purposes of this example), and if it is equal to 52 it should return to zero then add 1 again. The best method for doing this will vary on a case by case basis. I don&#8217;t know your particular need for this so I can&#8217;t say for sure what the best method would be.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Marco Pérez		</title>
		<link>https://excelzoom.com/counter/#comment-1755</link>

		<dc:creator><![CDATA[Marco Pérez]]></dc:creator>
		<pubDate>Sun, 03 Jan 2016 17:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://excelzoom.com/?p=17#comment-1755</guid>

					<description><![CDATA[When does the counter reset? Would you have this in a very hidden sheet? I guess we&#039;d set up a counter call function as well?]]></description>
			<content:encoded><![CDATA[<p>When does the counter reset? Would you have this in a very hidden sheet? I guess we&#8217;d set up a counter call function as well?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
