HighAndWilder
Well-known Member
- Joined
- Nov 4, 2006
- Messages
- 712
- Office Version
- 365
- Platform
- Windows
I'd like to be able to use INDEX with non-contiguous ranges.
In this example I would like the formula to return 17 but it returns 10.
Maybe the question should be, how can I return 17 from the two non-contiguous ranges when I know the row and column numbers.
The numbers will not always be unique.
I have not come across this kind of range reference before.
Thanks for any pointers in the right direction.
In this example I would like the formula to return 17 but it returns 10.
Maybe the question should be, how can I return 17 from the two non-contiguous ranges when I know the row and column numbers.
The numbers will not always be unique.
I have not come across this kind of range reference before.
Thanks for any pointers in the right direction.
Version 2.xlsm | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | |||
1 | |||||||||||
2 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | ||||
3 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | ||||
4 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | ||||
5 | |||||||||||
6 | |||||||||||
7 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | ||||
8 | |||||||||||
9 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | ||||
10 | |||||||||||
11 | 10 | ||||||||||
12 | |||||||||||
NCR |
Cell Formulas | ||
---|---|---|
Range | Formula | |
B11 | B11 | =INDEX($B$2:$H$2:$B$4:$H$4:$B$7:$H$7:$B$9:$H$9,2,3) |