Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
Hi
Im trying to create a line chart but I don´t want the zero values or empty cells to be draw. the line should be inetrpolated from de last value to the next . |
#2
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
Two parts
To skip blank cells, go to Tools-Options-Chart. Select Plot empty cells as not plotted. (Note cell must be empty, not a formula returning "") Zero values are a little trickier. You'll need to either remove them (Find and Replace) or if they are a formula, have the formula return the #N/A error. Example: =IF(A1=0,NA(),A1) XL charts ignore the #N/A error as they are, by definition, 'not applicable'. -- Best Regards, Luke M *Remember to click "yes" if this post helped you!* "ana" wrote: Hi Im trying to create a line chart but I don´t want the zero values or empty cells to be draw. the line should be inetrpolated from de last value to the next . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to Draw a chart line connecting 2 points in the middle of the series | Charts and Charting in Excel | |||
How to draw a line on a chart, and have it move with the chart? | Charts and Charting in Excel | |||
How to draw an line chart starting at column 1 | Charts and Charting in Excel | |||
I want to draw a line through the columns of a chart, plot the o. | Charts and Charting in Excel | |||
how do I draw a line in a chart at a specific location | Charts and Charting in Excel |