Godders199
Active Member
- Joined
- Mar 2, 2017
- Messages
- 313
- Office Version
- 2013
Hi, i have written the following formula, all elements work correctly, apart the from last, which returns "true" instead of Medium.
=IF(CV6<>"",CV6,IF(CT6>=Macros!S$17,"Material",IF(CT6<=Macros!S$15,"low",IF(CT6>Macros!S$15,CT6<Macros!S$17,"medium"))))
I have tried making if or .. or if and but those dont work and running out of ideas.
Any help would be appreciated.
=IF(CV6<>"",CV6,IF(CT6>=Macros!S$17,"Material",IF(CT6<=Macros!S$15,"low",IF(CT6>Macros!S$15,CT6<Macros!S$17,"medium"))))
I have tried making if or .. or if and but those dont work and running out of ideas.
Any help would be appreciated.