+ Reply to Thread
Results 1 to 4 of 4

Need help desperately with Index and Match

  1. #1
    Registered User
    Join Date
    08-03-2020
    Location
    KUALA LUMPUR, MALAYSIA
    MS-Off Ver
    2016
    Posts
    1

    Need help desperately with Index and Match

    Hi, i have this employee spreadsheet where i need to find the performance potential based on several criteria i.e. performance rating, attitude and competency. Need help desperately. appreciate any help. thank you very much.

    need help - excel.xlsx

  2. #2
    Valued Forum Contributor
    Join Date
    02-06-2013
    Location
    Germany
    MS-Off Ver
    365
    Posts
    490

    Re: Need help desperately with Index and Match

    Try this: =INDEX($P$5:$P$37,MATCH(1,(D5=$M$5:$M$37)*(E5=$N$5:$N$37)*NOT(ISERR(SEARCH(C5,$O$5:$O$37))),))

    But it appears to be some of your combinations are not assigned and therefore give an error value (#N/A)?

    Regards

  3. #3
    Forum Guru
    Join Date
    05-24-2011
    Location
    India
    MS-Off Ver
    Office 2021
    Posts
    2,237

    Re: Need help desperately with Index and Match

    Try this Array Formula,

    =INDEX(P$5:P$37,MATCH(1,IF(M$5:M$37=D5,IF(N$5:N$37=E5,IF(ISNUMBER(SEARCH(C5&",",O$5:O$37&",")),1))),0))
    Regards,
    Haseeb Avarakkan

    __________________________________
    "Feedback is the breakfast of champions"

  4. #4
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,460

    Re: Need help desperately with Index and Match

    Administrative Note:

    Welcome to the forum.

    We would very much like to help you with your query, however it has been brought to our attention that the same query has been posted on one or more other forums and you have not provided the required cross-post link(s) here.

    Please see Forum Rule #3 about cross-posting and adjust accordingly. Read this to understand why we (and other sites like us) consider this to be important.

    (Note: this requirement is not optional. As you are new here, I will provide the link for you today: https://www.mrexcel.com/board/thread...match.1141944/.)
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

+ 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] INDEX+MATCH instead of VLOOKUP+MATCH, why is INDEX a better choice and how to re-write?
    By Renejorgensen in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 11-23-2016, 10:54 AM
  2. [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
  3. Replies: 4
    Last Post: 09-28-2016, 08:35 PM
  4. [SOLVED] Match-Index in stead of Index-Match lookup Array among Arrays
    By Numnum in forum Excel General
    Replies: 2
    Last Post: 10-15-2015, 02:08 PM
  5. Replies: 6
    Last Post: 04-30-2014, 02:42 AM
  6. Replies: 6
    Last Post: 11-08-2013, 10:29 PM
  7. Replies: 3
    Last Post: 05-02-2013, 01:31 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