ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Cell Value must be zero (https://www.excelbanter.com/excel-worksheet-functions/222969-cell-value-must-zero.html)

Codeman

Cell Value must be zero
 
When a cell is showing; #VALUE!
Because the amount has not been calculated how can I get it to just show
zero (0)

I am getting the value from other spreadsheets totals and when those totals
are not completed, because they are not applicable, I would like the final
tabulation worksheet to just put 0 automatically there. I do not want to
change the other worksheets from where the totals area coming from.

=SUM('Other Occupancies'!C13) is the formula in one of the cells on my last
spreadsheet and I want it to be showing zero (0) instead of #VALUE!

Can it be done to just show 0 (zero)?


Niek Otten

Cell Value must be zero
 
=IF(ISERROR(SUM('Other Occupancies'!C13)),0,SUM('Other Occupancies'!C13))

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"Codeman" wrote in message
...
When a cell is showing; #VALUE!
Because the amount has not been calculated how can I get it to just show
zero (0)

I am getting the value from other spreadsheets totals and when those
totals
are not completed, because they are not applicable, I would like the final
tabulation worksheet to just put 0 automatically there. I do not want to
change the other worksheets from where the totals area coming from.

=SUM('Other Occupancies'!C13) is the formula in one of the cells on my
last
spreadsheet and I want it to be showing zero (0) instead of #VALUE!

Can it be done to just show 0 (zero)?



Shane Devenshire

Cell Value must be zero
 
Hi,

Why not just

=IF(ISERR('Other Occupancies'!C13),0,'Other Occupancies'!C13)

or in 2007

=IFERROR('Other Occupancies'!C13,0)

--
If this helps, please click the Yes button.

Cheers,
Shane Devenshire


"Niek Otten" wrote:

=IF(ISERROR(SUM('Other Occupancies'!C13)),0,SUM('Other Occupancies'!C13))

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"Codeman" wrote in message
...
When a cell is showing; #VALUE!
Because the amount has not been calculated how can I get it to just show
zero (0)

I am getting the value from other spreadsheets totals and when those
totals
are not completed, because they are not applicable, I would like the final
tabulation worksheet to just put 0 automatically there. I do not want to
change the other worksheets from where the totals area coming from.

=SUM('Other Occupancies'!C13) is the formula in one of the cells on my
last
spreadsheet and I want it to be showing zero (0) instead of #VALUE!

Can it be done to just show 0 (zero)?



Niek Otten

Cell Value must be zero
 
Absolutely right, Shane! I just didn't even notice the
SUMs..................

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"Shane Devenshire" wrote in message
...
Hi,

Why not just

=IF(ISERR('Other Occupancies'!C13),0,'Other Occupancies'!C13)

or in 2007

=IFERROR('Other Occupancies'!C13,0)

--
If this helps, please click the Yes button.

Cheers,
Shane Devenshire


"Niek Otten" wrote:

=IF(ISERROR(SUM('Other Occupancies'!C13)),0,SUM('Other Occupancies'!C13))

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"Codeman" wrote in message
...
When a cell is showing; #VALUE!
Because the amount has not been calculated how can I get it to just
show
zero (0)

I am getting the value from other spreadsheets totals and when those
totals
are not completed, because they are not applicable, I would like the
final
tabulation worksheet to just put 0 automatically there. I do not want
to
change the other worksheets from where the totals area coming from.

=SUM('Other Occupancies'!C13) is the formula in one of the cells on my
last
spreadsheet and I want it to be showing zero (0) instead of #VALUE!

Can it be done to just show 0 (zero)?




Codeman

Cell Value must be zero
 
Thank you, It worked and is shorter.

"Shane Devenshire" wrote:

Hi,

Why not just

=IF(ISERR('Other Occupancies'!C13),0,'Other Occupancies'!C13)

or in 2007

=IFERROR('Other Occupancies'!C13,0)

--
If this helps, please click the Yes button.

Cheers,
Shane Devenshire


"Niek Otten" wrote:

=IF(ISERROR(SUM('Other Occupancies'!C13)),0,SUM('Other Occupancies'!C13))

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"Codeman" wrote in message
...
When a cell is showing; #VALUE!
Because the amount has not been calculated how can I get it to just show
zero (0)

I am getting the value from other spreadsheets totals and when those
totals
are not completed, because they are not applicable, I would like the final
tabulation worksheet to just put 0 automatically there. I do not want to
change the other worksheets from where the totals area coming from.

=SUM('Other Occupancies'!C13) is the formula in one of the cells on my
last
spreadsheet and I want it to be showing zero (0) instead of #VALUE!

Can it be done to just show 0 (zero)?




All times are GMT +1. The time now is 09:51 AM.

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