how can i return multiple results using one lookup value?

comalley88

New Member
Joined
Apr 10, 2014
Messages
3
Hi,

I am dealing with a number of purchase orders with delivery dates in a separate column. Some PO's had a split shipment so two, or sometimes three different delivery dates for one PO. Is it possible to do a lookup and specify which delivery date i.e. first, second, third??
 

Excel Facts

Why are there 1,048,576 rows in Excel?
The Excel team increased the size of the grid in 2007. There are 2^20 rows and 2^14 columns for a total of 17 billion cells.

Vidar

Well-known Member
Joined
Jul 19, 2012
Messages
1,254
Yes it's possible.
How will you choose which date to return?
And please post some example data with the expected results.
 
Upvote 0

steve the fish

Well-known Member
Joined
Oct 20, 2009
Messages
8,849
Office Version
  1. 365
Platform
  1. Windows
Vlookup will only return the first value it finds down the column from the top. You can use concatenation with vlookup if that helps? Or you can sort the data so the most recent is first. Depends what you are looking for.
 
Upvote 0

comalley88

New Member
Joined
Apr 10, 2014
Messages
3
Hi, ive copied a section from the two columns (a and b) i'd be using for the lookup to populate a date colum (b) on a separate sheet

7257475-Oct-14
72574214-Sep-14
72554514-Sep-14
72555321-Sep-14
72555914-Sep-14
7256207-Sep-14
72526414-Sep-14
7256937-Sep-14
7256937-Sep-14
76156814-Sep-14
72526431-Aug-14
72527414-Sep-14
76471731-Jul-14
7647127-Sep-14
7646707-Sep-14
7647007-Sep-14
7462517-Sep-14
7347557-Sep-14
72569331-Aug-14
76156814-Sep-14
72526431-Aug-14
72527412-Jul-14
76471716-Aug-14
76471226-Aug-14
76467029-Aug-14
76470015-Sep-14
74625116-Sep-14
7347554-Sep-14
7347543-Aug-14

<colgroup><col><col></colgroup><tbody>
</tbody>

if possible i want to look up either the unique or if multiple dates for a single PO, have a formula pull these through individually. I basically want the information from a download with multiple colums to update a front sheet with just the two columns of data above. Hope that makes sense
 
Upvote 0

Forum statistics

Threads
1,191,182
Messages
5,985,167
Members
439,944
Latest member
Vangelis74

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
Top