+ Reply to Thread
Results 1 to 7 of 7

Finding Max value in column and returning value from left adjacent cell

  1. #1
    Registered User
    Join Date
    03-21-2014
    Location
    Germany
    MS-Off Ver
    Excel 2010
    Posts
    80

    Talking Finding Max value in column and returning value from left adjacent cell

    Time act1
    2 1.1
    3 1.2
    4 1.2
    5 1.3
    6 1.4
    7 1.4
    8 1.5
    9 1.6
    10 1.9
    11 20
    12 40
    13 60
    14 40
    15 20
    16 3
    17 3

    I need a formula which can find max value in act1 column and can return the value in adjacent cell in Time column

    For example max value is 60 in act1 column I want a formula which can give me value 13 which is in Time column.

    Regards

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,938

    Re: Finding Max value in column and returning value from left adjacent cell

    Try this...
    =INDEX($A$1:$A$16,MATCH(MAX($B$1:$B$16),$B$1:$B$16,0))
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Registered User
    Join Date
    03-19-2014
    Location
    India
    MS-Off Ver
    Excel & VBA - 2007 & 2010
    Posts
    60

    Re: Finding Max value in column and returning value from left adjacent cell

    Hi,

    Please try this, it will work.

    Please Login or Register  to view this content.

  4. #4
    Registered User
    Join Date
    03-21-2014
    Location
    Germany
    MS-Off Ver
    Excel 2010
    Posts
    80

    Re: Finding Max value in column and returning value from left adjacent cell

    Thanks to All..it worked

  5. #5
    Registered User
    Join Date
    12-01-2014
    Location
    USA
    MS-Off Ver
    2013
    Posts
    4

    Re: Finding Max value in column and returning value from left adjacent cell

    Hello!

    How do I apply this formula if I have over 100,000 rows of data and I need to get the max value (and its adjacent cell) of every 200th rows?

    Thanks in advance!

  6. #6
    Registered User
    Join Date
    01-16-2019
    Location
    Lakewood New Jersey
    MS-Off Ver
    2013
    Posts
    3

    Re: Finding Max value in column and returning value from left adjacent cell

    Can anyone tell me how to modify the index formula allow finding values when filtering the information and not to factor in the hidden cells?

  7. #7
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,938

    Re: Finding Max value in column and returning value from left adjacent cell

    Quote Originally Posted by rebduv1 View Post
    Can anyone tell me how to modify the index formula allow finding values when filtering the information and not to factor in the hidden cells?
    Hi, welcome to the forum

    Unfortunately your post does not comply with Rule 4 of our Forum RULES. Do not post a question in the thread of another member -- start your own thread.

    If you feel an existing thread is particularly relevant to your need, provide a link to the other thread in your new thread.

    Old threads are often only monitored by the original participants. New threads not only open you up to all possible participants again, they typically get faster response, too.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Formula for returning the next value unless value in adjacent column in 1
    By helsbelz in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-04-2014, 07:21 AM
  2. Trouble Finding tring in Column and Pulling Adjacent Cell Value
    By rlee12 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 03-29-2013, 09:48 AM
  3. [SOLVED] Finding a number in a column and returning the cell 5 columns to the left
    By bbrunof in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-26-2013, 04:16 PM
  4. [SOLVED] Finding a name, then returning adjacent cell values
    By The Drone in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 05-09-2012, 06:36 AM
  5. macro to find first blank cell in a column cut the value from left adjacent column
    By willykin in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 01-01-2012, 09:23 AM

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