lOOKUP INTO TABLE IF GREATER THAN A DATE

cogswel__cogs

Board Regular
Joined
Jan 3, 2018
Messages
168
Hi,
I need to pull pricing from a table that has Material # (ColA), Date Price was change(ColB) and the price (ColC).

I want to pull for material based on a date of purchase.

The table referenced is not sorted by material currently as it list of chronological price changes thus it is sorted by date.

As always help is greatly appreciated.
 

Excel Facts

Excel Joke
Why can't spreadsheets drive cars? They crash too often!
Worked around this.

I start with a (IF) match to make sure that the prod actually exists.
Once I confirm that I just vlookup concatenated prod code with price (True) so it pulls closet match that does not exceed.
 
Upvote 0

Forum statistics

Threads
1,215,136
Messages
6,123,243
Members
449,093
Latest member
Vincent Khandagale

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