Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Pivot Table Duplicate January

I have a column in my original data that uses the formula =TEXT(D11,"mmmm")
to generate the month name, so that I can filter my pivot table by month. For
some reason the filter option on my pivot table gives 3 separate January's
and only one of those actually shows data. The other two show nothing. ( this
only accurs with January, none of the other months are affected) It is no
problem for me, but other people will be using this pivot table to generate
reports and I want to remove the duplicates to eliminate any confusion. Can
anyone help?
Salahan

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Pivot Table Duplicate January

I have had this problem before as well. Usually what corrects it for me is I
have to go through the Dates again in the original data and re-enter them in
the correct format. Sometimes EXCEL takes the way you enter in a date
differently no matter what format you have pre-set for it to take. For
example, if you enter in a date as 5/8/2010 and want it to come out as:
May.08.2010, and it doesn't, it could be because EXCEL wants you to enter it
in as: 5-08-2010. I have had to go through workbooks and manually enter the
date in a different before, and usually that corrects the problem.
My problems with something like that usually occurs in a row that I
repeatedly use one of four options: 'Y, N, N.I, F.I'. If I enter in a "y"
instead of "Y", the pivottable pulling that data will then classify them as
two different entries, one uppercase, one lowercase. It does not recongize it
as the same answer. I then go through and change them all to uppercase for
standardization help.
I have noticed that sometimes after correcting the orginial data, the
PivotTable will keep all the options ever entered in that workbook as an
option to filter out or keep in, even if the origial choices it is showing
are no longer there. When this occurs and I have several people in and out of
the work book, I do one of three things: explain it, manually choose the
filters to not include the orginial entery data so there is no confusion, or
re-make the workbook. [I have remade several workbooks].
I hope that information helps! I've never given help for EXCEL online before..

"Salahan" wrote:

I have a column in my original data that uses the formula =TEXT(D11,"mmmm")
to generate the month name, so that I can filter my pivot table by month. For
some reason the filter option on my pivot table gives 3 separate January's
and only one of those actually shows data. The other two show nothing. ( this
only accurs with January, none of the other months are affected) It is no
problem for me, but other people will be using this pivot table to generate
reports and I want to remove the duplicates to eliminate any confusion. Can
anyone help?
Salahan

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 376
Default Pivot Table Duplicate January

Hi

The problem is that blank cells will be taken to be 01 Jan 1900, and
therefore return January as the Result.
Change your formula to
=IF(D11="","",TEXT(D1,"mmmm"))
--
Regards
Roger Govier

Salahan wrote:
I have a column in my original data that uses the formula =TEXT(D11,"mmmm")
to generate the month name, so that I can filter my pivot table by month. For
some reason the filter option on my pivot table gives 3 separate January's
and only one of those actually shows data. The other two show nothing. ( this
only accurs with January, none of the other months are affected) It is no
problem for me, but other people will be using this pivot table to generate
reports and I want to remove the duplicates to eliminate any confusion. Can
anyone help?
Salahan

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
Pivot table - *repeat* duplicate values J Noble Excel Discussion (Misc queries) 0 December 8th 08 10:54 PM
Pivot table Row heading appearing in duplicate in Excel 2003 Sean Bernardino Excel Discussion (Misc queries) 1 May 14th 08 01:36 PM
Pivot table -duplicate rows Kelly Excel Discussion (Misc queries) 0 July 19th 07 03:58 PM
Pivot Table - Duplicate Data DEE Excel Worksheet Functions 0 November 27th 06 04:45 PM
Totaling columns in a row with duplicate data - Pivot Table?? Kim CB Excel Worksheet Functions 1 August 29th 06 09:34 PM


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

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"