Date to Month

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

i have a dd/mmm/yyyy format in column B and i have to reference that column to column M but convert it so only the Month is displayed could anyone tell me what function i need to use?
 
Hi Tim!

If you only want to *display* the month:

=B1
Format mmmm

If you want the month as text:

=TEXT(B1,"mmmm")

--
Regards
Norman Harker MVP (Excel)
Sydney, Australia
(e-mail address removed)
Excel and Word Function Lists (Classifications, Syntax and Arguments)
available free to good homes.
Tim said:
i have a dd/mmm/yyyy format in column B and i have to reference that
column to column M but convert it so only the Month is displayed could
anyone tell me what function i need to use?
 
Tim

With date in B1, in M1 enter =MONTH(B1)

Gord Dibben Excel MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top