Sum data range containing NA()

A

Andy

I have a table of data which I am plotting on a chart. To ignore blank data I
have set some cells to NA() by using:

=IF(G$16>0,G93+F93+E93,NA())

All is well, and the chart is as required. However on the table of data I
also want to sum the columns, but if one or more cells is #N/A the result is
#N/A. I am using:

=SUM(G106:G117)

How can I get the sum command to ignore the cells with no data, but still
have a chart which does not show the blank data?

Thanks,

Andy.
 

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