SteveOranjin
Board Regular
- Joined
- Dec 18, 2017
- Messages
- 170
Hello,
I'd like to understand how to make OR statements within a formula. What I'm aiming to do is have a formula evaluate more than one condition and provide the same result if A or B is true.
Example:
=IF(ISNUMBER(FIND("Chrome",F2)),"Chrome","0")
I've advanced a little bit in the last month or so with Formulas so I've been experimenting with making formulas work on my own more. What I can't get working though is,
=IF(ISNUMBER(FIND("Chrome",F2,OR("Chr",F2))),"Chrome","0")
What i'd like to see happen is this formula evaluate F2 for both "Chrome" and "Chr" and if either of those conditions is evaluated as true then I would like it to return "Chrome". I don't want to have to write two complete arguments to do that though. I'd like it to evaluate both of those within one statement.
Hope you are well,
Steve
I'd like to understand how to make OR statements within a formula. What I'm aiming to do is have a formula evaluate more than one condition and provide the same result if A or B is true.
Example:
=IF(ISNUMBER(FIND("Chrome",F2)),"Chrome","0")
I've advanced a little bit in the last month or so with Formulas so I've been experimenting with making formulas work on my own more. What I can't get working though is,
=IF(ISNUMBER(FIND("Chrome",F2,OR("Chr",F2))),"Chrome","0")
What i'd like to see happen is this formula evaluate F2 for both "Chrome" and "Chr" and if either of those conditions is evaluated as true then I would like it to return "Chrome". I don't want to have to write two complete arguments to do that though. I'd like it to evaluate both of those within one statement.
Hope you are well,
Steve