Month - result as text not number

marystewart78

Registered User.
Local time
Today, 16:00
Joined
Aug 16, 2005
Messages
30
Hi All,

Using the Month formula to pull out the month from a date - the result is displaying as a number (1 - 12) but I would like this to be displayed as text (Jan - Dec) - can this be done using this formula or is there an alternative formula?

Thanks,

Mary
 
The only way I can think of doing this is with say VLOOKUp and an array

eg =VLOOKUP(MONTH(A2),Sheet2!A1:B7,2)

You date is in A2 and Shhet 2 a1-a12 contains 1-12 and b1-b12 contains Jan-Dec

Brian
 
=TEXT(A2,"mmm")
________
SATIVA STRAINS
 
Last edited:
Damn, I've used that for days in the past but just forgot about it. :o

brian
 
Had a quiet chuckle at that , thanks for your understanding:)

Brian
 

Users who are viewing this thread

Back
Top Bottom