Hello,
I have two sets of data i have built into data tables (dtInvoice and dt1). I am attempting to filter dt1 using a string from dtInvoice(stSupplierTitle2). Currently though it is only matching the last string in stSupplierTitle2 onto the output sheet FAME Match.xlsx.
In addition, when trying to output each match in the filter i think my current setup just writes over the previous. What would be the best way to add it to the last set of results?
FAME Match.xlsx (8.6 KB)
Invoice Data.xlsx (995.0 KB)
UK Updated 3.xlsx (14.8 KB)
Update_Invoice_Data.xaml (23.7 KB)