Hi All,
A while back i got some assistance from a very helpful member with a formula to retrieve a value from the left most column, that was greater than Col "min" and less than col "MAX" from a range of values.
I never really worked out how this functioned and can’t really make it out of the help files on excel. I am now trying to do a similar lookup from a table of values but only need to find the row value using a greater than less than operation, using a single column.
The original formula was
{=INDEX(A:A,MIN(IF((INDIRECT("MAX")>B3)*(INDIRECT(“min")<B3),ROW(INDIRECT("min")),"")))}
Where B3 was the number to be compared against.
My main area that i get stuck on is why the formula muliplies the 2 indirect operations?
Can anyone shed some light on this ( and how i should modify this formula for my next challenge ) and possibly point me towards any Index / lookup related tutorials i may look into to get a better understanding of this function.
Thanks,
Dooners.
Bookmarks