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...