I have an Excel Document, which looks like this
A | B | C
1 | 1.9 | a
2 | 2.9 | b
...
In E I have some numbers e.g. 2.5 and 1.1, and in F I want the result from
=IF(NOT(AND(E2>=A1;E2<=B1));IF(NOT(AND(E2>=A2;E2<=B2));"Error";C2);B2)
I have about 20 numbers, so the IF statements will be very huge, so I hope somebody in here, have a better way
A | B | C
1 | 1.9 | a
2 | 2.9 | b
...
In E I have some numbers e.g. 2.5 and 1.1, and in F I want the result from
=IF(NOT(AND(E2>=A1;E2<=B1));IF(NOT(AND(E2>=A2;E2<=B2));"Error";C2);B2)
I have about 20 numbers, so the IF statements will be very huge, so I hope somebody in here, have a better way