Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 19
Default Display Months by looking at the dates

I have a column with dates like 01/01/07 , 02/15/07 etc.
Is there any way to create a formula in the next column to display
month like JAN-07 , FEB-07 etc.
I would really appreciate help.
Thanks

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,624
Default Display Months by looking at the dates

One way:

A1: 01/01/07
B1: =A1

Format B1 as mmm-yy.

Or, if you want a text string (not an XL date):

B1: =TEXT(A1,"mmm-yy")



In article . com,
" wrote:

I have a column with dates like 01/01/07 , 02/15/07 etc.
Is there any way to create a formula in the next column to display
month like JAN-07 , FEB-07 etc.
I would really appreciate help.
Thanks

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,886
Default Display Months by looking at the dates

Hi

With date in A1, in A2
=A1
FormatCellsNumberCustom mmm-yy
Copy down as far as required

Alternatively if you want a text value (instead of the value remaining
as a serial date number but formatted to show your desired result, then
use
=TEXT(A1,"mmm-yy")

--
Regards

Roger Govier


wrote in message
ups.com...
I have a column with dates like 01/01/07 , 02/15/07 etc.
Is there any way to create a formula in the next column to display
month like JAN-07 , FEB-07 etc.
I would really appreciate help.
Thanks



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default Display Months by looking at the dates

=TEXT(A1,"mmm-yy")
or
=A1 (format cell as mmm-yy)



" wrote:

I have a column with dates like 01/01/07 , 02/15/07 etc.
Is there any way to create a formula in the next column to display
month like JAN-07 , FEB-07 etc.
I would really appreciate help.
Thanks


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 19
Default Display Months by looking at the dates

Thanks you very much ,
It was a great help.

On Jan 19, 2:18 pm, Teethless mama
wrote:
=TEXT(A1,"mmm-yy")
or
=A1 (format cell as mmm-yy)



" wrote:
I have a column with dates like 01/01/07 , 02/15/07 etc.
Is there any way to create a formula in the next column to display
month like JAN-07 , FEB-07 etc.
I would really appreciate help.
Thanks- Hide quoted text -- Show quoted text -


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
Can autofill, as in months or dates, go to the end of the spreads Mary jane Excel Worksheet Functions 4 January 2nd 07 06:38 PM
Calculating Dates in Terms of Months Jessica Excel Worksheet Functions 4 September 20th 05 06:35 PM
SUMIF for Dates / Months ? ZMAN Excel Worksheet Functions 5 August 26th 05 02:07 AM
months between 2 dates!!! speary Excel Discussion (Misc queries) 1 August 19th 05 03:22 PM
Converting Text months to sortable Numbers or Dates Greg Excel Discussion (Misc queries) 6 May 1st 05 03:32 AM


All times are GMT +1. The time now is 01:25 PM.

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"