Hoping someone can help... much appreciated.
I have an "Orders sheet" which needs to get data from a "Price List sheet".
I need a lookup which will check for: the matching Product and the most recently updated price (relative to the order date). So for each order - the formula should find the price which was current at that date.
I have put in the results that the lookup should retrieve below.
Orders Sheet
Date, Product, Price
01/10/2011, Cucumber, ? (lookup value should be 10.50)
05/10/2011, Orange, ? (lookup value should be 5.00)
05/10/2011, Cucumber, ? (lookup value should be 11.50)
Price List Sheet
Date, Product, Price
01/10/2011, Cucumber, 10.50
06/10/2011, Cucumber, 12.50
02/10/2011, Orange, 5.00
02/10/2011, Cucumber, 11.50
Thanks for your help!
I have an "Orders sheet" which needs to get data from a "Price List sheet".
I need a lookup which will check for: the matching Product and the most recently updated price (relative to the order date). So for each order - the formula should find the price which was current at that date.
I have put in the results that the lookup should retrieve below.
Orders Sheet
Date, Product, Price
01/10/2011, Cucumber, ? (lookup value should be 10.50)
05/10/2011, Orange, ? (lookup value should be 5.00)
05/10/2011, Cucumber, ? (lookup value should be 11.50)
Price List Sheet
Date, Product, Price
01/10/2011, Cucumber, 10.50
06/10/2011, Cucumber, 12.50
02/10/2011, Orange, 5.00
02/10/2011, Cucumber, 11.50
Thanks for your help!