L
Logical test returns incorrect answer
I have a cell (I26) that contains the value "Water".
In another cell (J26) I have the formula =I26="Water"
The cell keeps returning a FALSE value when I can see with
my own eyes that (J26) should return TRUE. I was initially
trying to enter in an IF statement with the word as part
of the criteria but it seems that I did something wrong or
forgot something. Any help would be appreciated. Thanks
In J26 I was trying
=IF(I26="Water",B34,B35)
I keep getting the value for B35 even though Water is
clearly the value in I26.
In another cell (J26) I have the formula =I26="Water"
The cell keeps returning a FALSE value when I can see with
my own eyes that (J26) should return TRUE. I was initially
trying to enter in an IF statement with the word as part
of the criteria but it seems that I did something wrong or
forgot something. Any help would be appreciated. Thanks
In J26 I was trying
=IF(I26="Water",B34,B35)
I keep getting the value for B35 even though Water is
clearly the value in I26.