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

Hi,

I'm hoping to amend the formula so I can search for any number found in column b, i.e 12345, appears in any part of a cell in column a, i.e acc12345.

I can only get this to work if the values are on the same row, not anywhere in either column.

=IF(ISNUMBER(SEARCH("*"&K:K&"*",$A$2:$A$33)),K:K," No")

Is what I am currently using, but this will only return a result if the value in "K" appears on the same row in "A".
Reply With Quote