+ Reply to Thread
Results 1 to 6 of 6

Formula for Creating a table using Max Offset and Index Match Function

  1. #1
    Registered User
    Join Date
    01-04-2019
    Location
    Manila, Philippines
    MS-Off Ver
    Microsoft Office 2013
    Posts
    4

    Formula for Creating a table using Max Offset and Index Match Function

    Please help me create a formula based on a table of finding the nearest lowest exact match as per attached file.

    Thank you very much!!!!
    Attached Files Attached Files

  2. #2
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,222

    Re: Formula for Creating a table using Max Offset and Index Match Function

    Is this right?

    H2 = 25000

    H3 copy down
    =LOOKUP(H$2,$A$3:$F$3,A3:F3)

  3. #3
    Registered User
    Join Date
    01-04-2019
    Location
    Manila, Philippines
    MS-Off Ver
    Microsoft Office 2013
    Posts
    4

    Re: Formula for Creating a table using Max Offset and Index Match Function

    Thank you for this. But need to have a formula doing a max offset function and indexmatch. Thank you.
    So that if H2 = 25,000 will be a different amount. It can re direct me to a lowest nearest match of the amount.

  4. #4
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,222

    Re: Formula for Creating a table using Max Offset and Index Match Function

    Mabye try H3 and copy down

    =INDEX(A3:F3,MATCH(MAX(INDEX(((H$2-A$3:F$3)>0)*A$3:F$3,)),A$3:F$3,))

  5. #5
    Registered User
    Join Date
    01-04-2019
    Location
    Manila, Philippines
    MS-Off Ver
    Microsoft Office 2013
    Posts
    4

    Re: Formula for Creating a table using Max Offset and Index Match Function

    Thank you very much. It works


    Quote Originally Posted by Bo_Ry View Post
    Mabye try H3 and copy down

    =INDEX(A3:F3,MATCH(MAX(INDEX(((H$2-A$3:F$3)>0)*A$3:F$3,)),A$3:F$3,))

  6. #6
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,222

    Re: Formula for Creating a table using Max Offset and Index Match Function

    Happy to help

    a bit short one
    =INDEX(A3:F3,MATCH(MAX(INDEX((H$2>A$3:F$3)*A$3:F$3,)),A$3:F$3,))

+ 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. Offset function with Index match
    By Jayant shettigar in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 09-08-2018, 11:56 AM
  2. Offset an Index/Match function
    By GurminderSG in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 01-25-2016, 04:48 PM
  3. Replies: 1
    Last Post: 06-10-2015, 12:56 PM
  4. [SOLVED] Need Help Creating INDEX/MATCH Formula to Return Values from Data Table
    By trandle in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 05-06-2015, 01:12 PM
  5. Complicated Index Match Offset function
    By Bob in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 09-07-2005, 12:05 AM
  6. Complicated Index Match Offset function
    By Bob in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 04:05 PM
  7. Complicated Index Match Offset function
    By Bob in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 07:05 AM

Tags for this Thread

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