#1   Report Post  
Posted to microsoft.public.excel.misc
Don Don is offline
external usenet poster
 
Posts: 487
Default Formats and Pivots

Hi all,

I have a worksheet of data, one column of which is date (dd-mmm-yyyy). For
Pivot table purposes I want to extract mmm and yyyy into seperate columns. I
have no problem with this. However, if I included these columns in a pivot
table I have multiple record entries for the same mmm and yyyy. Scrolling
over each of them it appears they are unique as for some reason a 24Hr time
stamp is included : (

Any ideas how to resolve this?

Don-
  #2   Report Post  
Posted to microsoft.public.excel.misc
bj bj is offline
external usenet poster
 
Posts: 1,397
Default Formats and Pivots

use a helper column and enter =integer(date column)
will get rid of the time stamp.

"Don" wrote:

Hi all,

I have a worksheet of data, one column of which is date (dd-mmm-yyyy). For
Pivot table purposes I want to extract mmm and yyyy into seperate columns. I
have no problem with this. However, if I included these columns in a pivot
table I have multiple record entries for the same mmm and yyyy. Scrolling
over each of them it appears they are unique as for some reason a 24Hr time
stamp is included : (

Any ideas how to resolve this?

Don-

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,268
Default Formats and Pivots

If you have different time stamps in the same cell as the dates then they
are not unique. one hour is 1/24 and one day is 1, a date is simply the
number of days since Jan 0 1900 meaning that today at 00:00 is 39199 and
today at noon is 39199.50 so these 2 are not the same. Are you trying to
group the dates in the pivot table, that way you can get months and years in
separate columns?

Otherwise you can use

=INT(A2)

will convert dates to the particular date at 00:00



--
Regards,

Peo Sjoblom



"Don" wrote in message
...
Hi all,

I have a worksheet of data, one column of which is date (dd-mmm-yyyy). For
Pivot table purposes I want to extract mmm and yyyy into seperate columns.
I
have no problem with this. However, if I included these columns in a pivot
table I have multiple record entries for the same mmm and yyyy. Scrolling
over each of them it appears they are unique as for some reason a 24Hr
time
stamp is included : (

Any ideas how to resolve this?

Don-



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
Automatic pivots Hru48 Excel Discussion (Misc queries) 0 July 4th 06 11:59 AM
Formatting Charts from Pivots Stilla Excel Worksheet Functions 2 February 22nd 06 05:56 PM
ExcelML and Pivots ConsolidationReference kleine98 Excel Discussion (Misc queries) 0 December 13th 05 05:37 PM
Quickie on Pivots Soapydux Excel Discussion (Misc queries) 4 November 24th 05 12:08 AM
Extracting data from 2 pivots And_Usa Excel Discussion (Misc queries) 0 October 20th 05 05:37 PM


All times are GMT +1. The time now is 04:32 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"