Hello everyone!
I have the following formula that extracts columns 1,2,3,6,7 from sheet1 into sheet2.
=FILTER(INDEX(Sheet1!A:G,SEQUENCE(ROWS(Sheet1!A:G)),{1,2,3,6,7}),ISNUMBER(SEARCH(Sheet2!B2,Sheet1!F:F)))
How can the formula be modified so that only unique records in sheet1:column2 are...