Carla carla
Board Regular
- Joined
- Oct 29, 2022
- Messages
- 53
- Office Version
- 365
- Platform
- Windows
mark 1 | mark 2 | descriptor ( compares mark 1 and mark 2) |
5 | 5 | expected |
6 | 6 | above |
6 | 7 | above |
5 | 8 | above |
5 | 4 | below |
4 | 3 | below |
4 | 4 | expected |
mark 1 | mark 2 | descriptor ( compares mark 1 and mark 2) |
5 | 5 | expected |
6 | 6 | above |
6 | 7 | above |
5 | 8 | above |
5 | 4 | below |
4 | 3 | below |
4 | 4 | expected |
=IF(AND(A2>5,B2>5),"Above",IF(AND(A2<5,B2<5),"Below","Expected"))
Maybe this
But you logic doesnt agree with the results in the table. The last line shows 2 4's, so should it not be "Below"Excel Formula:=IF(AND(A2>5,B2>5),"Above",IF(AND(A2<5,B2<5),"Below","Expected"))
and line 4 shows 5 and 8, so shouldn't that be "expected"
mark 1 | mark 2 | descriptor ( compares mark 1 and mark 2) |
5 | 5 | Expected
|
6 | 7 | Below |
5 | 8 | Above |
6 | 6 | Above |
7 | 8 | Above |
4 | 4 | Expected |
4 | 3 | Below |
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") |
Maybe this
But you logic doesnt agree with the results in the table. The last line shows 2 4's, so should it not be "Below"Excel Formula:=IF(AND(A2>5,B2>5),"Above",IF(AND(A2<5,B2<5),"Below","Expected"))
and line 4 shows 5 and 8, so shouldn't that be "expected"