Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
KC
 
Posts: n/a
Default In Excel, look at a date field and return just the month..

I'm looking for an excel formula that looks at a cell containing a date and
returns just the month of the date.
  #2   Report Post  
JulieD
 
Posts: n/a
Default

Hi KC

here's some ideas for you

try
=MONTH(A1)

or

=A1
and then choose format / cell and in custom type
mmm
or type
mmmm

or
=text(A1, "mmm")

--
Cheers
JulieD
check out www.hcts.net.au/tipsandtricks.htm
....well i'm working on it anyway
"KC" wrote in message
...
I'm looking for an excel formula that looks at a cell containing a date
and
returns just the month of the date.



  #3   Report Post  
Duke Carey
 
Posts: n/a
Default

To get the month #, i.e., 1 for Jan, 6 for Jun, use

=MONTH(cell with date)

If you want a text representation, i.e,. Jan or January for the 1st month, use

=TEXT(cell with date,"mmm")
or
=TEXT(cell with date,"mmmm")


"KC" wrote:

I'm looking for an excel formula that looks at a cell containing a date and
returns just the month of the date.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Value of formula field kbreiss Excel Worksheet Functions 3 March 29th 05 12:13 AM
How to sort/update large excel db [email protected] Excel Discussion (Misc queries) 0 February 2nd 05 12:43 AM
Pivot Table Zero Value jcliquidtension Excel Discussion (Misc queries) 12 January 13th 05 04:21 AM
Help with Charting My Data -- DavidM Charts and Charting in Excel 7 January 7th 05 01:08 PM


All times are GMT +1. The time now is 06:14 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"