#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 181
Default #VALUE!

I am trying to add two cells and ach cell contains a formaula. I keep getting
the error #VALUE! when one of cells does not produce a value

Is there any way to avoid this

Thanks
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default #VALUE!

=IF(ISERROR(SUM(A1:A100)),"",SUM(A1:A100))


"Curtis" wrote:

I am trying to add two cells and ach cell contains a formaula. I keep getting
the error #VALUE! when one of cells does not produce a value

Is there any way to avoid this

Thanks

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 181
Default #VALUE!

Would this still work if i neede to add two cells say j1+ak1?

"Teethless mama" wrote:

=IF(ISERROR(SUM(A1:A100)),"",SUM(A1:A100))


"Curtis" wrote:

I am trying to add two cells and ach cell contains a formaula. I keep getting
the error #VALUE! when one of cells does not produce a value

Is there any way to avoid this

Thanks

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 181
Default #VALUE!

The two cells in question that I need to add are J1 and AK1. This formula
does not produce the correct answer

ANy thoughts?

Thanks

"Teethless mama" wrote:

=IF(ISERROR(SUM(A1:A100)),"",SUM(A1:A100))


"Curtis" wrote:

I am trying to add two cells and ach cell contains a formaula. I keep getting
the error #VALUE! when one of cells does not produce a value

Is there any way to avoid this

Thanks

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 181
Default #VALUE!

Sorry your formual works. I just needed to sum the two cells as

=IF(ISERROR(SUM(J1,AK1)),"",SUM(J1,AK1))

"Teethless mama" wrote:

=IF(ISERROR(SUM(A1:A100)),"",SUM(A1:A100))


"Curtis" wrote:

I am trying to add two cells and ach cell contains a formaula. I keep getting
the error #VALUE! when one of cells does not produce a value

Is there any way to avoid this

Thanks

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



All times are GMT +1. The time now is 03:15 PM.

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

About Us

"It's about Microsoft Excel"