+ Reply to Thread
Results 1 to 4 of 4

match min value offset

  1. #1
    Registered User
    Join Date
    12-15-2014
    Location
    singapore
    MS-Off Ver
    2013
    Posts
    45

    match min value offset

    Hi

    May I know how do return the direction of the min value (col B)


    ColumnA ColumnB
    West 61.77691737
    North 62.86324364
    East 1646.453399
    South 1122.187787

    I tried
    Offset(Min(A1:A4),,-1)
    offset(Address,Match(Max(A1:A4),A1:A4,0),0),,-1

    but it have error.

    Thanks

  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,944

    Re: match min value offset

    Try this...
    A
    B
    C
    1
    ColumnA ColumnB
    2
    West
    61.77692
    West
    3
    North
    62.86324
    4
    East
    1646.453
    5
    South
    1122.188

    C2=INDEX($A$2:$A$5,MATCH(MIN($B$2:$B$5),$B$2:$B$5,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
    12-15-2014
    Location
    singapore
    MS-Off Ver
    2013
    Posts
    45
    Thanks!! It work!

  4. #4
    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,944

    Re: match min value offset

    you'r welcome. If this answered your question, please take a moment to mark the thread as "solved" - it helps keep things neat and tidy lol, and consider adding the reputation to those that helped (see points 2 & 3 below my 1st post to you)

+ 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. INDEX MATCH MATCH/OFFSET MATCH MATCH with named ranges
    By Andrew-Mark in forum Excel General
    Replies: 3
    Last Post: 02-27-2015, 10:56 PM
  2. Simple Match and Offset, but Match not working
    By JasonTheLucky in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-21-2014, 11:44 PM
  3. Replies: 1
    Last Post: 10-06-2014, 02:13 PM
  4. [SOLVED] find, if match, then cut, offset. if not match, then cut and offset
    By flunzy in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 02-05-2014, 10:39 AM
  5. [SOLVED] Dynamic Name Range using Offset&Match with Match based off a different column
    By mdlpjr in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-16-2013, 06:33 PM
  6. [SOLVED] index match with row information offset from the match cell
    By smls in forum Excel General
    Replies: 7
    Last Post: 08-30-2012, 09:48 AM
  7. Replies: 2
    Last Post: 03-16-2012, 12:03 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