Summing a column of Numbers

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

Guest

How do I sum a large column of numbers when some of the cells within the
column contain...

#N/A in it.

Thanks,

FLKULCHAR
 
Try this:

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

--
HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================
 
thanks

RagDyer said:
Try this:

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

--
HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================
 
WOW!
Lots to learn here!
Lou

RagDyer said:
Try this:

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

--
HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================
 

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