Find oldest dates in range and copy rows to another worksheet

Sym0n

New Member
Joined
Mar 4, 2010
Messages
6
Morning,
I've been trying to figure this out for days now and I'm getting nowhere fast and no matter how much googling I do I just can't find something that does what I need.

I have a very basic worksheet, albeit with 200 rows, that includes names and the dates that their contracts are due to be renegotiated - this will be updated as the contract dates change so the dates aren't static. I want to have a worksheet that shows the next five dates (there can be multiple entries with the same date) where contracts are due to end. The closest I've been able to get so far is to at least pull out the dates by using

Code:
=SMALL('Contracts'!$A$2:$A$206,1)

through to 5 but can't figure out how to now match the dates pulled out by that to make Excel (2003 btw) copy the relevant rows in to my 'Due dates' worksheet.

Thanks for any advice!

Sy
 

Excel Facts

Spell Check in Excel
Press F7 to start spell check in Excel. Be careful, by default, Excel does not check Capitalized Werds (whoops)

Forum statistics

Threads
1,215,945
Messages
6,127,844
Members
449,411
Latest member
adunn_23

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