+ Reply to Thread
Results 1 to 2 of 2

Find the Cell Reference Resulting from MAX function

  1. #1
    Excel User
    Guest

    Find the Cell Reference Resulting from MAX function

    Greetings!

    In col A, I have labels. In col B, I have numbers.

    After using the MAX function for the values in col B, how do I get the label
    (text) from the cell in col A with the highest value in col B resulting from
    the MAX function?

    Thanks.

  2. #2
    David Billigmeier
    Guest

    RE: Find the Cell Reference Resulting from MAX function

    Just change the row reference of 100 to fit your data:

    =INDEX(A1:A100,MATCH(MAX(B1:B100),B1:B100,0))

    --
    Regards,
    Dave


    "Excel User" wrote:

    > Greetings!
    >
    > In col A, I have labels. In col B, I have numbers.
    >
    > After using the MAX function for the values in col B, how do I get the label
    > (text) from the cell in col A with the highest value in col B resulting from
    > the MAX function?
    >
    > Thanks.


+ 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