ID Range1 Range2 Value1 Match
1_ 0_____ 99____ 100___ 2
2_ 100___ 199___ 150___ 2
3_ 200___ 299___ 200___ 3
4_ 300___ 399___ 300___ 4
5_ 400___ 499___ 350___ 4
What I'm looking for is a formula which will take Value1 and check to see if it is between a range named Range1 and Range2.
IF TRUE then return the corresponding ID in the Match Column, IF FALSE then move to the next row with Range1 and Range2.
1_ 0_____ 99____ 100___ 2
2_ 100___ 199___ 150___ 2
3_ 200___ 299___ 200___ 3
4_ 300___ 399___ 300___ 4
5_ 400___ 499___ 350___ 4
What I'm looking for is a formula which will take Value1 and check to see if it is between a range named Range1 and Range2.
IF TRUE then return the corresponding ID in the Match Column, IF FALSE then move to the next row with Range1 and Range2.