+ Reply to Thread
Results 1 to 3 of 3

Return selected list

Hybrid View

  1. #1
    Registered User
    Join Date
    03-16-2009
    Location
    London, UK
    MS-Off Ver
    Excel 16.78 on Mac - Office 365.
    Posts
    80

    Return selected list

    Hello - I have a list of items and for each of them their created date. I want to retrieve the 3 most recent items on a different page ... so for example

    a 01 May 2009
    b 02 May 2009
    c 06 May 2009
    d 03 May 2009
    e 01 May 2009

    would give me

    c
    d
    b

    Can anyone point me in the right direction?
    Last edited by deemo; 07-13-2009 at 06:12 AM.

  2. #2
    Forum Expert
    Join Date
    04-14-2009
    Location
    Taiwan
    MS-Off Ver
    Excel 2016,2019,O365
    Posts
    2,912

    Re: Return selected list

    Try this,

    F1
    =INDEX($A$1:$A$100,MATCH(LARGE($B$1:$B$100,ROWS($F$1:F1)),$B$1:$B$100,0))
    copied down F3

    Hope this helps,
    windknife

  3. #3
    Registered User
    Join Date
    03-16-2009
    Location
    London, UK
    MS-Off Ver
    Excel 16.78 on Mac - Office 365.
    Posts
    80

    Re: Return selected list

    Works perfectly. Thanks a lot for your quick response!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1