+ Reply to Thread
Results 1 to 5 of 5

Minimum search in the next 15 entries

  1. #1
    Registered User
    Join Date
    05-16-2006
    Posts
    25

    Question Minimum search in the next 15 entries

    I have a table with 2 by n entries.
    On the 1st column I have continuous values on the 2nd they're random.
    I want to search the minimum value on the 15 entries on the left after each entry on the righ.
    The range can't contain the value on the left to the random entry.

    Can anyone help?

  2. #2
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Minimum search in the next 15 entries

    Not until you're a little clearer. Can you attach an example workbook?
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  3. #3
    Forum Contributor day92's Avatar
    Join Date
    04-20-2010
    Location
    Los Angeles
    MS-Off Ver
    Excel 360
    Posts
    600

    Re: Minimum search in the next 15 entries

    I think I know what you are trying to do. This should do the trick if not I agree with Chemist you need to upload sample data with expected results.

    =INDEX(B14:B19,MATCH(MIN(A14:A19),A14:A19,0))

  4. #4
    Registered User
    Join Date
    05-16-2006
    Posts
    25

    Re: Minimum search in the next 15 entries

    hope this helps to show my problem
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    05-16-2006
    Posts
    25

    Re: Minimum search in the next 15 entries

    SOLVED
    stupid question... long hours

+ 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