Bryant Rob
New Member
- Joined
- Aug 16, 2018
- Messages
- 4
Hi Everyone, first post here. I couldn't find anything on it. I want to have a running total of two columns showing in a third column, which I was able to do with the following that I found in another post:
=SUBTOTAL(109,$D$3:D9, $E$3:E9)
my problem is that after my last row with data, it keeps posting the same amount all the way down. I wanted to have those cells remain blank if there is no data in my first column, but use the formula to calculate the running total if there is data. I tried the following:
=IF(A21="","","=SUBTOTAL(109,$D$3:D21, $E$3:E21)")
this works fine if A21 is blank, but when I put data, it just shows the actual formula in my subtotal column instead of calculating.
I hope I explained it clear enough.
As of now, all I can figure to do is leave the total column blank until I add data, then copy the formula down to where I am up to.
=SUBTOTAL(109,$D$3:D9, $E$3:E9)
my problem is that after my last row with data, it keeps posting the same amount all the way down. I wanted to have those cells remain blank if there is no data in my first column, but use the formula to calculate the running total if there is data. I tried the following:
=IF(A21="","","=SUBTOTAL(109,$D$3:D21, $E$3:E21)")
this works fine if A21 is blank, but when I put data, it just shows the actual formula in my subtotal column instead of calculating.
I hope I explained it clear enough.
As of now, all I can figure to do is leave the total column blank until I add data, then copy the formula down to where I am up to.