Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 27
Default How to show only Month of a mm/dd/yyyy format?

I have two columns of data in format of mm/dd/yyyy. How do I convert so it
shows only "mmm"? And, is there an easy way to set up range as "1/1/2008" -
"1/31/2008" in pivot table?

Thanks...
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,942
Default How to show only Month of a mm/dd/yyyy format?

hi
you could add a column and use this fomula
=month(a1)
then exclude the date columun from your pivot table while including the
month column.

Regards
FSt1



"yhoy" wrote:

I have two columns of data in format of mm/dd/yyyy. How do I convert so it
shows only "mmm"? And, is there an easy way to set up range as "1/1/2008" -
"1/31/2008" in pivot table?

Thanks...

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 27
Default How to show only Month of a mm/dd/yyyy format?

Thanks for the response.

I did it and for a1 with 07/19/2007, it returned "Jan", set up the format to
be "general", I got 7. Can you assist to solve this? for the former one, I
set the format to be "mmm" in date.



"FSt1" wrote:

hi
you could add a column and use this fomula
=month(a1)
then exclude the date columun from your pivot table while including the
month column.

Regards
FSt1



"yhoy" wrote:

I have two columns of data in format of mm/dd/yyyy. How do I convert so it
shows only "mmm"? And, is there an easy way to set up range as "1/1/2008" -
"1/31/2008" in pivot table?

Thanks...

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default How to show only Month of a mm/dd/yyyy format?

Look up the MONTH function in Excel help. It returns a number, in your case
7 if you use =MONTH(A1) when A1 contains 07/19/2007. If you try to format a
cell containing the number 7 as a date, then 7 represents 7th January 1900,
and hence if the formatting is mmm you will see Jan.

If you want to see 07/19/2007 in mmm format, you can either use the formula
=A1 and format as mmm, or if you want text you can use =TEXT(A1,"mmm"). You
could, of course, merely format your A1 cell as mmm.
--
David Biddulph

"yhoy" wrote in message
...
Thanks for the response.

I did it and for a1 with 07/19/2007, it returned "Jan", set up the format
to
be "general", I got 7. Can you assist to solve this? for the former one, I
set the format to be "mmm" in date.



"FSt1" wrote:

hi
you could add a column and use this fomula
=month(a1)
then exclude the date columun from your pivot table while including the
month column.

Regards
FSt1



"yhoy" wrote:

I have two columns of data in format of mm/dd/yyyy. How do I convert so
it
shows only "mmm"? And, is there an easy way to set up range as
"1/1/2008" -
"1/31/2008" in pivot table?

Thanks...



  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 27
Default How to show only Month of a mm/dd/yyyy format?

Cool! How come there are so many genius on this board...:}

"David Biddulph" wrote:

Look up the MONTH function in Excel help. It returns a number, in your case
7 if you use =MONTH(A1) when A1 contains 07/19/2007. If you try to format a
cell containing the number 7 as a date, then 7 represents 7th January 1900,
and hence if the formatting is mmm you will see Jan.

If you want to see 07/19/2007 in mmm format, you can either use the formula
=A1 and format as mmm, or if you want text you can use =TEXT(A1,"mmm"). You
could, of course, merely format your A1 cell as mmm.
--
David Biddulph

"yhoy" wrote in message
...
Thanks for the response.

I did it and for a1 with 07/19/2007, it returned "Jan", set up the format
to
be "general", I got 7. Can you assist to solve this? for the former one, I
set the format to be "mmm" in date.



"FSt1" wrote:

hi
you could add a column and use this fomula
=month(a1)
then exclude the date columun from your pivot table while including the
month column.

Regards
FSt1



"yhoy" wrote:

I have two columns of data in format of mm/dd/yyyy. How do I convert so
it
shows only "mmm"? And, is there an easy way to set up range as
"1/1/2008" -
"1/31/2008" in pivot table?

Thanks...




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
Converting Day, Date Month Year format to MM/DD/YYYY 61Petrus Excel Worksheet Functions 1 February 19th 08 08:47 PM
Formula bar shows mm/dd/yyyy. To show dd/mm/yyyy. How? magna Excel Discussion (Misc queries) 2 January 1st 08 08:14 AM
How do I convert a birthdate format from yyyy/mm/dd to mm/dd/yyyy Amy Ann Excel Worksheet Functions 3 December 13th 07 08:07 PM
Format a combo box to show mmm-yyyy format Gai Excel Discussion (Misc queries) 1 March 7th 07 03:06 AM
how do I change date from mm/dd/yyyy to dd:mm:yyyy format in Excel Jack Wilson New Users to Excel 4 July 18th 06 01:57 PM


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

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"