I have a following scenario,
CustProdSt DateEnd DatePrice
Cust1Prod11/1/201212/31/2012 10.00
Cust1Prod11/1/20136/30/2013 11.00
Cust1Prod17/1/201312/31/2105 12.00
Cust1Prod21/1/201412/31/2014 20.00
Cust1Prod21/1/201512/31/2105 21.00
Using Cust1, Prod1 and Date as parameter, I want to grab the price.
I apologize if there is a solution already out there for this - however I already looked at vLookup using multiple criteria and vLookup using date range. But in this case, I have a combination of both.
Any help on this would be greatly appreciated.
CustProdSt DateEnd DatePrice
Cust1Prod11/1/201212/31/2012 10.00
Cust1Prod11/1/20136/30/2013 11.00
Cust1Prod17/1/201312/31/2105 12.00
Cust1Prod21/1/201412/31/2014 20.00
Cust1Prod21/1/201512/31/2105 21.00
Using Cust1, Prod1 and Date as parameter, I want to grab the price.
I apologize if there is a solution already out there for this - however I already looked at vLookup using multiple criteria and vLookup using date range. But in this case, I have a combination of both.
Any help on this would be greatly appreciated.