Quantcast
Channel: Active questions tagged worksheet-function - Super User
Viewing all articles
Browse latest Browse all 988

Excel returning a non zero value for something that should be zero

$
0
0

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.

My excel formula that isn't doing what I expect

The formula and value in Data!F26


Viewing all articles
Browse latest Browse all 988

Trending Articles