Hello,
I have a basic problem, but don't manage to find the solution...
I have a list of several values ( each value is composed of 2 parts: text prefix (4 chars) and then 6 digits, for example ABCD123456
In another second list, I have ranges for example:
START END VALUE
ABCD123400 - ABCD123500 30000
ABCD123501 - ABCD123599 40000
I just want to know for each value of the 1st list, if the value is in a range of a second list, and get the corresponding value
For example : ABCD123456 is in the 1st (line) range, and I would get the value 30000
I'm able to know if each value of the 1st list match within a range of the second list (with COUNTIFS formula), but, I m not able to get the row concerned and the linked value...
I have tried EQUIV, VLOOKUP (Approximate search), without any success...
Hope you can help me...
Thank you !
NB: Keep in mind that 1st list could have thousand values, and the second one hundred values, so a complex formula
I have a basic problem, but don't manage to find the solution...

I have a list of several values ( each value is composed of 2 parts: text prefix (4 chars) and then 6 digits, for example ABCD123456
In another second list, I have ranges for example:
START END VALUE
ABCD123400 - ABCD123500 30000
ABCD123501 - ABCD123599 40000
I just want to know for each value of the 1st list, if the value is in a range of a second list, and get the corresponding value
For example : ABCD123456 is in the 1st (line) range, and I would get the value 30000
I'm able to know if each value of the 1st list match within a range of the second list (with COUNTIFS formula), but, I m not able to get the row concerned and the linked value...
I have tried EQUIV, VLOOKUP (Approximate search), without any success...
Hope you can help me...
Thank you !
NB: Keep in mind that 1st list could have thousand values, and the second one hundred values, so a complex formula