Summing a column of Numbers

F

FLKULCHAR

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

#N/A in it.

Thanks,

FLKULCHAR
 
R

RagDyer

Try this:

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

--
HTH,

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

FLKULCHAR

thanks

RagDyer said:
Try this:

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

--
HTH,

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

Lou

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!
==============================================
 
Top