+ Reply to Thread
Results 1 to 2 of 2

Help pls! Max func return val of diff cell?

  1. #1
    Registered User
    Join Date
    02-11-2005
    Posts
    3

    Question Help pls! Max func return val of diff cell?

    Hi all,

    I am trying to use the max function to find the highest value in a row, but display the value of another row (same column).

    Eg: Find the highest value in the row A10:H10 but display the value of row A5:H5 that matches the column the the highest value was found in.

    In other words...If D10 has the highest value (total rainfall for April), and D5 is the label for the column (April) , I want to dsplay the name of the month (D5) as the result, not the value of D10.

    Can this be done? Or is there a better way?


    Thanks

    Paul.

  2. #2
    Forum Expert
    Join Date
    12-24-2004
    Location
    Sweden
    Posts
    1,256
    Try this:
    =INDEX(A5:H5,1,MATCH(MAX(A10:H10),A10:H10))

    Ola Sandstrom


    Note:
    The formula can only handle One max value.

+ 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