+ Reply to Thread
Results 1 to 2 of 2

Large function

  1. #1
    Peter B
    Guest

    Large function

    I am having a list of dates and prices. I sort the prices in this list by
    using the Large function. But i would also like to get the date for that
    price. I have thought about using Lookup, but since i have more than one day
    with equal price it does not work. Anyone have any suggestions?

    05.03.2005 237,3029
    05.03.2005 221,2681
    05.03.2005 219,5479
    05.03.2005 218,0591
    05.03.2005 219,1757
    05.03.2005 216,9124


    --
    Peter B
    Norway

  2. #2
    Bernard Liengme
    Guest

    Re: Large function

    With dates in A:A and values in B:B, use
    =INDEX(A1:A6,MATCH(LARGE(B1:B6,1),B1:B6,0))
    to get date corresponding to first largest value
    best wishes
    --
    Bernard V Liengme
    www.stfx.ca/people/bliengme
    remove caps from email

    "Peter B" <[email protected]> wrote in message
    news:[email protected]...
    >I am having a list of dates and prices. I sort the prices in this list by
    > using the Large function. But i would also like to get the date for that
    > price. I have thought about using Lookup, but since i have more than one
    > day
    > with equal price it does not work. Anyone have any suggestions?
    >
    > 05.03.2005 237,3029
    > 05.03.2005 221,2681
    > 05.03.2005 219,5479
    > 05.03.2005 218,0591
    > 05.03.2005 219,1757
    > 05.03.2005 216,9124
    >
    >
    > --
    > Peter B
    > Norway




+ 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