sum cells

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

Guest

I am trying to total employee schedule so some cell have D/O day off, R/O
requested off, so when I try to total all associates by the day I get #VALUE!
in cell and total cell. Is there a way to total only numbers and ignore
#VALUE!
 
Try this:

=SUMIF(A1:A10,"<>#VALUE!")

Why not fix the formula that causes the error in the first place?

What is the formula that does this:
when I try to total all associates by the day I get #VALUE!

Biff
 
In line with Biff's reply, you should ALWAYS try and fix your data at source,
rather than implement workarounds to cater for error values.
 

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