Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am not sure if the 'match' expression is correct usage in this instance. try instead:
if(
(
(ZIPCD='77032' or ZIPCD='77039' and so on ) AND (codes = '01700' or codes='01703' or codes ='01712')
)
OR
(
CPT='99145' or CPT='92610' and so on
),
'Yes', 'No')