MESTeacher
New Member
- Joined
- Nov 21, 2024
- Messages
- 1
- Office Version
- 2016
- Platform
- Windows
I have a worksheet with student's weekly progress monitoring scores. I have set up conditional formatting for blank cells to remain unformatted and for the cells to be compared to the goal score and turn blue if equal to or greater than. I want to set up conditional formatting where for example this weeks score will be compared to last weeks score and will be green if greater, yellow if equal and red if lower than. I know I can do this with this formula =OFFSET(INDIRECT(ADDRESS(ROW(), COLUMN())),0,-1) My problem is blank cells. If a student is absent, I want it to skip the blank cell(s) and compare it to the last non blank cell to the left. I have uploaded an example of what I have so far.
Sample Sheet.xlsx | |||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | |||
1 | Progress Monitoring Scores 2024-25 | Aug-12 | Aug-19 | Aug-26 | Sep-2 | Sep-9 | Sep-16 | Sep-23 | Sep-30 | Oct-7 | Oct-14 | Oct-21 | Oct-28 | Nov-4 | Nov-11 | Nov-18 | Nov-25 | Dec-2 | Dec-9 | Dec-16 | |||||
2 | Grade | Student | PM Test | Goal | Wk 1 | Wk 2 | Wk 3 | Wk 4 | Wk 5 | Wk 6 | Wk 7 | Wk 8 | Wk 9 | Wk 10 | Wk 11 | Wk 12 | Wk 13 | Wk 14 | Wk 15 | Wk 16 | Wk 17 | Wk 18 | Wk 19 | ||
3 | 1 | Student 1 | MFF-1D | 14 | 7 | 7 | 10 | 8 | 13 | 11 | 11 | 11 | 8 | 8 | 17 | 11 | 17 | ||||||||
4 | NCF-P | 29 | 8 | 9 | 11 | 14 | 12 | 17 | 17 | 17 | 14 | 20 | 13 | 18 | 20 | ||||||||||
5 | 1 | Student 2 | MFF-1D | 14 | 7 | 3 | 9 | 6 | 9 | 9 | 11 | 10 | 11 | 11 | 12 | 11 | |||||||||
6 | NCF-P | 29 | 8 | 9 | 15 | 17 | 20 | 17 | 21 | 24 | 21 | 22 | 22 | 23 | |||||||||||
7 | 1 | Student 3 | MFF-1D | 14 | 3 | 4 | 4 | 3 | 7 | 6 | 8 | 6 | 9 | 10 | 10 | 13 | 10 | ||||||||
8 | NCF-P | 28 | 7 | 8 | 8 | 9 | 7 | 9 | 13 | 13 | 11 | 15 | 14 | 15 | 18 | ||||||||||
9 | 1 | Student 4 | MFF-1D | 14 | 7 | 4 | 7 | 7 | 10 | 7 | 8 | 9 | 7 | 10 | 12 | ||||||||||
10 | NCF-P | 29 | 17 | 22 | 22 | 23 | 26 | 25 | 25 | 25 | 26 | 27 | 27 | ||||||||||||
11 | 1 | Student 5 | MFF-1D | 13 | 3 | 1 | 6 | 6 | 7 | 7 | 5 | 4 | 4 | ||||||||||||
12 | NCF-P | 31 | 11 | 17 | 17 | 16 | 18 | 16 | 22 | 21 | 22 | ||||||||||||||
PM |
Cells with Conditional Formatting | ||||
---|---|---|---|---|
Cell | Condition | Cell Format | Stop If True | |
E3:W14 | Cell | contains a blank value | text | YES |
E3:W14 | Cell Value | >=$D3 | text | YES |