#DIV/0! query

B

Brento

Hi All,

Could anyone please help me to fix this problem. I am trying to sum
row of data but because it has a DIV/0 cell it will not add the data.

The DIV/0 is a cell with a simle formula awaiting data to be added at
later date.

Is there any way to add the data and exclude to div/0 cells but no
manaully write a formula suming individual cells?

Any sudgestion would be greatly and urgently appreciated.

Thanks
Bren
 
D

Domenic

Try...

=SUMIF(A1:A10,"<>#DIV/0!")

....or you could change the formula to return a blank "" instead of
#DIV/0!.

Hope this helps!
 

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

Similar Threads

#div/0 error 2
Div / 0 5
SUM ... Numbers, Nulls "", & Div/0 5
Div 0 help 1
#DIV/0! in variance/percentage formula 3
Div/0 2
Zeros and #DIV/0! 5
Conditional Formatting for #DIV/0! 6

Top