Using conditional IF statement
Posted by Amar Khalifeh on August 02, 2000 12:54 PM
How do I use the IF function, or any function, to return 1/0 (true/false) in this situation:
=if(b3=x100:x300,1,0)
where I'm trying to match the value in b3 to any of the values in the range x100:x300. The function is to return a "1" if there is at least one match, and "0" otherwise. Any hints/ideas will be appreciated.