+ Reply to Thread
Results 1 to 13 of 13

How to get next values in INDEX MATCH?

  1. #1
    Registered User
    Join Date
    08-07-2019
    Location
    India
    MS-Off Ver
    2007
    Posts
    21

    How to get next values in INDEX MATCH?

    In the sample file attached, when I enter 115 or 115/1 in D1, I get 115/1 in E1. Now I want 115/2 in D2 and 115/3 in D3. I don't know how to accomplish this. Could you please help me?
    Attached Files Attached Files
    Last edited by ajeshkdy; 08-18-2019 at 02:05 PM.

  2. #2
    Valued Forum Contributor
    Join Date
    07-14-2017
    Location
    Poland
    MS-Off Ver
    Office 2010
    Posts
    528

    Re: How to get next values in INDEX MATCH?

    Hi, test my formula.
    This is an array formula.
    In 'I1' and copy down.
    Please Login or Register  to view this content.
    Change for 'E1' accordingly.
    Best Regards,
    Maras.

  3. #3
    Forum Contributor
    Join Date
    10-30-2003
    Location
    Singapore
    MS-Off Ver
    Excel 2019
    Posts
    197

    Re: How to get next values in INDEX MATCH?

    1] In D1, enter 115 or 115/1 (Or 118 or 118/1)

    2] In E1, enter formula & copied right to F1, and all copied down to 14 rows

    =IFERROR(VLOOKUP(LEFT($D$1,FIND("/",$D$1&"/")-1)&"/"&ROW($A1),$B:$C,COLUMN(A$1),0),"")

    Regards

  4. #4
    Registered User
    Join Date
    08-07-2019
    Location
    India
    MS-Off Ver
    2007
    Posts
    21

    Re: How to get next values in INDEX MATCH?

    Quote Originally Posted by maras_mak View Post
    Hi, test my formula.
    This is an array formula.
    In 'I1' and copy down.
    Please Login or Register  to view this content.
    Change for 'E1' accordingly.
    This works fine, but for some values it doesn't get the desired result . For example, if I enter 13 in D1, I get 115/2 and 116 along with 13, which is not desired. I have re-uploaded the sample sheet adding such instances. Kindly check the file.

    Thanks for your help.
    Attached Files Attached Files
    Last edited by ajeshkdy; 08-19-2019 at 05:29 AM.

  5. #5
    Valued Forum Contributor
    Join Date
    07-14-2017
    Location
    Poland
    MS-Off Ver
    Office 2010
    Posts
    528

    Re: How to get next values in INDEX MATCH?

    Corrected formula, e.g. in 'M7', copy down and to the right.
    Please Login or Register  to view this content.
    Attached Files Attached Files

  6. #6
    Registered User
    Join Date
    08-07-2019
    Location
    India
    MS-Off Ver
    2007
    Posts
    21

    Re: How to get next values in INDEX MATCH?

    I will try this ASAP.

    Regards,
    Ajesh.
    Last edited by ajeshkdy; 08-19-2019 at 07:34 AM.

  7. #7
    Forum Expert
    Join Date
    07-20-2011
    Location
    Mysore, India.
    MS-Off Ver
    Excel 2019
    Posts
    8,577

    Re: How to get next values in INDEX MATCH?

    ARRAY formula in E1 then copied across to Column F
    Please Login or Register  to view this content.
    Making slight changes use for other regions.Pl See file.
    Attached Files Attached Files
    Pl note
    Array formula should be confirmed with Ctrl+Shift+Enter keys together.
    If answere is satisfactory press * to add reputation.

  8. #8
    Registered User
    Join Date
    08-07-2019
    Location
    India
    MS-Off Ver
    2007
    Posts
    21

    Re: How to get next values in INDEX MATCH?

    Quote Originally Posted by maras_mak View Post
    Corrected formula, e.g. in 'M7', copy down and to the right.
    Please Login or Register  to view this content.
    Those instances are now corrected by this formula. But a new problem arises: When I enter certain values without a slash, it doesn't work. (Example:118). However, thanks for your effort.

    Regards,
    Ajesh.

  9. #9
    Registered User
    Join Date
    08-07-2019
    Location
    India
    MS-Off Ver
    2007
    Posts
    21

    Re: How to get next values in INDEX MATCH?

    Quote Originally Posted by kvsrinivasamurthy View Post
    ARRAY formula in E1 then copied across to Column F
    Please Login or Register  to view this content.
    Making slight changes use for other regions.Pl See file.
    This is the perfect solution!
    Thanks Srinivasamurthy.

    Regards,
    Ajesh.

  10. #10
    Forum Expert
    Join Date
    07-20-2011
    Location
    Mysore, India.
    MS-Off Ver
    Excel 2019
    Posts
    8,577

    Re: How to get next values in INDEX MATCH?

    Thanks for feed back and rep.

  11. #11
    Registered User
    Join Date
    08-07-2019
    Location
    India
    MS-Off Ver
    2007
    Posts
    21

    Re: How to get next values in INDEX MATCH?

    Though I marked the thread as "solved", I still need your help.

    My mistake:

    In the original data there are both 13 and 133. I forgot to include that 133 in the sample file. I only included 13.

    What my problem is, when I enter 13 in D1, I get 133 along with 13 where I want 13 only. 133 is expected only when I enter 133 in D1.

    I have re-uploaded the sample file adding this value(133).
    I request you to check the file and instruct me what I should change in the formula.

    Sorry for the inconvenience caused.

    Regards,
    Ajesh.
    Attached Files Attached Files
    Last edited by ajeshkdy; 08-20-2019 at 01:58 PM.

  12. #12
    Valued Forum Contributor
    Join Date
    07-14-2017
    Location
    Poland
    MS-Off Ver
    Office 2010
    Posts
    528

    Re: How to get next values in INDEX MATCH?

    I think it will be okay now.
    Array formula in M7
    Please Login or Register  to view this content.
    Attached Files Attached Files

  13. #13
    Registered User
    Join Date
    08-07-2019
    Location
    India
    MS-Off Ver
    2007
    Posts
    21
    Quote Originally Posted by maras_mak View Post
    I think it will be okay now.
    Array formula in M7
    Please Login or Register  to view this content.
    That works!
    Thanks Maras

    Regards,
    Ajesh.

+ 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] Problems with INDEX, MATCH, MATCH returning incorrect values
    By Paul103 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-03-2018, 05:16 PM
  2. Return Multiple Match Values in Excel Using INDEX-MATCH
    By chris1089 in forum Excel General
    Replies: 10
    Last Post: 06-15-2017, 09:25 AM
  3. Replies: 5
    Last Post: 02-26-2017, 04:46 PM
  4. Replies: 5
    Last Post: 02-18-2017, 11:21 AM
  5. [SOLVED] Index / Match - match 3 input values and return the results from the index
    By t83357 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-08-2016, 07:34 PM
  6. Replies: 3
    Last Post: 05-19-2014, 02:01 PM
  7. Index match offset to get subsequent index values in a column
    By Andrew_Step in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-06-2013, 02:55 PM

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