Hey folks looking for IF statement that would allow me to specify a number ranges from one cell that contains a number to then display the appropriate Arrow. Any help in changing the formula would be great. Below is not correct but hopefully gives you the idea
=IF([Heat#]1 <= 4, "Down",
IF([Heat#]1 <= 8, “Angle Down”,
IF([Heat#]1 <= 10, “Sideways”,
IF([Heat#]1 <= 12, “Angle Up”,
“Up”))