+ Reply to Thread
Results 1 to 4 of 4

INDEX/MATCH problem

  1. #1
    Registered User
    Join Date
    12-11-2015
    Location
    Norway
    MS-Off Ver
    2013
    Posts
    23

    INDEX/MATCH problem

    Hi!

    In J4 I'm trying to figure out a formula.
    I'm entering data into J3. Then I need the fomlula to search for that value in the range B3:B900. When that vaule is found (it's allways there) I need the formula to return the value from the cell six rows below the cell whece the match is found.

    I've tried every combination of INDEX/MATCH and OFFSET/MATCH, but I'm just getting #REF! or a simpe 0.

    Some examples:

    Please Login or Register  to view this content.

    Any good ideas?
    Last edited by Arnebjarne; 11-08-2019 at 04:14 PM.

  2. #2
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.84 for Mac MS 365
    Posts
    8,499

    Re: INDEX/MATCH problem

    I would think something like this... =OFFSET(INDEX(B3:B900,MATCH(J3,B3:B900,0)),6,0)
    you are finding it with the index match then using the offset to go down six rows.

    Oh, and changing the commas to semicolons for your region... =OFFSET(INDEX(B3:B900;MATCH(J3;B3:B900;0));6;0)
    Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
    Sam Capricci

  3. #3
    Registered User
    Join Date
    12-11-2015
    Location
    Norway
    MS-Off Ver
    2013
    Posts
    23

    Re: INDEX/MATCH problem

    Spot on Sambo kid! Perfecet :-) Tnx!

  4. #4
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.84 for Mac MS 365
    Posts
    8,499

    Re: INDEX/MATCH problem

    You're welcome, glad I could help, AND thank you for the rep!

+ 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 type problem, with partial string match
    By bkper087 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-05-2019, 02:42 AM
  2. VBA to index and match problem
    By Zimmerman in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 12-20-2015, 09:15 PM
  3. Formatting with INDEX MATCH MATCH Problem
    By SwissExcel in forum Excel General
    Replies: 1
    Last Post: 07-22-2015, 07:40 AM
  4. [SOLVED] Index Match Match - syntax problem
    By Dabooka in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 12-01-2014, 09:05 AM
  5. Replies: 6
    Last Post: 05-28-2013, 05:08 PM
  6. [SOLVED] Index / Match problem
    By JO505 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 05-05-2013, 05:49 PM
  7. Problem with INDEX, INDIRECT, MATCH, MATCH
    By JO505 in forum Excel General
    Replies: 5
    Last Post: 09-01-2011, 05:51 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