+ Reply to Thread
Results 1 to 4 of 4

How to read the cell value to left of max in adjacent column

  1. #1
    Registered User
    Join Date
    08-14-2014
    Location
    Campbell
    MS-Off Ver
    2003 SP3
    Posts
    2

    How to read the cell value to left of max in adjacent column

    Hello and thanks for reading

    Have 2 columns of data

    Need to read the cell value of column A that corresponds to the MAX in column B. Trying to
    use OFFSET to read the col to the left but will not work.

    Example of table and expected result

    A B

    1 1
    2 1
    3 2
    4 6
    5 3 Result = 4

  2. #2
    Forum Expert BadlySpelledBuoy's Avatar
    Join Date
    06-14-2013
    Location
    East Sussex, UK
    MS-Off Ver
    365
    Posts
    7,468

    Re: How to read the cell value to left of max in adjacent column

    One way would be:

    =index(a1:a5,match(max(b1:b5),b1:b5,0))

    Adjust ranges to suit your actual data of course.

  3. #3
    Registered User
    Join Date
    08-14-2014
    Location
    Campbell
    MS-Off Ver
    2003 SP3
    Posts
    2

    Re: How to read the cell value to left of max in adjacent column

    Hey thanks I'll give it a try now.

    WOW!! That worked perfect.. Thanks a bunch Badly..
    Last edited by Freddybaby; 08-14-2014 at 04:16 PM.

  4. #4
    Forum Expert BadlySpelledBuoy's Avatar
    Join Date
    06-14-2013
    Location
    East Sussex, UK
    MS-Off Ver
    365
    Posts
    7,468

    Re: How to read the cell value to left of max in adjacent column

    No probs, happy to help.

    Don't forget to mark the thread as SOLVED and thanks for the rep.

    BSB.

+ 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] Finding Max value in column and returning value from left adjacent cell
    By Haidar123 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 01-17-2019, 03:33 AM
  2. LEFT Function to read the first date in a cell
    By orayner2 in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 04-28-2014, 01:47 PM
  3. [SOLVED] Macro to autofill formula down to length of adjacent column to the left
    By jacobadger in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 10-16-2012, 08:28 PM
  4. 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
  5. Read value of adjacent value of cell and sum
    By excel77 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 11-28-2008, 04:04 PM

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