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...