Formula for Extracting Month out of a Date column

P

PokerZan

I'm looking for a formula that will look at a date in a column and
return just the month.

For example:

Column A Row 1 is 6/10/2005

I am looking for a formula that will look at that date and return
"June" (or whatever month is represented in the date) in Column B Row 1
for the same record.

Any ideas?

PZan
 
P

Peo Sjoblom

You don't even need that formula, you can just link

=A1

then custom format the cell mmmm


Regards,

Peo Sjoblom
 
Top