Help With Sum

C

Chris

I am trying to total a range of cells, G12:G46 as I enter info into CA. Some
cells have error #N/A and it is stopping me from completing my project. Help
Please...
 
T

T. Valko

Fix the cells that have the errors:

=IF(ISERROR(your_formula),0,your_formula)

If you might want the errors:

=SUMIF(G12:G46,"<1E100")

=SUMIF(G12:G46,"<>#N/A")
 
M

Marcelo

=sumif(a1:a1000,"<>#N/A")

hth
--
pleae click yes if it was helpfull
regards from Brazil
Marcelo



"Chris" escreveu:
 

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

Top