avisoft20
Board Regular
- Joined
- Sep 10, 2016
- Messages
- 64
Dear All,
I am working on if condition, but while putting the formula it does not show the correct result. Below is the table for example.
i am using this formula :
=IF(B2>=E2,"Slab-1",IF(C2>=E2,"Slab-2",IF(D2>=E2,"Slab-3"," ")))
Condition is:
1. if Marks is greater than or equal to Slab-1, the result will be Slab-1.
2. if Marks are greater than or equal to Slab-2, the result will be Slab-2.
3. if Marks is greater than or equal to Slab-3, the result will be Slab-3.
Else No Slab
Thank You
Avisoft20
I am working on if condition, but while putting the formula it does not show the correct result. Below is the table for example.
Sr.No | Slab-1 | Slab-2 | Slab-3 | Marks | Result |
1 | 10 | 25 | 50 | 10.00 | Slab-1 |
2 | 5 | 10 | 15 | 11.00 | Slab-2 |
3 | 10 | 25 | 50 | 86.00 | Slab-3 |
4 | 10 | 20 | 30 | 5.00 | No Slab |
i am using this formula :
=IF(B2>=E2,"Slab-1",IF(C2>=E2,"Slab-2",IF(D2>=E2,"Slab-3"," ")))
Condition is:
1. if Marks is greater than or equal to Slab-1, the result will be Slab-1.
2. if Marks are greater than or equal to Slab-2, the result will be Slab-2.
3. if Marks is greater than or equal to Slab-3, the result will be Slab-3.
Else No Slab
Thank You
Avisoft20