+ Reply to Thread
Results 1 to 2 of 2

Formula to find MAX value and return value from 1 column to the right.

  1. #1
    Registered User
    Join Date
    01-07-2004
    Posts
    1

    Formula to find MAX value and return value from 1 column to the right.

    Hi,

    I have quite a large spreadsheet in which I need to find the max value from a list of cells (i.e. AX4,AT4,AP4,AL4,AH4,AD4,Z4,V4,R4,N4), which I can do using MAX, however I need to return the value from the cell 1 column to the right rather than the actual MAX value. So if the max value is in cel AX4, then I'd need to return the value from AY4

    I've tried various formulas I've found in forums but cant quite get them to work, does anyone have any ideas?

  2. #2
    Registered User
    Join Date
    03-26-2012
    Location
    Australia
    MS-Off Ver
    Excel 2010
    Posts
    59

    Re: Formula to find MAX value and return value from 1 column to the right.

    Without seeing what your complete range is it's hard to tell what will work, but from what you have described I think this should work:

    =index(n1:ay4,4,match(max(n4:ax4),n4:ax4,0)+1)

    However, that will only work if the cells you haven't specified that fall within the range n4:ax4 are not numbers. If they are, then you will have to replace max(n4:ax4) with max (ax4+at4+ap4 etc.)

+ 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