I am just trying to use the OR function in Excel for analyzing some string variables. Instead of using a character count to verify whether someone anwered correctly, I would like to use the or function to accept more than one answer as correct.
For instance, return 1 if cell = "she was always there" or "she was there always".
How would I do this?
If you can live with “TRUE” or “FALSE” returns, then you don’t need the IF function. Just:
I found that by Googling “EXCEL OR FUNCTION”