Your Lb range in A, your end range in B , etc
The item to look up in G1
=IF(G1<=INDEX(B:B,MATCH($G1,A:A,1)),INDEX(C:C,MATCH($G1,A:A,1)),"")
If G1 is between two A and B values this gives you the value form C
otherwise a blank
Or =IF(G1<=INDEX(B:B,MATCH($G1,A:A,1)),"X", "") and filter the resulting
list
best wishes

Signature
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email
> If I have a number that I need to know if it falls between a range of two
> columns and then I need to show other data if it does fall betweeen that
[quoted text clipped - 26 lines]
> 30803322723
> 30861539321