Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a pivottable based on a small database downloading figures from
the master database each month. To ensure that all figures are included every month I need to include all combinations (accounts, Cost Centers etc). Several of this combinations might be zero, and it it also shows zero in the Pivot table. This makes the pivot table big and filled with a lot of useless information. Is it possible in a pivottable to only show figures with a value different from zero? Thanks for your help Brgds Knut |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
You could format the "databodyrange" within the pivot table using something like [0]#,##0_ ;[Red][<0](#,##0); Or Remove all zeros from the source data (Edit / Replace, etc) and from the "Table Options" of the pivot table ensure there is no check mark against "For empty cells show..." -- XL2003 Regards William "ymze" wrote in message oups.com... I have a pivottable based on a small database downloading figures from the master database each month. To ensure that all figures are included every month I need to include all combinations (accounts, Cost Centers etc). Several of this combinations might be zero, and it it also shows zero in the Pivot table. This makes the pivot table big and filled with a lot of useless information. Is it possible in a pivottable to only show figures with a value different from zero? Thanks for your help Brgds Knut |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks for the tip, however zero figures still shows up.
I have now formatted the cells so empty combinations shows up as empty, "" I have also removed the mark on "for empty cells show..." What do I do wrong? Knut |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
ymze
a pivottable will always show a row/column combination if it is *non emtpy/null* for at least *one* of it's row/column combinations. Indeed, if you are unlucky each data row/column will only have a minimum of 1 non null item. DM Unseen |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Show all values in first column of Pivot Table | Excel Discussion (Misc queries) | |||
can i show repeated values in a pivot table? | Excel Discussion (Misc queries) | |||
How to show actual values in a pivot grap/table | Charts and Charting in Excel | |||
Don“t show zero values in Pivot Table | Excel Discussion (Misc queries) | |||
Do not show rows with no values in Pivot Table | Excel Discussion (Misc queries) |