Thread
:
Expanding =IF(ISNUMBER(SEARCH
View Single Post
03-09-2018, 06:59 AM
NBVC
Windows 10
Office 2013
The Formula Guy
Join Date: Mar 2012
Location: Mississauga, CANADA
Posts: 215
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.
NBVC
View Public Profile
Find all posts by NBVC