ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Charts and Charting in Excel (https://www.excelbanter.com/charts-charting-excel/)
-   -   Linking to a data range containing blank cells (https://www.excelbanter.com/charts-charting-excel/178722-linking-data-range-containing-blank-cells.html)

James from Sage

Linking to a data range containing blank cells
 
I'm using MS Excel 2003.

I've got a chart from range of data gives the calculates accumulated total
from another table and would like the option to have the calculation result
in a blank cell that is not plotted as a zero.

I tried the following IF statement: =IF(Q6="","",Q6+P12) but "" is still
treated as a zero.

Any suggestions?

Thanks,

- James

David Biddulph[_2_]

Linking to a data range containing blank cells
 
=IF(Q6="",NA(),Q6+P12)
--
David Biddulph

"James from Sage" wrote in message
...
I'm using MS Excel 2003.

I've got a chart from range of data gives the calculates accumulated total
from another table and would like the option to have the calculation
result
in a blank cell that is not plotted as a zero.

I tried the following IF statement: =IF(Q6="","",Q6+P12) but "" is still
treated as a zero.

Any suggestions?

Thanks,

- James




James from Sage

Linking to a data range containing blank cells
 
Works perfectly, thanks David!

"David Biddulph" wrote:

=IF(Q6="",NA(),Q6+P12)
--
David Biddulph

"James from Sage" wrote in message
...
I'm using MS Excel 2003.

I've got a chart from range of data gives the calculates accumulated total
from another table and would like the option to have the calculation
result
in a blank cell that is not plotted as a zero.

I tried the following IF statement: =IF(Q6="","",Q6+P12) but "" is still
treated as a zero.

Any suggestions?

Thanks,

- James






All times are GMT +1. The time now is 11:13 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com