I have two separate sheets with same data Col1 to Col5 and i want to get the just 6 column to other sheet after verifying the both sheets data Col1 to Col5 same as vlookup confirms.
Query(Importrange("Sheet Link","A1:F"), "Select Col6 Where Col1 ='"&A:A&"' and Col2 ='"&B:B&"' and Col4 ='"&C:C&"' and Col5 ='"&D:D&"'", 0) as Vlookup works.
any help would be highly appreciated
Bookmarks