#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 12
Default pivot table (blank)

I have created a pivot table, but the (blank) field is n longer showing the
number of blank entries, it's just blank! I'm guessing it's an easy thing to
change because it used to work!
Example below - I have 5 with the name ABCDE and I also have some that are
blank, but although it's showing (blank), there is no number in there. If I
change the "for empty cells show...0" field in table options, it shows as 0,
even though it shoudn't be empty

name number
ABCDE 5
(blank)
Grand Total 5

Thanks
  #2   Report Post  
Posted to microsoft.public.excel.misc
Don Don is offline
external usenet poster
 
Posts: 487
Default pivot table (blank)

I see your issue and there are a few ways to solve this.
One is to put a charactor (like ".") in the blank fields
two would be to use the =COUNTBLANK function to solve the blank line and
=countif for the other ones
Not sure if you are trying to Sum , but SumIf() could be used to sum amounts

I have found that I love pivot tables , but I can do Sumif, Countif's to get
a similar result with less memory usage.

good luck

"Tuxla" wrote:

I have created a pivot table, but the (blank) field is n longer showing the
number of blank entries, it's just blank! I'm guessing it's an easy thing to
change because it used to work!
Example below - I have 5 with the name ABCDE and I also have some that are
blank, but although it's showing (blank), there is no number in there. If I
change the "for empty cells show...0" field in table options, it shows as 0,
even though it shoudn't be empty

name number
ABCDE 5
(blank)
Grand Total 5

Thanks

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 21
Default pivot table (blank)

I've just suffered exactly the same problem: what used to be "(blank)" now
appears as "" ....I'd love to know what I've done to make this happen!

I'm not trying to count the blanks so the solution above doesn't work for me.

Oddly, when recording a macro to change the pivot page fields, the code
recorded as "(blank)" but the macro wouldn't work when I ran it.

My workaround was simply to change my macro code for the pivot selection as
follows:

was
..CurrentPage = "(blank)"
now
..CurrentPage = ""

This seems to have done the trick but I am concerned that the data might
flip back to (blank) at some point without warning.
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 with blank data Dolphinv4 Excel Discussion (Misc queries) 5 March 4th 08 09:52 AM
pivot table (blank) vs. __ nickname Excel Discussion (Misc queries) 0 September 10th 07 04:50 PM
Pivot Table with Blank Cells Rick Excel Discussion (Misc queries) 3 November 17th 06 06:05 PM
Pivot table creates blank table [email protected] Charts and Charting in Excel 2 October 17th 06 05:21 PM
Why does (blank) display on pivot table pj Charts and Charting in Excel 3 December 6th 05 05:35 PM


All times are GMT +1. The time now is 08:00 AM.

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"