Hi,
I cannot figure out how to create a greater than but less than formula. I feel as though it should be straightforward, but alas, I cannot get it.
If the amount entered in the Temperature column is between 40 and 140, enter 'alert' in Temperature Alert column.
=IF(And(Temperature@row=>40, Temperature@row=<140), "alert", "")
What am I missing?