MONTH() function -- more than just numeric value?
Posted by Tony White on December 19, 2001 1:00 PM
I am tracking records in a spreadsheet using values by month. Column A of each record asks for a date, and a later column (J) uses =IF(A2,MONTH(A2),"") to extract the month from column A.
I then want to use this month value to create the x-axis on a pivot table, however, the x-axis labels are displayed as "1", "2", "3", etc. which correspond to January, February, March, and so on. I would rather these values show as "Jan" "Feb" "Mar" etc, instead of "1" "2" "3" ...
Any help would be welcome!