PC Review


Reply
Thread Tools Rate Thread

Changing the Format of a Date

 
 
Liz J
Guest
Posts: n/a
 
      27th Nov 2008
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!
 
Reply With Quote
 
 
 
 
Gary''s Student
Guest
Posts: n/a
 
      27th Nov 2008
In B2 enter:
=A2 and format as Custom mmmm
--
Gary''s Student - gsnu200816
 
Reply With Quote
 
Gord Dibben
Guest
Posts: n/a
 
      27th Nov 2008
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 <(E-Mail Removed)>
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!


 
Reply With Quote
 
Bernard Liengme
Guest
Posts: n/a
 
      27th Nov 2008
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" <(E-Mail Removed)> wrote in message
news:AA24C307-65E7-4C42-9A8D-(E-Mail Removed)...
>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!



 
Reply With Quote
 
David Biddulph
Guest
Posts: n/a
 
      27th Nov 2008
.... or, if you want the content (rather than just the display) to be
"March", use =TEXT(A2,"mmmm")
--
David Biddulph

"Gary''s Student" <(E-Mail Removed)> wrote in message
news:8BD32ADE-74C3-455C-8567-(E-Mail Removed)...
> In B2 enter:
> =A2 and format as Custom mmmm
> --
> Gary''s Student - gsnu200816



 
Reply With Quote
 
Liz J
Guest
Posts: n/a
 
      27th Nov 2008
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 With Quote
 
Fred Smith
Guest
Posts: n/a
 
      27th Nov 2008
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" <(E-Mail Removed)> wrote in message
news:643D80BA-FEB2-43CD-BE58-(E-Mail Removed)...
> 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 With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Changing the date format on the date table in a chart spudsnruf Microsoft Excel Charting 2 3rd Sep 2009 07:08 PM
Changing Date Format? SWFisherman Microsoft Access 4 9th Mar 2009 08:16 PM
changing date formatted as general number into date format =?Utf-8?B?cGdoaW8=?= Microsoft Excel Programming 4 2nd Mar 2007 05:17 PM
Changing the date format & adding the date range to the header =?Utf-8?B?UHVyZUV2aWw=?= Microsoft Access 1 6th Oct 2006 11:31 PM
Re: Changing date serial numbers to date format Bob Umlas Microsoft Excel Discussion 0 14th Apr 2005 12:58 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:33 PM.