<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

      <title>Comments on: Filter by month, not year in Excel?</title>
      <link>http://ask.metafilter.com/32083/Filter-by-month-not-year-in-Excel/</link>
      <description>Comments on Ask MetaFilter post Filter by month, not year in Excel?</description>
	  	  <pubDate>Sat, 04 Feb 2006 11:29:46 -0800</pubDate>
      <lastBuildDate>Sat, 04 Feb 2006 11:29:46 -0800</lastBuildDate>
      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>

<item>
  	<title>Question: Filter by month, not year in Excel?</title>
  	<link>http://ask.metafilter.com/32083/Filter-by-month-not-year-in-Excel</link>	
  	<description>How do I sort a column of birthdates in Excel to by month and NOT year? &lt;br /&gt;&lt;br /&gt; I have an Excel spreadsheet with customer information:  last name, first, birthdate, etc.  I need to sort by month, so I can send out birthday cards.  But I can&apos;t seem to format it just to month and day; it assumes I mean that date in 2006.  And when I try to filter it by &quot;Begins with&quot; with the month entered, I can&apos;t get it to work.&lt;br&gt;
&lt;br&gt;
How do I accomplish my goal, here?</description>
  	<guid isPermaLink="false">post:ask.metafilter.com,2008:site.32083</guid>
  	<pubDate>Sat, 04 Feb 2006 11:21:27 -0800</pubDate>
  	<dc:creator>ggypsy</dc:creator>
	
	<category>excel</category>
	
	<category>sales</category>
	
	<category>business</category>
	
</item>
<item>
  	<title>By: Mutant</title>
  	<link>http://ask.metafilter.com/32083/Filter-by-month-not-year-in-Excel#502141</link>	
  	<description>I&apos;d insert three columns that are used to hold day / month / year respectively.  You&apos;ll have to use Excel&apos;s built in string functions to splite the birthdate field into three columns, but once you&apos;ve done that you can pretty easily 1) sort on month as you require,  and 2) hide the extra three columns for reporting purposes.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.32083-502141</guid>
  	<pubDate>Sat, 04 Feb 2006 11:29:46 -0800</pubDate>
  	<dc:creator>Mutant</dc:creator>
</item>
<item>
  	<title>By: mwhybark</title>
  	<link>http://ask.metafilter.com/32083/Filter-by-month-not-year-in-Excel#502150</link>	
  	<description>Using Excel&apos;s PivotTable thingy should also allow you to accomplish this.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.32083-502150</guid>
  	<pubDate>Sat, 04 Feb 2006 11:42:03 -0800</pubDate>
  	<dc:creator>mwhybark</dc:creator>
</item>
<item>
  	<title>By: jasper411</title>
  	<link>http://ask.metafilter.com/32083/Filter-by-month-not-year-in-Excel#502151</link>	
  	<description>Can you add another column to the spreadsheet?  If so, use the Month function, i.e., if A2 has the birthdate in it, in the new column, you would enter &amp;quot;=Month(a2)&amp;quot; (without the quotes).  Copy and paste that to all the other cells in that column, and then sort on that column.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.32083-502151</guid>
  	<pubDate>Sat, 04 Feb 2006 11:46:38 -0800</pubDate>
  	<dc:creator>jasper411</dc:creator>
</item>
<item>
  	<title>By: KneeDeep</title>
  	<link>http://ask.metafilter.com/32083/Filter-by-month-not-year-in-Excel#502164</link>	
  	<description>If you&apos;re very careful you can delete the year, do your sort, print the results (or save into another spreadsheet), and close you original worksheet &lt;em&gt;&lt;/em&gt;without&lt;em&gt;&lt;/em&gt; saving.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.32083-502164</guid>
  	<pubDate>Sat, 04 Feb 2006 12:18:48 -0800</pubDate>
  	<dc:creator>KneeDeep</dc:creator>
</item>
<item>
  	<title>By: littlegirlblue</title>
  	<link>http://ask.metafilter.com/32083/Filter-by-month-not-year-in-Excel#502194</link>	
  	<description>why not just format the cells in the birthdate column as Custom -&amp;gt; m/d? &lt;br&gt;
&lt;br&gt;
then select all your columns of data, right click and choose &amp;quot;Create List.&amp;quot; a column menu will pop up over each column. select the menu above your birthday column and choose &amp;quot;sort ascending&amp;quot; or &amp;quot;sort descending.&amp;quot;&lt;br&gt;
&lt;br&gt;
one of my minor tasks at work is to send out birthday cards to employees, and i got tired of scanning an entire spreadsheet of 50+ employees for birthdays in the month of X. this was my stop-gap solution.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.32083-502194</guid>
  	<pubDate>Sat, 04 Feb 2006 13:40:20 -0800</pubDate>
  	<dc:creator>littlegirlblue</dc:creator>
</item>
<item>
  	<title>By: crapples</title>
  	<link>http://ask.metafilter.com/32083/Filter-by-month-not-year-in-Excel#502237</link>	
  	<description>You can&apos;t use a string function (a la Mutant) on a date.  Excel stores dates as a string of numbers that started in 1904 and has been advancing by one each day since.  (For example, today, Feb 4th, is 38792).&lt;br&gt;
&lt;br&gt;
The =month(a2) solution is the best.  You&apos;ll get a number between 1 &amp;amp; 12, then you can sort on that.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.32083-502237</guid>
  	<pubDate>Sat, 04 Feb 2006 15:39:14 -0800</pubDate>
  	<dc:creator>crapples</dc:creator>
</item>
<item>
  	<title>By: JeffK</title>
  	<link>http://ask.metafilter.com/32083/Filter-by-month-not-year-in-Excel#502244</link>	
  	<description>I heartily concut with jasper411 and crapples. And if you want to get fancy, you could hide your new column after sorting on it.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.32083-502244</guid>
  	<pubDate>Sat, 04 Feb 2006 15:49:09 -0800</pubDate>
  	<dc:creator>JeffK</dc:creator>
</item>
<item>
  	<title>By: JeffK</title>
  	<link>http://ask.metafilter.com/32083/Filter-by-month-not-year-in-Excel#502245</link>	
  	<description>concur, even.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.32083-502245</guid>
  	<pubDate>Sat, 04 Feb 2006 15:49:37 -0800</pubDate>
  	<dc:creator>JeffK</dc:creator>
</item>
<item>
  	<title>By: kdern</title>
  	<link>http://ask.metafilter.com/32083/Filter-by-month-not-year-in-Excel#502361</link>	
  	<description>I&apos;d make it really simple and just add a column with a number for each month.  K.I.S.S.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.32083-502361</guid>
  	<pubDate>Sat, 04 Feb 2006 20:46:04 -0800</pubDate>
  	<dc:creator>kdern</dc:creator>
</item>

    </channel>
</rss>
