I am stuck on this formula.
When the Hand Sink Temp column is less than 100 or greater than 110, enter 'alert' in the Hand Sink Temp Alert column.
This is what I have tried as I have a similar situation where the formula works. This scenario is just enough different that I keep getting UNPARSABLE.
=IF(AND(Hand Sink Temp@row > 110, Hand Sink Temp@row < 100), "alert")
Your help is appreciated!