NA# - help!

D

DKS

Does any one know how have a sum ignore your fields with NA withouht changing all N/A's.
 
C

Charlie O'Neill

If the data you want to SUM is in B2,B3 and B4. Then enter the following
array formula. Do not type the { } brackets when entering the formula.
After typing in the formula press the Ctr&Shift and Enter this will add
the { } and make it an array..

{=SUM(IF(ISERROR(B2:B4),"",B2:B4))}

Charlie O'Neill
 

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