+ Reply to Thread
Results 1 to 7 of 7

Using index and match to look up employee ID, skill code and return relevant exp date

  1. #1
    Registered User
    Join Date
    11-15-2016
    Location
    Queensland, Australia
    MS-Off Ver
    2013
    Posts
    9

    Using index and match to look up employee ID, skill code and return relevant exp date

    Hi everyone

    I am attempting to create a skill matrix for a work group. I have a clean data source whereby I can match an employee ID and skill code to return the relevant expiry date. From there I will apply traffic light conditional formatting to highlight training that needs to be renewed.

    I am having trouble creating an index / match formula that can handle my two criteria. I have attached a sample data set. Given the large number of employees, it is not practical to use helper columns.

    Appreciate any help offered to solve!
    Attached Files Attached Files

  2. #2
    Valued Forum Contributor
    Join Date
    12-28-2014
    Location
    NSW, Australia
    MS-Off Ver
    MS365
    Posts
    606

    Re: Using index and match to look up employee ID, skill code and return relevant exp date

    Hi McHutch, try pasting the following formula into Cell B3 and then copy down and across.
    Then you can set up your conditional formatting as per the dates you want. e.g. Red = Expired, Green = Current, Orange = 3 months left.

    Please Login or Register  to view this content.

  3. #3
    Registered User
    Join Date
    11-15-2016
    Location
    Queensland, Australia
    MS-Off Ver
    2013
    Posts
    9

    Re: Using index and match to look up employee ID, skill code and return relevant exp date

    That works! Thank you so much
    Any advice on how to overcome the 00/00/1900 error where a result doesnt exist? I usually use IFERROR in front of the formula but this doesnt seem to be working

    edited: Found a solution by using custom format of dd/mm/yyyy;;

    Thanks again for the help
    Last edited by McHutch; 04-07-2022 at 05:12 AM.

  4. #4
    Registered User
    Join Date
    11-15-2016
    Location
    Queensland, Australia
    MS-Off Ver
    2013
    Posts
    9

    Re: Using index and match to look up employee ID, skill code and return relevant exp date

    My solution to remove the 0/01/1900 error does work as far as cell display however when applying conditional formatting to my file, cells with this value are still being captured as a date in the past. Any thoughts on how to remove this error altogether? I have been able to handle #NA error with IFERROR(" ") add in to my formula but the 1900 date error still appears. Updated file attached for reference

    Advice appreciated
    Attached Files Attached Files

  5. #5
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2503 (Windows 11 Home 24H2 64-bit)
    Posts
    90,220

    Re: Using index and match to look up employee ID, skill code and return relevant exp date

    For example in E3:

    =IFERROR(1/(1/INDEX(DATA!$A:$I,MATCH(1,INDEX(($A3=DATA!$A:$A)*(E$1=DATA!$E:$E),0,1),0),9)),"")
    Attached Files Attached Files
    Last edited by AliGW; 04-07-2022 at 06:50 AM. Reason: Workbook attached.
    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. It's a universal courtesy.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    NB:
    as a Moderator, I never accept friendship requests.
    Forum Rules (updated August 2023): please read them here.

  6. #6
    Registered User
    Join Date
    11-15-2016
    Location
    Queensland, Australia
    MS-Off Ver
    2013
    Posts
    9

    Re: Using index and match to look up employee ID, skill code and return relevant exp date

    Thank you so much AliGW. That solved my problem. I have a work friend that will be so impressed with me when I show her this tomorrow! I'll be sure to share the credit

  7. #7
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2503 (Windows 11 Home 24H2 64-bit)
    Posts
    90,220

    Re: Using index and match to look up employee ID, skill code and return relevant exp date

    Thanks.

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

    Also, if you have not already done so, you may not be aware that you can thank those who have helped you by clicking the small star icon (* Add Reputation) located in the lower left corner of the post in which the help was given. By doing so you can add to the reputation(s) of all those who offered help.

+ 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 : Finding the Most Relevant Value
    By ExcelNoob233 in forum Excel General
    Replies: 5
    Last Post: 06-30-2021, 01:45 PM
  2. Advancing INDEX RANK RAND to match a skill
    By MrWoods1990 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-06-2020, 06:46 PM
  3. Assign Random Employee if they have a certain skill
    By lpingel09 in forum Excel Programming / VBA / Macros
    Replies: 15
    Last Post: 03-10-2019, 06:11 PM
  4. [SOLVED] INDEX/MATCH multiple criteria and return value w/in Employee Schedule
    By hollywoodj20 in forum Excel General
    Replies: 5
    Last Post: 08-09-2018, 07:49 AM
  5. [SOLVED] INDEX date that MATCH on date range, MATCH code(string)
    By Dahlia in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-23-2014, 03:33 AM
  6. Replies: 0
    Last Post: 06-04-2013, 09:01 PM
  7. [SOLVED] MATCH a name and return a relevant value
    By johnmitch38 in forum Excel General
    Replies: 2
    Last Post: 04-19-2012, 05:42 AM

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