Multi Criteria Lookup And Transpose Excel Formula
Note this formula is an array formula and must be entered with control + shift + enter. This formula also uses three named ranges: location = B5:B13, amount = D5:D13, date = C5:C13 where row_num is worked out with the MATCH function and some boolean logic: In this snippet, the location in F5 is compared with all locations, and the date in G4 is compared with all dates. The result in each case is an array of TRUE and FALSE values....