Hello everyone,

I am trying to write a formula in excel with the following:

IF(OR(F17,F18,F19)="YES",....,.....)

I discovered that I should write the following instead:

IF(OR(F17="YES",F18="YES",...,...,...)

I was wondering if there was any other quick way to write this formula as I have more than 200 rows and it might get my formula very slow.

Thank you