MONTH() Function

E

Edge118

In cell G2 I have a date. In cell H2 I am using =Month(G2) to store th
month in H2. Since Excel returns a serial number, how can I have i
display the month instead of a number? I've tried messing with th
formats but it doesn't help...it only display Jan when I change th
format to "mmm".

R
 
P

Peo Sjoblom

Either link the cell =G2 and format the cell as mmm or
use

=TEXT(G2,"mmm")

--
For everyone's benefit keep the discussion in the newsgroup.

Regards,

Peo Sjoblom
 
J

Jason Morin

Don't use MONTH. Use this in H2:

=TEXT(G2,"mmm")

or simply use:

=G2

and custom format G2 as "mmm".

HTH
Jason
Atlanta, GA
 
P

Paulw2k

=TEXT(G2,"mmmm") for the full name eg June
=TEXT(G7,"mmm") for the short name eg Jun
 

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

Similar Threads

Problem with SUMPRODUCT 6
Nested IF Formula 5
Vary the criteria in countif 6
sumifs function 3
Date Issue 2
Time Sheet - Calculating Time Differences for Totals 3
Month & year question 4
Double If Statement help 2

Top