#VALUE!

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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
 
Sorry your formual works. I just needed to sum the two cells as

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top