<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>How to Create a Perpetual Yearly Calendar in Excel</title><link>http://blogs.msdn.com/excel/archive/2008/08/07/how-to-create-a-perpetual-yearly-calendar-in-excel.aspx</link><description>Today's author: Mark Gillis is an Excel writer. He was born October 3, 1952. Does his birthday fall on the same weekday as your birthday? Do you have nagging, unanswered questions floating around in the back of your mind like: "What day of the week does</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>a-foton &amp;raquo; How to Create a Perpetual Yearly Calendar in Excel</title><link>http://blogs.msdn.com/excel/archive/2008/08/07/how-to-create-a-perpetual-yearly-calendar-in-excel.aspx#8842588</link><pubDate>Fri, 08 Aug 2008 09:37:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8842588</guid><dc:creator>a-foton &amp;raquo; How to Create a Perpetual Yearly Calendar in Excel</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://blog.a-foton.ru/2008/08/how-to-create-a-perpetual-yearly-calendar-in-excel/"&gt;http://blog.a-foton.ru/2008/08/how-to-create-a-perpetual-yearly-calendar-in-excel/&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: How to Create a Perpetual Yearly Calendar in Excel</title><link>http://blogs.msdn.com/excel/archive/2008/08/07/how-to-create-a-perpetual-yearly-calendar-in-excel.aspx#8842879</link><pubDate>Fri, 08 Aug 2008 11:20:55 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8842879</guid><dc:creator>Sean</dc:creator><description>&lt;p&gt;I found that the formula falls over when using a different date locale. Over here in the UK we use the &amp;quot;dd/mmm/yyyy&amp;quot; format and this means that all the Names listed are working on January, so that for April, DATEVALUE(&amp;quot;4/1/&amp;quot;&amp;amp;TheYear) would equate to 4th Jan of TheYear.&lt;/p&gt;
&lt;p&gt;I believe this can be solved by replacing:&lt;/p&gt;
&lt;p&gt;DATEVALUE(&amp;quot;4/1/&amp;quot;&amp;amp;TheYear)&lt;/p&gt;
&lt;p&gt;with:&lt;/p&gt;
&lt;p&gt;VALUE(&amp;quot;&amp;quot;&amp;amp;DATE(TheYear,4,1))&lt;/p&gt;
&lt;p&gt;so that:&lt;/p&gt;
&lt;p&gt;=DATEVALUE(&amp;quot;4/1/&amp;quot;&amp;amp;TheYear)-WEEKDAY(DATEVALUE(&amp;quot;4/1/&amp;quot;&amp;amp;TheYear))+1&lt;/p&gt;
&lt;p&gt;becomes:&lt;/p&gt;
&lt;p&gt;=VALUE(&amp;quot;&amp;quot;&amp;amp;DATE(TheYear,4,1))-WEEKDAY(VALUE(&amp;quot;&amp;quot;&amp;amp;DATE(TheYear,4,1)))+1&lt;/p&gt;
&lt;p&gt;I have included extra functions in the above as I originally evaluated this in a cell. In the Name definition ths formula could reduce to:&lt;/p&gt;
&lt;p&gt;DATE(TheYear,4,1))-WEEKDAY(DATE(TheYear,4,1))+1&lt;/p&gt;
&lt;p&gt;as the each cell formula should be able to work with the date as either a date or a numeric value.&lt;/p&gt;
&lt;p&gt;I think this should always work as the DATE() function should be independant of date locale regarding the position of the arguments.&lt;/p&gt;
&lt;p&gt;I haven't fully tested the above, so if there are any mistakes, my apologies!&lt;/p&gt;
&lt;p&gt;Sean&lt;/p&gt;
</description></item><item><title>re: How to Create a Perpetual Yearly Calendar in Excel</title><link>http://blogs.msdn.com/excel/archive/2008/08/07/how-to-create-a-perpetual-yearly-calendar-in-excel.aspx#8843817</link><pubDate>Fri, 08 Aug 2008 19:53:31 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8843817</guid><dc:creator>John Walkenbach</dc:creator><description>&lt;p&gt;There are lots of ways to create a calendar. I prefer a method that uses a single multi-cell array formula to display a month. Named formulas are not required. I also created named styles so the user can easily change the look of the calendar elements.&lt;/p&gt;
&lt;p&gt;I describe my perpetual calendar workbook here:&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://spreadsheetpage.com/index.php/blog/displaying_an_annual_calendar/"&gt;http://spreadsheetpage.com/index.php/blog/displaying_an_annual_calendar/&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: How to Create a Perpetual Yearly Calendar in Excel</title><link>http://blogs.msdn.com/excel/archive/2008/08/07/how-to-create-a-perpetual-yearly-calendar-in-excel.aspx#8848226</link><pubDate>Mon, 11 Aug 2008 18:02:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8848226</guid><dc:creator>Joan</dc:creator><description>&lt;p&gt;I don't have Excel 2007... is there something comparable for Excel 2003?&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
</description></item><item><title>re: How to Create a Perpetual Yearly Calendar in Excel</title><link>http://blogs.msdn.com/excel/archive/2008/08/07/how-to-create-a-perpetual-yearly-calendar-in-excel.aspx#8859560</link><pubDate>Wed, 13 Aug 2008 20:12:14 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8859560</guid><dc:creator>Joseph Chirilov</dc:creator><description>&lt;p&gt;(I'm posting this on behalf of Mark Gillis who is having some trouble with his blog account)&lt;/p&gt;
&lt;p&gt;Sean,&lt;/p&gt;
&lt;p&gt;Thanks for pointing this out and providing a solution. I'll look at it and update the calendar to make it more &amp;quot;locale-agnostic&amp;quot;.&lt;/p&gt;
&lt;p&gt;John,&lt;/p&gt;
&lt;p&gt;Yes there are different ways of doing a perpetual calendar and yours is a great solution. One of my goals was to showcase the new name manager feature and explain a mega-formula in a more digestible way to the uninitiated.&lt;/p&gt;
&lt;p&gt;Joan,&lt;/p&gt;
&lt;p&gt;No plans for a 2003 version. However, I recommend downloading a free trial of 2007 ( See &lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://us20.trymicrosoftoffice.com/default.aspx?re_ms=oo&amp;amp;culture=en-US"&gt;http://us20.trymicrosoftoffice.com/default.aspx?re_ms=oo&amp;amp;culture=en-US&lt;/a&gt; ) or buy it a great price ( See &lt;a rel="nofollow" target="_new" href="http://office.microsoft.com/en-us/FX102798291033.aspx"&gt;http://office.microsoft.com/en-us/FX102798291033.aspx&lt;/a&gt; ).&lt;/p&gt;
</description></item><item><title>re: How to Create a Perpetual Yearly Calendar in Excel</title><link>http://blogs.msdn.com/excel/archive/2008/08/07/how-to-create-a-perpetual-yearly-calendar-in-excel.aspx#8867421</link><pubDate>Thu, 14 Aug 2008 20:35:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8867421</guid><dc:creator>Steven</dc:creator><description>&lt;p&gt;I have downloaded your perpetual calendar and it works great. I have one question, I am guessing the JanSun1 function is a product of Excel 2007, but I am using 2003 and it is still working, is there a special add-in or something like that which allows you to use that function in 2003?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;SVANO&lt;/p&gt;
</description></item><item><title>re: How to Create a Perpetual Yearly Calendar in Excel</title><link>http://blogs.msdn.com/excel/archive/2008/08/07/how-to-create-a-perpetual-yearly-calendar-in-excel.aspx#8871087</link><pubDate>Sat, 16 Aug 2008 03:40:37 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8871087</guid><dc:creator>Markgi</dc:creator><description>&lt;p&gt;SVANO,&lt;/p&gt;
&lt;p&gt;JanSun1 is a named formula. You can use these when running this calendar in Excel 2003, after having converted the 2007 format to 97-2003 format. There's a slight loss of fidelity, bit the named formulas still work.&lt;/p&gt;
&lt;p&gt;Mark&lt;/p&gt;
</description></item><item><title>re: How to Create a Perpetual Yearly Calendar in Excel</title><link>http://blogs.msdn.com/excel/archive/2008/08/07/how-to-create-a-perpetual-yearly-calendar-in-excel.aspx#8897247</link><pubDate>Tue, 26 Aug 2008 16:04:32 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8897247</guid><dc:creator>Brzak</dc:creator><description>&lt;p&gt;For anyone else who may be trying to use this in a region where date format is dd/mm/yyy (as opposed to mm/dd/yyyy) - i got this calendar to work for me by editing the formaule of the named ranges [mmm]Sun1 (i.e. JanSun1 - DecJan1) so that the hard-coded part of the date is in your local format.&lt;/p&gt;
&lt;p&gt;e.g. taking DecSun1 as an example:&lt;/p&gt;
&lt;p&gt;in the formula: =DATEVALUE(&amp;quot;12/1/&amp;quot;&amp;amp;TheYear)-WEEKDAY(DATEVALUE(&amp;quot;12/1/&amp;quot;&amp;amp;TheYear))+1&lt;/p&gt;
&lt;p&gt;change all instancves of &amp;quot;12/1/&amp;quot; &amp;nbsp;to &amp;quot;1/12/&amp;quot;.&lt;/p&gt;
&lt;p&gt;One question for you Joseph - how did you get the cloud fill effect? (I know how to do it for a chart, but it seems as though a different method was used here?)&lt;/p&gt;
&lt;p&gt;Cheers&lt;/p&gt;
&lt;p&gt;brz&lt;/p&gt;
</description></item><item><title>re: How to Create a Perpetual Yearly Calendar in Excel</title><link>http://blogs.msdn.com/excel/archive/2008/08/07/how-to-create-a-perpetual-yearly-calendar-in-excel.aspx#8900528</link><pubDate>Wed, 27 Aug 2008 18:56:35 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8900528</guid><dc:creator>Markgi</dc:creator><description>&lt;p&gt;Brzak,&lt;/p&gt;
&lt;p&gt;I used a background image on the worksheet:&lt;/p&gt;
&lt;p&gt;Page Layout | Page Setup | Background | Sheet Background dialog box&lt;/p&gt;
&lt;p&gt;The picture is standard on Vista in the Pictures folder.&lt;/p&gt;
&lt;p&gt;Mark&lt;/p&gt;
</description></item></channel></rss>