Return month (text) based on month (number) in another cell
Posted by Dwight on August 20, 2001 7:32 AM
In cell A2 is a number which corresponds to a month (1=January, 2=February, and so on). I want a formula in A1 which will yield the name of the month indicated in A2 (ie, if A2 is 3, A1 which show "March"). Tried formatting A1 as custom "mmmm" with formula "=A2", but for some reason this yielded "January" no matter what number was in A2.
Any ideas?