I have a list of number ranges on one sheet, with a reference number assigned to each range. I’m trying to learn how to use a function so I could enter a number on another sheet, and if it falls within one of the ranges would put the corresponding ref# next to it.
(Sheet1)
Ref# Low High
1…..26…….75
2….101….125
3….326….350
4….476….500
(Sheet2) Ex: enter 27, would fill in “1”, etc.
Input Ref#
27…..1
70…..1
123…..2
340…..3
483…..4
499…..4
Thanks for any help,
Randy