Forum Discussion
Gregory Ackerman
Aug 11, 2018Copper Contributor
Same number
I get the same number all the way down the column, I am looking for a way to have IE: F2 be 3993 and F3 on to be blank until next entry. BALANCE 4706.53 4706.53 4706.53 4706.53 4...
Gregory Ackerman
Aug 12, 2018Copper Contributor
Yes that looks like it is.
Arul Tresoldi
Aug 13, 2018Iron Contributor
instead of =SUM(C9-E9) I was saying to use
=IF(E9="";"";SUM(C9-E9))
also, remember that it is C9-E9 then C10-E10 and so on