Thread: If or VLOOKUP
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Simon Lloyd[_267_] Simon Lloyd[_267_] is offline
external usenet poster
 
Posts: 1
Default If or VLOOKUP


Eán;377273 Wrote:
Hi
I have a coloum of dates dd/mm/yyyy but would like in a separate coloum
to
show only the month - how would I write a formula to return "April" for
all
dates with 04 in the mm?
Please & thank you.Sorry if you only want April then use this formula


=IF(TEXT(A3,"mmmm")<"April","",TEXT(A3,"mmmm"))


--
Simon Lloyd

Regards,
Simon Lloyd
'The Code Cage' (http://www.thecodecage.com)
------------------------------------------------------------------------
Simon Lloyd's Profile: http://www.thecodecage.com/forumz/member.php?userid=1
View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=105582