goss
Active Member
- Joined
- Feb 2, 2004
- Messages
- 372
Hi all,
Using Excel 2010.
This formula is returning zero
=IF(ISERROR(AND(FIND("RABBIT",B18),FIND("FOX",B18))),0,1)
The first part, FIND("RABBIT",B18) evaluates to 5 when I highlight and hit [F9] in the formula bar
The second part, FIND("FOX",B18)evaluates to #VALUE! when I highlight and hit [F9] in the formula bar
It appears that a value of 1 would be correct answer since both conditions do not return an error.
What might I be missing here?
Using Excel 2010.
This formula is returning zero
=IF(ISERROR(AND(FIND("RABBIT",B18),FIND("FOX",B18))),0,1)
The first part, FIND("RABBIT",B18) evaluates to 5 when I highlight and hit [F9] in the formula bar
The second part, FIND("FOX",B18)evaluates to #VALUE! when I highlight and hit [F9] in the formula bar
It appears that a value of 1 would be correct answer since both conditions do not return an error.
What might I be missing here?