D
Dublevay
I have an Excel spreadsheet set up with various charts etc. One of my charts
references cells that use a formula similar to:
=IF(ISBLANK(E13),"",E13/E2)
The problem that I have is that even though the cell E13 is blank, the graph
still plots a zero value. Basically, what I want to know is how to get my
charts to ignore "null" values in spreadsheets, when I have selected a
specific range for the chart, and wish to complete it day by day. I.e. I
have 30 days in my monthly chart, but I have only populated 15 of them so
far.
Cheers
JW
references cells that use a formula similar to:
=IF(ISBLANK(E13),"",E13/E2)
The problem that I have is that even though the cell E13 is blank, the graph
still plots a zero value. Basically, what I want to know is how to get my
charts to ignore "null" values in spreadsheets, when I have selected a
specific range for the chart, and wish to complete it day by day. I.e. I
have 30 days in my monthly chart, but I have only populated 15 of them so
far.
Cheers
JW