View Single Post
 
Old 03-09-2018, 07:27 AM
sru sru is offline Windows 10 Office 2016
Novice
 
Join Date: Mar 2018
Posts: 3
sru is on a distinguished road
Default Thanks

Try:

=IFERROR(LOOKUP(2,1/SEARCH($B$1:$B$5,A1),$B$1:$B$5),"No")

copied down after adjusting range to suit. Don't use whole columns, use only range containing data.


Brilliant, this worked perfectly.

Any chance you can break it down so I know why it worked ha

Thanks very much for the help!
Reply With Quote