Hello Lisa,
Great progress and thanks for sharing the exact formula and the switch from R to U. Since it’s still not calculating after widening the ranges, here are the two most common gotchas when adding Saturday:
Make sure the two criteria in each SUMIFS are still matching real values in the new Saturday column:
Great progress and thanks for sharing the exact formula and the switch from R to U. Since it’s still not calculating after widening the ranges, here are the two most common gotchas when adding Saturday:
Make sure the two criteria in each SUMIFS are still matching real values in the new Saturday column:
- 'Week 1 (Class x)'!$D$3:$U$3 must contain real dates (not text). In the Grand Total sheet, the $A7 cell must also be a real date.
- Quick test: =ISNUMBER($A7) should return TRUE, and =ISNUMBER(INDEX('Week 1 (Class 1)'!$D$3:$U$3,1, COLUMNS('Week 1 (Class 1)'!$D$3:$U$3))) should also be TRUE for the Saturday column.
- 'Week 1 (Class x)'!$D$6:$U$6 must contain the exact code you filter by. Your formula uses "SN-1". If the new Saturday column header in row 6 isn’t exactly "SN-1" (for example it’s blank, "Saturday", or "SN-6"), SUMIFS will return zero. Match the text exactly (no extra spaces).