I want to map out number ranges into labels and have a specific cell return the label if it contains the numbers.
Let's say we have these number ranges.
3550000..3559999 | ProductA
3640000..3649999 | ProductB
5250000..5259999 | ProductC
How would I define these ranges of numbers into labels?
Then check if a specific cell contains something like, '3642515' return what product it belongs to?