
Originally Posted by
Glenn
Is there a way to fill a column down which contains a calculation without
having the result appear until the actual data is inputted?
For a simple example: Column C is a running total of A and B, with C’s
formula filled down to Row 5. I don’t want to have the running total appear
in Column C for rows that haven’t any data entered. As shown below, I don’t
want the last three 6’s appearing. The formula, beginning at C2 is:
C2 =SUM(A2:B2)+C1
C3 =SUM(A3:B3)+C2
etc.
Thank you for your assistance.
A B C
1 2 3
1 2 6
6
6
6
Bookmarks