Hi,
I need to search for a match between a range of text and strings of data in a table. If a match is found then I wish to return that match into the next column.
I have tried this formula =IF(ISNUMBER(SEARCH(Schools,[@Tags])),Schools,"") but it will only return data for cells on the same...