The objective is to be able to find "Result1" and "Result2" (in this case columns P and Q) based on user input values for "case1" to "case6" (A to F). It's important to use all 6 input values because there are many cells with the same value. Finding the correct match is only possible this way.
Things to consider:
All columns can have one or more doubled values. However, once you combine all the input data from "case1" to "case6", the pair "Result1" and "Result2" will be unique.
If invalid data is inserted, an error must pop-up rather then use approximate match.
Thanks to all!
Vlookup_test.xlsx | |||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | |||
1 | case1 | case2 | case3 | case4 | case5 | case6 | Result1 | Result2 | |||||||||||
2 | 1 | 2 | 2 | 1 | 2 | 7 | rf071 | jd022 | All those are user input (fed into the formula) | Formula must find | |||||||||
3 | 1 | 3 | 2 | 4 | 4 | 0 | rf067 | jd099 | case1 | case2 | case3 | case4 | case5 | case6 | Result1 | Result2 | |||
4 | 2 | 5 | 5 | 2 | 1 | 3 | rf070 | jd028 | E.g. 1 | 1 | 2 | 2 | 1 | 2 | 7 | ?? | ?? | ||
5 | 2 | 6 | 5 | 2 | 5 | 4 | rf066 | jd030 | E.g. 2 | 5 | 2 | 8 | 1 | 8 | 7 | Error | Error | ||
6 | 3 | 1 | 2 | 5 | 0 | 9 | rf056 | jd031 | |||||||||||
7 | 3 | 1 | 4 | 5 | 0 | 9 | rf056 | jd057 | |||||||||||
8 | 4 | 2 | 1 | 3 | 3 | 5 | rf038 | jd026 | |||||||||||
9 | 4 | 2 | 1 | 3 | 3 | 7 | rf072 | jd026 | |||||||||||
10 | 5 | 2 | 9 | 1 | 8 | 7 | rf071 | jd043 | |||||||||||
Sheet1 |
Things to consider:
All columns can have one or more doubled values. However, once you combine all the input data from "case1" to "case6", the pair "Result1" and "Result2" will be unique.
If invalid data is inserted, an error must pop-up rather then use approximate match.
Thanks to all!