Formula and Empty Cells

B

Brian

Hi there

I am using SUM to total my values in a column but some value are blank. So
my result show in the end is correct but with a small green arrow on the top
left corner. Is my total right or how to ignore that green arrow?

Cheers
 
C

CVinje

Most likely it's an error indicator - Excel thinks you accidentally omitted
some cells. I don't know if you did or not, but if your total is correct, you
can ignore it, or hide it by doing the following:

Hide error indicators in cells:
If a cell contains a formula that breaks one of the rules, a triangle
appears in the top-left corner of the cell. You can prevent these indicators
from being displayed.

1)On the Tools menu, click Options and then click the Error Checking tab.
2)Clear the Enable background error checking check box.
 
X

xlmate

Although the solution provided did what you want, but personally,it is not
advisable to turn off error checking featureas it help you to identify errors
easily which
otherwise take hours to find if you worksheet is large.

Since you result is correct, you may just ignore the alert provided by the
error
checking feature.

You may use this formula =SUMIF(A2:A10,"<>""") which will ignore blank cells
when summing.
--
Hope this is helpful

Appreciate that you provide your feedback by clicking the Yes button below
if this post have helped you.


Thank You

cheers, francis
 
C

CVinje

Excellent point!

xlmate said:
Although the solution provided did what you want, but personally,it is not
advisable to turn off error checking featureas it help you to identify errors
easily which
otherwise take hours to find if you worksheet is large.

Since you result is correct, you may just ignore the alert provided by the
error
checking feature.

You may use this formula =SUMIF(A2:A10,"<>""") which will ignore blank cells
when summing.
--
Hope this is helpful

Appreciate that you provide your feedback by clicking the Yes button below
if this post have helped you.


Thank You

cheers, francis
 

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