I am trying to set up a couple of basic formulas to track changes. The B column will have the current number each day, the D column should track daily change (B2-B3 is what D3 lists) and the E column tracks cumulative change (referring to B2 as the starting point).
I've set it up so that it works up to the point I've inputed data in the B column. However, going down, B3 is blank so the formula lists change in D3 as the number in B2 (I assume it's treating the blank in B3 as 0, then displaying B2-0). I would like it to display that as N/A.
Currently, I have =IF(B2-B3>0,SUM(B2-B3), "N/A") as the formula for column D. How should I modify that so that if the cell in column B is blank, it lists the result as "N/A" instead of treating it as 0?
Thanks,
Chris
I've set it up so that it works up to the point I've inputed data in the B column. However, going down, B3 is blank so the formula lists change in D3 as the number in B2 (I assume it's treating the blank in B3 as 0, then displaying B2-0). I would like it to display that as N/A.
Currently, I have =IF(B2-B3>0,SUM(B2-B3), "N/A") as the formula for column D. How should I modify that so that if the cell in column B is blank, it lists the result as "N/A" instead of treating it as 0?
Thanks,
Chris