View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Roger Govier[_3_] Roger Govier[_3_] is offline
external usenet poster
 
Posts: 2,480
Default IF or VLOOKUP - help please .....

Hi Ean

With your starting date in A1
Either
=A1 but format the cell FormatCellNumberCustommmm
This will still retain the date as a serial number but display it as Apr
Or
=TEXT(A1,"mmm")
This will create a text value of Apr
Copy down the rest of the column as required.

--
Regards
Roger Govier

"Eán" wrote in message
...
I have a coloum of dates dd/mm/yyyy and would like to return in a separate
coloum the month eg, dd/04/yyyy = 'APRIL' can you let me know what formula
I
would need to used to do that please & thank you.