Hello,
My question may be relatively simple. Im curious about adding a function into the formula which I currently have that works. The formula is an IFISERROR.
=IF(ISERROR(MATCH(O14,A$1:E$5,0))=FALSE,"Yes","No")
The way it works is - O14 checks for a value in my Array of A1:E5. If it finds...