Hi,
I’m trying to make a formula for if a column (Staceys total hours) is greater than 15 the text will read yes. But as you can see in the picture the formula column says true. What you can’t see is that the total of (Staceys total hours) is 14.
The formula works as IF({Stacey total hours)<15, “yes”)
But it does NOT work as IF({Stacey total hours)>15, “yes”)