What if the number on Column C is not 1,
but is random number...?
Day 1---59
Day 2---60
etc...
I have written following formula.
*Column D contains numbers.
I am struggling to minus the previous Friday to get the correct data. =IF(A4<7,IF(B4="Friday",SUM($D$4:D4),""),IF(OR(B4="Friday",B5=""),SUM($D$4:D4),""))
If you could give me advice, I would be extremely grateful...
I found this too.
This works as well without a helper column
*You need to include the header row in the calculation...
=IF(OR(B4="Friday", B5=""),SUM(D$3:D4)-SUM(F$3:F3),"")