Hi all! Is it possible to create something like XLOOKUP without specified columns and return offset?
I need to look for value from cell C16 (in column C) and value from E16 (in range E3:L7) and show result from next column to the right. I tried to create OFFSET of XLOOKUP, but it shows error.
I need to look for value from cell C16 (in column C) and value from E16 (in range E3:L7) and show result from next column to the right. I tried to create OFFSET of XLOOKUP, but it shows error.
Book1 | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | K | L | M | |||
1 | |||||||||||||||
2 | Value | Scenario1 | Scenario2 | Scenario3 | |||||||||||
3 | 1 | A | 10% | F | 5% | K | 100% | ||||||||
4 | 2 | B | 20% | G | 15% | L | 150% | ||||||||
5 | 3 | C | 30% | H | 25% | M | 200% | ||||||||
6 | 4 | D | 40% | I | 35% | N | 250% | ||||||||
7 | 5 | E | 50% | J | 45% | O | 300% | ||||||||
8 | |||||||||||||||
9 | |||||||||||||||
10 | |||||||||||||||
11 | |||||||||||||||
12 | |||||||||||||||
13 | |||||||||||||||
14 | |||||||||||||||
15 | XLOOKUP | Result | |||||||||||||
16 | 1 | B | 20% | ||||||||||||
17 | 4 | N | 250% | ||||||||||||
18 | |||||||||||||||
Sheet2 |