Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.charting,microsoft.public.excel.misc
|
|||
|
|||
![]()
Marko,
if you hide the row or column (depending on which way your data is oriented) that contains the x-axis label and the "" value, then this will be omitted from your chart. If you know VBA, you could write a macro that scanned each cell in your plot range and hid its row/column if the cell value equalled "", and a corresponding macro to unhide all rows afterwards. Hope this helps pete "Marko Pinteric" wrote: I have a range of IF formulas. Sometime IF returns number, sometimes "". The problem is that chart displays "" as value 0. Is there a way to force chart not to display those empty values? IF(condition; number_value; "") Marko |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can I make a Chart data series treat blanks as "Empty" cells | Charts and Charting in Excel | |||
Display Units is not accessible in my Excel Chart | Charts and Charting in Excel | |||
How do I get my Excel time-line column chart to display in color? | Charts and Charting in Excel | |||
How do I put a watermark under cells in excel and make it print? | Excel Worksheet Functions | |||
Excel: Can I display a chart when the mouse is over a cell? | Charts and Charting in Excel |