Faraz5023
New Member
- Joined
- May 9, 2024
- Messages
- 3
- Office Version
- 2019
- 2016
- 2013
- Platform
- Windows
- Web
I have a sheet and in this sheet column U have QTY 1 to 100 I need If the condition is less than 5 to give me a text "Good" if the QTY is between 5 to 10 give me a text "poor", and greater than 10 give me text "bad". currently, I use the Below-mentioned formula but given the error between conditions.
=IF(U2<=6,"Good",IF(U2>=6<10,"Poor",IF(U2>10,"Bad","-")))
=IF(U2<=6,"Good",IF(U2>=6<10,"Poor",IF(U2>10,"Bad","-")))