I have an end column that I am trying to sum up from the cells in the earlier columns, and I need the formula to also account for any new columns that I insert into it.
I also have an IF statement in there as well.
So my current Formula is this: =SUM(IF(C2>0,1,0),IF(F2>0,1,0) that creates a...