G
Glenn V.
This is hopefully an easy question.
When a1, b1, and c1 have values entered the sum in d1 is
correct. When any of these cells are empty my answer is 10
less than I want. I would like to have the value of each
cell subtract 10 when it calculates the total. When a cell
is left blank I do not want it to subtract 10.
I think I need some type of if statement for d1 so it
won't subtract 10 when I'm leaving any of the a1, b1, c1
cells blank.
The current formula in d1 is:
=(a1-10)+(b1-10)+(c1-10)
Can someone please help me?
When a1, b1, and c1 have values entered the sum in d1 is
correct. When any of these cells are empty my answer is 10
less than I want. I would like to have the value of each
cell subtract 10 when it calculates the total. When a cell
is left blank I do not want it to subtract 10.
I think I need some type of if statement for d1 so it
won't subtract 10 when I'm leaving any of the a1, b1, c1
cells blank.
The current formula in d1 is:
=(a1-10)+(b1-10)+(c1-10)
Can someone please help me?