I have been playing with INDEX Match and Vlookup, however am struggling to solve my problem, I normally end up using 10+ multiple column filters to reach my results.
Made an example below where I input 3 variables and wish to find a Row which matches all the criteria, in the example the results would be H.
Would really appreciate the help
Thank you
Made an example below where I input 3 variables and wish to find a Row which matches all the criteria, in the example the results would be H.
Would really appreciate the help
Data1.xlsx | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | |||
1 | ||||||||||
2 | Row Found | H | Row | Var1: | Var2: | Var3: | ||||
3 | Input Var1: | 1 | A | 0 | 2 | 4 | ||||
4 | Input Var2: | 3 | B | 1 | 2 | 4 | ||||
5 | Input Var3: | 5 | C | 0 | 3 | 4 | ||||
6 | D | 1 | 3 | 4 | ||||||
7 | E | 0 | 2 | 5 | ||||||
8 | F | 1 | 2 | 5 | ||||||
9 | G | 0 | 3 | 5 | ||||||
10 | H | 1 | 3 | 5 | ||||||
11 | ||||||||||
12 | ||||||||||
Sheet1 |
Thank you