im trying to get the formula below to give me the desired output
where if the figure in the referenced cell is a negative number
it populated the cell with "Critical"
if its less than 10 but greated than -1 it returns "Warning"
and if > than 10 it returns "OK"
The formula below only seems to recognise 2 of the criteria ie when the cell is a minus number it return "Warning" instead of critical.
=IF(LOCs!J4>10,"OK",IF(LOCs!J4<10,"Warning",IF(LOCs!J4<0,"Critical"))
any help appreciated
where if the figure in the referenced cell is a negative number
it populated the cell with "Critical"
if its less than 10 but greated than -1 it returns "Warning"
and if > than 10 it returns "OK"
The formula below only seems to recognise 2 of the criteria ie when the cell is a minus number it return "Warning" instead of critical.
=IF(LOCs!J4>10,"OK",IF(LOCs!J4<10,"Warning",IF(LOCs!J4<0,"Critical"))
any help appreciated