Question about Vlookup approximate Match

Scott M

Board Regular
Joined
Dec 31, 2011
Messages
152
Does any one know of a way to use Vlookup approximate match to return the value of a cell that is the next highest. For example I have a value in sheet1 A2 of 34 1/2.The Vlookup is looking at the following values in sheet2 A2 (20) A3 (23) A4 (27) A5 (33) A6 (38) .It returns The value of A5 (33).I know that this is what is suppose to happen but I would like it to return the value in A6 (38). Is this possable?
 

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
Sort the data DEscending, and use

=INDEX(Sheet2!A2:A6,MATCH(A2,Sheet2!A2:A6,-1))
 
Upvote 0

Forum statistics

Threads
1,203,681
Messages
6,056,712
Members
444,886
Latest member
peishin98

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top