I currently have this setup in a worksheet
A B C D F
ON01 1100 1150 990 ???
ON02 1200 1300
ON03 900 1000
ON04 300 800
Now what i am trying to accomplish is this.
Column cell B is the minimum number for Column cell A
Column cell C is the max number for Column cell A
I want D1 to check which column row it is between(D1:C1,D2:C2,D3:C3...etc), and if D1 is greater then Bx and Less then Cx, I want F1 to display what ever row Ax is in that D1 value is between.
The example above should return ON03 to F1 becasue D1 is 990 and it matches the range which is between B3:C3:
So IF D1 > Bx And D1<Cx Display Ax in F1
Bookmarks