Looking to create a count of the number of times a name appears. in another sheets column. I keep getting a false result.
=IF(CONTAINS({EE Schedule Range 3}, {EE Schedule Range 2}), "Yes", "No")
Range 3 is with in Range 2 on second sheet. For this example Range 2 is a list of names and Range 3 is one of the cells in that list.
Where am I going wrong.