Hello,
can you please help,
I'm trying to search part of text in one column and get results back from another sheet.
I tried below formulas, but not getting proper results.
=IFERROR(VLOOKUP("*"&LEFT($A2,15)&"*", Daily_Orders!$B:$S, 3,FALSE),"")
=IF(ISNA(VLOOKUP("*"&LEFT($A2,15)&"*",Daily_Orders!$B:$S,1,0)),"",Daily_Orders!B2)
Example in Column A to lookup
124453367
64445369979335357682
TR: 909334288787
TR: 54998762445, 8796498126409,221421414
M22300061070000010093
Thanks,
Could you send a sample?
Regards