Hello! Could you help me to return the value based on the number that falls between numbers in three columns.
So, I need a function into column J (highlighted in yellow).
Column I has numbers that fall between the numbers in columns B,C and D. Depending where in a range the number, column J should bring a number from column E
Index match or xlookup?
So, I need a function into column J (highlighted in yellow).
Column I has numbers that fall between the numbers in columns B,C and D. Depending where in a range the number, column J should bring a number from column E
Index match or xlookup?
Book1 | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | |||
1 | ||||||||||||
2 | Min | Mid | Max | Level | Numbers | value to be returned | ||||||
3 | 59 | 66 | 78 | 5 | 68 | 5 | ||||||
4 | 79 | 85 | 99 | 7 | 115 | 9 | ||||||
5 | 100 | 114 | 130 | 9 | 155 | |||||||
6 | 131 | 143 | 160 | 10 | 70 | |||||||
7 | ||||||||||||
8 | ||||||||||||
Sheet1 |