Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 36
Default Changing the Format of a Date

I have dates in Column A in this format: MM/DD/YYYY and I would like to
insert a column (column B) that would extract the month indicated in column
A. For example, cell A2 says: 3/19/2008, in cell B2 I would like it to say
"March." How would I do that in Excel?

Thanks for your help!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default Changing the Format of a Date

In B2 enter:
=A2 and format as Custom mmmm
--
Gary''s Student - gsnu200816
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Changing the Format of a Date

In B2 enter =A2 then custom format as mmmm

Or in B2 enter =TEXT(A2,"mmmm")


Gord Dibben MS Excel MVP

On Thu, 27 Nov 2008 09:30:01 -0800, Liz J
wrote:

I have dates in Column A in this format: MM/DD/YYYY and I would like to
insert a column (column B) that would extract the month indicated in column
A. For example, cell A2 says: 3/19/2008, in cell B2 I would like it to say
"March." How would I do that in Excel?

Thanks for your help!


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,393
Default Changing the Format of a Date

Method 1: Let date be in A1, then in B1 use =A1 and give the cell a custom
format of either mmm or mmmm (mmm gives 'Jan', mmmm gives 'January') Copy B1
down column
Method 2: which lets you make the abbreviations is to use the formula
=CHOOSE(MONTH(A1),"Jan","Feb","Mar","Apr","May",
"June","July","Aug","Sept","Oct","Nov","Dec")

best wishes
--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email

"Liz J" wrote in message
...
I have dates in Column A in this format: MM/DD/YYYY and I would like to
insert a column (column B) that would extract the month indicated in
column
A. For example, cell A2 says: 3/19/2008, in cell B2 I would like it to
say
"March." How would I do that in Excel?

Thanks for your help!



  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default Changing the Format of a Date

.... or, if you want the content (rather than just the display) to be
"March", use =TEXT(A2,"mmmm")
--
David Biddulph

"Gary''s Student" wrote in message
...
In B2 enter:
=A2 and format as Custom mmmm
--
Gary''s Student - gsnu200816





  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 36
Default Changing the Format of a Date

Thanks, Gary. I have 2007 software, and, when I put it in that format, it
just shows the first letter of the month. And, there is another format that
shows month and year (example: "March-08"), but, the data I'm analyzing is
all for 2008. (The year input is not necessary). Is there a way where I can
get the month without the year; just the month's name in the cell?

Thank you again!

"Gary''s Student" wrote:

In B2 enter:
=A2 and format as Custom mmmm
--
Gary''s Student - gsnu200816

  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,389
Default Changing the Format of a Date

I have 2007 and can't replicate your problem. Are you sure you followed
Gary's instructions?

-- Right click on the cell, choose Format Cells...
-- On the Number tab, choose Custom
-- In the Type: box, enter mmmm
-- Click OK

You should now see March in the cell

Regards,
Fred.

"Liz J" wrote in message
...
Thanks, Gary. I have 2007 software, and, when I put it in that format, it
just shows the first letter of the month. And, there is another format
that
shows month and year (example: "March-08"), but, the data I'm analyzing is
all for 2008. (The year input is not necessary). Is there a way where I
can
get the month without the year; just the month's name in the cell?

Thank you again!

"Gary''s Student" wrote:

In B2 enter:
=A2 and format as Custom mmmm
--
Gary''s Student - gsnu200816


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
Changing date format PaulinaDi Excel Worksheet Functions 3 September 24th 08 03:30 PM
date format keeps changing Carrie Excel Discussion (Misc queries) 5 August 12th 08 11:31 PM
Changing Date Format mrbalaje Excel Discussion (Misc queries) 1 August 22nd 07 12:43 PM
Changing Date Format Chris Excel Discussion (Misc queries) 3 January 25th 07 05:47 PM
changing date format SITCFanTN New Users to Excel 4 June 5th 06 06:26 AM


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

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

About Us

"It's about Microsoft Excel"