Carla carla
New Member
- Joined
- Oct 29, 2022
- Messages
- 47
- Office Version
- 365
- Platform
- Windows
Hello how should I put this formula.
I want to compare two test.
So the conditions are:
test 1 <=5& test2 <=5 ====Expected
test1<test 2 ===below
test 1>=6&test 2>=6=== above
Thank you
I want to compare two test.
So the conditions are:
test 1 <=5& test2 <=5 ====Expected
test1<test 2 ===below
test 1>=6&test 2>=6=== above
Thank you
TEST 1 | TEST 2 | RETURN VALUE |
5 | 4 | Below |
5 | 5 | Expected |
6 | 6 | Above |
7 | 7 | Above |
8 | 8 | Above |
9 | 9 | Above |
4 | 4 | Expected |
3 | 4 | Above |
3 | 3 | Expected |
4 | 3 | Below |
2 | 4 | Above |