#DIV/0!

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

Guest

I've got a YTD spreadsheet that will be fed each month
from monthly spreadsheets... In some of the cells within
the monthly spreadsheets it is #DIV/0!... As the data is
fed in by the month Division by 0 is elimated, due to the
cells in the formula being fed numbers... What I want to
know is it possible in the year to date spread, to SUM a
row say SUM(A4:F4) with some of the cells containing
#DIV/0!??

Thanks
kevin
 
Hi
why not prevent the #DIV/0 errors with a fomula such as
=IF(N(A1)=0,"",B1/A1)
 

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

Taking Average ignoring #DIV/0! in the range... 1
Supress DIV/0 2
dividing by 0 error 6
#DIV/0! ERROR 2
#DIV/O! 5
Average cells with #DIV/0! 4
Average of time spent monthly getting DIV/0 error 2
Formula 2

Back
Top