I'm new at this so I apologize for what I am sure is a beginners questions.
I am trying to make a simple scorecard for a game.
In my cells I have =IF((B2<0)*AND(C2<0)*AND(D2<0),(B2+C2+D2)*-1,0).
I have the same code in columns B, C, and D (I have swapped out the correct letters in each of the columns). This formula does return a value.
When I try to total the columns using =SUM(A2:A11) it will not put the total in until all of the cells are full.
How can I do this so it shows a running total as I am entering numbers?
Thanks in advance!!
I am trying to make a simple scorecard for a game.
In my cells I have =IF((B2<0)*AND(C2<0)*AND(D2<0),(B2+C2+D2)*-1,0).
I have the same code in columns B, C, and D (I have swapped out the correct letters in each of the columns). This formula does return a value.
When I try to total the columns using =SUM(A2:A11) it will not put the total in until all of the cells are full.
How can I do this so it shows a running total as I am entering numbers?
Thanks in advance!!