Please help me create a formula based on a table of finding the nearest lowest exact match as per attached file.
Thank you very much!!!!
Please help me create a formula based on a table of finding the nearest lowest exact match as per attached file.
Thank you very much!!!!
Is this right?
H2 = 25000
H3 copy down
=LOOKUP(H$2,$A$3:$F$3,A3:F3)
Thank you for this. But need to have a formula doing a max offset function and indexmatch. Thank you.
So that if H2 = 25,000 will be a different amount. It can re direct me to a lowest nearest match of the amount.
Mabye try H3 and copy down
=INDEX(A3:F3,MATCH(MAX(INDEX(((H$2-A$3:F$3)>0)*A$3:F$3,)),A$3:F$3,))
Happy to help
a bit short one
=INDEX(A3:F3,MATCH(MAX(INDEX((H$2>A$3:F$3)*A$3:F$3,)),A$3:F$3,))
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks