Thread
:
extract data from table based on data from another table
View Single Post
12-03-2023, 08:03 AM
p45cal
Windows 10
Office 2021
Expert
Join Date: Apr 2014
Posts: 956
In the absence of a workbook:
Code:
=FILTER(TableA,ISNUMBER(MATCH(TableA[ID],TableB[ID],0)),"None found")
p45cal
View Public Profile
Find all posts by p45cal