Hello...I am a middle school math teacher who is trying to create a SEARCH formula that will require more than a one-word answer, and I also need the formula to return a '2' for true and a '0' for false. For example, the answer to a particular word problem is 'Sara', and students have to justify why they believe the answer is 'Sara'. I am trying to create the following formula to not give any credit for only entering 'Sara' as an answer:
=IF(E2="","",IF(OR(ISNUMBER(SEARCH(<>"Sara",E2))),"2","0"))
I am not so much concerned with what else they enter beyond 'Sara' as I am about only entering 'Sara'. Any assistance you can provide will be greatly appreciated.
Robert
=IF(E2="","",IF(OR(ISNUMBER(SEARCH(<>"Sara",E2))),"2","0"))
I am not so much concerned with what else they enter beyond 'Sara' as I am about only entering 'Sara'. Any assistance you can provide will be greatly appreciated.
Robert