Forum Discussion
CantFigureTheFormula
Nov 07, 2019Copper Contributor
Weird! "*" doesn't work sometimes?
With the help of this page community, I created the following formula which let me compare individual items in a column against a large list of data elements in another column where more often than n...
Detlef_Lewin
Nov 08, 2019Silver Contributor
An alternative solution.
=IF(COUNTIF(Calculations!A:A;"*"&A1&"*"),"Matched","Not Found")