Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 27
Default 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)?

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,440
Default 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)?


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 857
Default 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)?


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,440
Default 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)?



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 27
Default 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)?


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Return cell address of a cell based on contents of cell. Danny Excel Worksheet Functions 4 November 15th 08 03:11 AM
Populate a cell if values in cell 1 and cell 2 match cell 3 and 4 [email protected] Excel Worksheet Functions 1 August 22nd 08 02:04 AM
How can I copy a value from a cell and paste it into another cell while adding it to the previous value in that cell [email protected] Excel Worksheet Functions 2 November 7th 07 09:39 AM
How can I make a blank cell in a formula cell with a range of cell Vi Excel Discussion (Misc queries) 5 June 21st 07 02:46 PM
How to create/run "cell A equals Cell B put Cell C info in Cell D abmb161 Excel Discussion (Misc queries) 5 January 26th 06 06:36 PM


All times are GMT +1. The time now is 06:35 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"