Thread
:
Extract matched values from a query list to new sheet or column
View Single Post
06-11-2023, 04:42 AM
p45cal
Windows 10
Office 2021
Expert
Join Date: Apr 2014
Posts: 948
Code:
=FILTER(Source!A2:E27,ISNUMBER(MATCH(TRIM(Source!D2:D27),Query!A2:A24,0)))
In any cell/sheet in the same workbook.
p45cal
View Public Profile
Find all posts by p45cal