B
BobA
This formula will sum all of the values in column F for the last X number of CALENDAR DAYS. Let's say I put a 7 in cell J6. It will go back the last 7 CALENDAR days and sum the values in column F.
=SUMIF(B:B,">"&MAX(B:B)-J6,F:F)
I want to change this so instead of calendar days it just sums the last 7 days whatever they happen to be. Also, there could be multiple entries for the same day.
July 22 might have three entries, but it will still be treated as just one day.
Thanks
=SUMIF(B:B,">"&MAX(B:B)-J6,F:F)
I want to change this so instead of calendar days it just sums the last 7 days whatever they happen to be. Also, there could be multiple entries for the same day.
July 22 might have three entries, but it will still be treated as just one day.
Thanks