Carla carla
Board Regular
- Joined
- Oct 29, 2022
- Messages
- 53
- Office Version
- 365
- Platform
- Windows
This is what I am expecting, how can I combine in one formula?
mark 1 | mark 2 | descriptor ( compares mark 1 and mark 2) |
5 | 5 | =IF(B2=A2,"Expected") |
6 | 7 | =IF(B3>A3,"Below") |
5 | 8 | =IF(B4>A4,"Above") |
6 | 6 | =IF(B5&A5>=6,"Above") |
7 | 8 | =IF(B6&A6>=6,"Above") |
4 | 4 | =IF(B7=A7,"Expected") |
4 | 3 | =IF(B8<A8,"Below") |