Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel,microsoft.public.excel.charting,microsoft.public.excel.misc,microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
I currently have some data as shown below: Item 1 0 Item 2 3 Item 3 6 Item 4 5 Item 5 0 Item 6 9 How can I exclude the zero items automatically, the data shown below is going to change regulary and i do not want to have to keep change the source data manually. D |
#2
![]()
Posted to microsoft.public.excel.charting,microsoft.public.excel.misc,microsoft.public.excel.programming,microsoft.public.excel
|
|||
|
|||
![]()
You can use AutoFilter to hide the rows with 0s as Chart does not display
data that's hidden. HTH "DMc2005" wrote: Hi I currently have some data as shown below: Item 1 0 Item 2 3 Item 3 6 Item 4 5 Item 5 0 Item 6 9 How can I exclude the zero items automatically, the data shown below is going to change regulary and i do not want to have to keep change the source data manually. D |
#3
![]()
Posted to microsoft.public.excel.charting,microsoft.public.excel.misc,microsoft.public.excel.programming,microsoft.public.excel
|
|||
|
|||
![]()
Andy Pope shows how to do this via te use of dynamic range names here . . .
http://www.andypope.info/charts/piezeros.htm ---- Regards, John Mansfield http://www.pdbook.com "DMc2005" wrote: Hi I currently have some data as shown below: Item 1 0 Item 2 3 Item 3 6 Item 4 5 Item 5 0 Item 6 9 How can I exclude the zero items automatically, the data shown below is going to change regulary and i do not want to have to keep change the source data manually. D |
#4
![]()
Posted to microsoft.public.excel,microsoft.public.excel.charting,microsoft.public.excel.misc,microsoft.public.excel.programming
|
|||
|
|||
![]()
In a pie chart no slice is shown for a zero value, so unlike other chart
types you don't really need to cater for it. Or, do you mean not display Legend Entries with zero values. That could be done with a macro, though it would need to be rerun each time values change. Regards, Peter T I currently have some data as shown below: Item 1 0 Item 2 3 Item 3 6 Item 4 5 Item 5 0 Item 6 9 How can I exclude the zero items automatically, the data shown below is going to change regulary and i do not want to have to keep change the source data manually. D |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
In Office 2007 can't see chart series values unless chart unprotec | Charts and Charting in Excel | |||
Only chart numerical values, not error values | Charts and Charting in Excel | |||
chart from pivot data does not update x-axis bar chart values - bug | Excel Discussion (Misc queries) | |||
Troubles with asigning x values and values to a chart | Excel Discussion (Misc queries) | |||
Huge differences in chart values screws my bar chart scale up. | Charts and Charting in Excel |