W
Wendy L
When you are using an "IF" function, I know you can use an "and" comparison
by using an asterisk between your comparisons, for example:
=IF((A1=1)*(B1=1),"S","")
What I want to know is this: Is there anyway to do an "or" comparison? So my
formula would be:
=IF((A1=1)OR(B1=1),"S","")
Now, obviously I know I can't just stick the word "OR" in there but is there
a way to do this?
by using an asterisk between your comparisons, for example:
=IF((A1=1)*(B1=1),"S","")
What I want to know is this: Is there anyway to do an "or" comparison? So my
formula would be:
=IF((A1=1)OR(B1=1),"S","")
Now, obviously I know I can't just stick the word "OR" in there but is there
a way to do this?