https://1drv.ms/x/s!AvjBsEPEq12ngTWjooUrD2AsRCFa?e=myH4Mi
I am doing an IF formula to see if A1 equals any of the values in C1:C3
=IF($C$1:$C$3="*"&$A$1,"Yes","No")
When I hit F9 to evaluate the red part of the formula, it shows an array of FALSE's
Ideally, I want the array of results to...