I am using this formula:
=IF(Data!F26>=0.875, "aaa", "")
The value in Data!F26 is blank or ""
The cell displays aaa when it should be blank because 0 or blank or "" is less than .875. In my actual sheet aaa is a formula that then returns #Value as an error.