Finding data prior to a certain date

yanyanyan

New Member
Joined
Nov 13, 2014
Messages
24
[TABLE="width: 500"]
<tbody>[TR]
[TD]4/06/14 Logan Hyperdome-Michael Hill-Hi-5 Lo-Boy-2183
12/06/14 Logan Hyperdome-Michael Hill-Hi-5 Lo-Boy-2183
18/06/14 Logan Hyperdome-Michael Hill-Hi-5 Lo-Boy-2183
25/06/14 Logan Hyperdome-Michael Hill-Hi-5 Lo-Boy-2183
30/06/14 Logan Hyperdome-Michael Hill-Chuggington Lo-Boy-4876
9/07/14 Logan Hyperdome-Michael Hill-Chuggington Lo-Boy-4876
15/07/14 Logan Hyperdome-Michael Hill-Chuggington Lo-Boy-4876
22/07/14 Logan Hyperdome-Michael Hill-Chuggington Lo-Boy-4876
30/07/14 Logan Hyperdome-Michael Hill-Chuggington Lo-Boy-4876
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Sorry I don't know how to paste a proper data, I wonder if there is a way to find out this data, I want to know in a large data, i want to find out the name that's prior to "Logan Hyperdome-Michael Hill-Chuggington Lo-Boy-4876" in this case will be "Logan Hyperdome-Michael Hill-Hi-5 Lo-Boy-2183" how to find this out? Thank you!
 
Is '30/06/14 Logan Hyperdome-Michael Hill-Chuggington Lo-Boy-4876' in one cell?
 
Upvote 0
With your search term in D1 try this formula in E1 (adjust the ranges to suit your data):

=INDEX($B$1:$B$1000,MATCH(D1,$B$1:$B$1000,0)-1)
 
Upvote 0

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