dreid1011
Well-known Member
- Joined
- Jun 4, 2015
- Messages
- 3,614
- Office Version
- 365
- Platform
- Windows
Good morning,
This is an odd one, and I am not putting it in the right words to find elsewhere.
I am working on a sheet with numerous Index/Match and Nested IFs. All of these return "" with no manual data entered. The problem is that some of the formulas are comparing the values in some cells to see if they are greater than a specific number, and while blank "", the comparison is returning TRUE.
Ex:
J5 contains some nested Index/Match's in an IF, and by default, returns "".
J4 has an IF with the comparison J5>100. This is returning TRUE while J5 is "".
=ISNUMBER(J5) returns false.
What am I missing here?
This is an odd one, and I am not putting it in the right words to find elsewhere.
I am working on a sheet with numerous Index/Match and Nested IFs. All of these return "" with no manual data entered. The problem is that some of the formulas are comparing the values in some cells to see if they are greater than a specific number, and while blank "", the comparison is returning TRUE.
Ex:
J5 contains some nested Index/Match's in an IF, and by default, returns "".
J4 has an IF with the comparison J5>100. This is returning TRUE while J5 is "".
=ISNUMBER(J5) returns false.
What am I missing here?