So I've got the following formula:
=IF(ISNUMBER(MATCH($A13 & C$12, INDEX('Men''s Dump'!$A$1:$A$4500 & 'Men''s Dump'!$C$1:$C$4500, 0), 0)), INDEX('Men''s Dump'!$A$1:$AQ$4500, MATCH($A13 & C$12, INDEX('Men''s Dump'!$A$1:$A$4500 & 'Men''s Dump'!$C$1:$C$4500, 0), 0), MATCH($A11, 'Men''s Dump'!$A$8:$AQ$8, 0)), 0)
I need to modify it so that instead of finding an exact match for cell A13 I instead want it to just consider it a match if it finds the characters in A13 someone inside a call value.
So as an example, if the value in cell A13 was Tom and that word was located some where in a cell in A1:A4500 in the Men''s Dump sheet then it would be considered a match. So if a Cell had a value of ="Mike Tom Hill" then it would be considered a match.
Any help would be greatly appreciated. Thanks
Bookmarks