Hello everyone, I'm trying to find a way to filter from thousands of rows on Sheet1 only the rows where the values from Column C last 8 digits (2 letters and 6 numbers) match sheet2 B1. There will still be several duplicates, so ideally filter further from the same values the one with an older date from Column M.
Example: Sheet2 B2 = "BR746241"
Filter row 22 from B to N as "BR745706401402" last 8 digits don't match Sheet2 B2 and it's the oldest date value (Column M) from the all the rows that have "BR745706401402" on Column C.
I've created an example sheet with the expected result in Sheet2.
Test2.xlsx
Thanks again!
Example: Sheet2 B2 = "BR746241"
Filter row 22 from B to N as "BR745706401402" last 8 digits don't match Sheet2 B2 and it's the oldest date value (Column M) from the all the rows that have "BR745706401402" on Column C.
I've created an example sheet with the expected result in Sheet2.
Test2.xlsx
Thanks again!