Google sheets - VLOOKUP inside ARRAYFORMULA
问题 I am trying to do Vlookup inside an Array formula in Google Sheets. I have two sheets, S1 and S2. Each has 3 identical columns, Col A (Date), Col B(Name) and Col C(Payment-Type) I would like to read the payment type from sheet 2 into sheet 1 based upon date and name combination match. Meaning if the date and name matches in sheet 2, return the Payment Type. Here is my Vlookup formula, =VLOOKUP(A2,FILTER('S2'!A2:C7,'S2'!A2:A7 = A2,'S2'!B2:B7 = B2),3,FALSE) Above formula explained: S1 is sheet