Hi
I've got a formula that searches for two conditions in a cell and if it doesn't find them, then it should return a blank. But it's returning the word "FALSE" instead.
What makes things even more odd is that I've written another formula to check if the word "FALSE" appears in that cell, but the formula doesn't pick it up?
Has anyone ever experienced this before? If so, do you know why it happens?
Please find below sample data - only three cells:
A1 has this text: ABCD 3.50
B1 has this formula: =IF(ISNUMBER(SEARCH("for ",A1)),IF(ISNUMBER(SEARCH("€",A1)),"Euro & For ","")) ie it checks if a cell has the word "for" and the word the euro sign
C1 has this formula: =IF(B1="FALSE","Ok","What's going on?") ie it checks if the word "FALSE" appears in cell B1, which it does in this case, but this formula doesn't pick it up!?? This is the most bizarre thing I've ever seen in Excel!
If you know the solution to this problem, it would be greatly appreciated.
Thanks in advance.
I've got a formula that searches for two conditions in a cell and if it doesn't find them, then it should return a blank. But it's returning the word "FALSE" instead.
What makes things even more odd is that I've written another formula to check if the word "FALSE" appears in that cell, but the formula doesn't pick it up?
Has anyone ever experienced this before? If so, do you know why it happens?
Please find below sample data - only three cells:
A1 has this text: ABCD 3.50
B1 has this formula: =IF(ISNUMBER(SEARCH("for ",A1)),IF(ISNUMBER(SEARCH("€",A1)),"Euro & For ","")) ie it checks if a cell has the word "for" and the word the euro sign
C1 has this formula: =IF(B1="FALSE","Ok","What's going on?") ie it checks if the word "FALSE" appears in cell B1, which it does in this case, but this formula doesn't pick it up!?? This is the most bizarre thing I've ever seen in Excel!
If you know the solution to this problem, it would be greatly appreciated.
Thanks in advance.