Multiple match

TL30N

New Member
Joined
May 16, 2016
Messages
47
Hi,

I have a list of products all with a current price and a was price.

I have a separate sheet which contains the history of all of the pricing on the products and I want to find out from that list, when the was price I have was live.

The trouble is for some of the products I have 8 or 9 lines worth of history, so I can't do a simple look up to find the date.

Does anyone have any ideas?

[TABLE="width: 1383"]
<colgroup><col><col><col><col><col><col><col><col><col><col></colgroup><tbody>[TR]
[TD][TABLE="width: 890"]
<colgroup><col><col><col><col><col><col><col></colgroup><tbody>[TR]
[TD]PROD[/TD]
[TD]NOW EFCT_DT[/TD]
[TD]NOW Current Price[/TD]
[TD]NOW Was Price[/TD]
[TD]EFCT_DT[/TD]
[TD]END_DT[/TD]
[TD]PROD_LST_PRC[/TD]
[/TR]
[TR]
[TD]Corn[/TD]
[TD="align: right"]24/08/2017[/TD]
[TD="align: right"]0.57[/TD]
[TD="align: right"]0.97[/TD]
[TD="align: right"]06/06/2017[/TD]
[TD="align: right"]23/08/2017[/TD]
[TD="align: right"]0.97[/TD]
[/TR]
[TR]
[TD]Corn[/TD]
[TD="align: right"]24/08/2017[/TD]
[TD="align: right"]0.57[/TD]
[TD="align: right"]0.97[/TD]
[TD="align: right"]24/08/2017[/TD]
[TD][/TD]
[TD="align: right"]0.57[/TD]
[/TR]
[TR]
[TD]Apple[/TD]
[TD="align: right"]17/01/2018[/TD]
[TD="align: right"]3.97[/TD]
[TD="align: right"]4.97[/TD]
[TD="align: right"]09/06/2016[/TD]
[TD="align: right"]20/07/2016[/TD]
[TD="align: right"]9.97[/TD]
[/TR]
[TR]
[TD]Apple[/TD]
[TD="align: right"]17/01/2018[/TD]
[TD="align: right"]3.97[/TD]
[TD="align: right"]4.97[/TD]
[TD="align: right"]26/09/2017[/TD]
[TD="align: right"]16/01/2018[/TD]
[TD="align: right"]4.97[/TD]
[/TR]
[TR]
[TD]Apple[/TD]
[TD="align: right"]17/01/2018[/TD]
[TD="align: right"]3.97[/TD]
[TD="align: right"]4.97[/TD]
[TD="align: right"]17/01/2018[/TD]
[TD][/TD]
[TD="align: right"]3.97[/TD]
[/TR]
[TR]
[TD]Apple[/TD]
[TD="align: right"]17/01/2018[/TD]
[TD="align: right"]3.97[/TD]
[TD="align: right"]4.97[/TD]
[TD="align: right"]23/06/2017[/TD]
[TD="align: right"]25/09/2017[/TD]
[TD="align: right"]11.97[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]

So I'm trying to pull back the date of when the now was price equals the prod_lst_prc

Thanks
 

Excel Facts

Remove leading & trailing spaces
Save as CSV to remove all leading and trailing spaces. It is faster than using TRIM().
It is not clear to me which date you want. Could you provide an example with search arguments (???) along with the expected result and logic to achieve such a value?

M.
 
Upvote 0

Forum statistics

Threads
1,223,903
Messages
6,175,284
Members
452,630
Latest member
OdubiYouth

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