+ Reply to Thread
Results 1 to 2 of 2

Using INDEX to find the match

  1. #1
    Registered User
    Join Date
    04-06-2006
    Posts
    12

    Using INDEX to find the match

    Hi,
    I want to use INDEX to display the name for the maximum value

    eg:

    Name value

    A 5.00
    B 6.00
    C 7.00
    D 8.00
    E 9.00
    F 10.00


    I want to display F as it has the maximum value(which i have got through MAX function).
    How would i achieve that?

    Appreciate ur help

    Harsha

  2. #2
    Ardus Petus
    Guest

    Re: Using INDEX to find the match

    =INDEX(A1:A6,MATCH(MAX(B1:B6),B1:B6,0))

    HTH
    --
    AP

    "harshaputhraya"
    <[email protected]> a écrit dans
    le message de news:
    harshaputhraya.27j9ez_1147166101.599...rum-nospam.com...
    >
    > Hi,
    > I want to use INDEX to display the name for the maximum value
    >
    > eg:
    >
    > Name value
    >
    > A 5.00
    > B 6.00
    > C 7.00
    > D 8.00
    > E 9.00
    > F 10.00
    >
    >
    > I want to display F as it has the maximum value(which i have got
    > through MAX function).
    > How would i achieve that?
    >
    > Appreciate ur help
    >
    > Harsha
    >
    >
    > --
    > harshaputhraya
    > ------------------------------------------------------------------------
    > harshaputhraya's Profile:
    > http://www.excelforum.com/member.php...o&userid=33225
    > View this thread: http://www.excelforum.com/showthread...hreadid=540177
    >




+ 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