View Single Post
 
Old 01-23-2012, 07:01 AM
ColinC ColinC is offline Windows 7 64bit Office 2010 64bit
Novice
 
Join Date: Dec 2011
Location: England
Posts: 9
ColinC is on a distinguished road
Default Empty cells plotted as zero.

I have created a chart from 3 columns of data.
Two columns are complete, one column is built up gradually from data on another sheet. (Sheet 1)
All data is plotted correctly but an empty cell is treated as 0 and not ignored as I would like.
How can I get round this?
This is the function I am using in the incomplete column.

=IF(Sheet1!E2>0,Sheet1!E2,"")
Reply With Quote