+ Reply to Thread
Results 1 to 4 of 4

iferror, match formula.

  1. #1
    Forum Contributor
    Join Date
    10-15-2013
    Location
    Calgary, Alberta
    MS-Off Ver
    Excel 2007
    Posts
    218

    iferror, match formula.

    Hello All,

    I need a formula that scans a list of a job titles and if a driving is part of their job function.

    Please see attached spreadsheet:
    Identified Driver.xlsb

    'Training Matrix' Sheet is where the job titles (Line 2)as they relate to driving (Line 32).
    'Data-EmployeeStatus' Sheet is where I have a list of employees and their given job titles (Column G) and if they are active (Column E)

    I would like a formula on (Column H) that would give me these results:

    1) If (Column E) is "Active" and (Column G) matches 'Training Matrix' (Line 2) is "R" along 'Training Matrix' (Line 32) then the result in cell is "Identified Driver"
    2) If (Column E) is "Active" and (Column G) matches 'Training Matrix' (Line 2) is BLANK along 'Training Matrix' (Line 32) then the result in cell is BLANK
    3) If (Column E) is "Active" and (Column G) Does Not match anything on 'Training Matrix' (Line 2) is "Job Title Error"
    4) If (Column E) is "Departed" to ignore calculating and is BLANK

    Thank you in advance.. I greatly appreciate the help!!!

  2. #2
    Forum Expert daffodil11's Avatar
    Join Date
    07-11-2013
    Location
    Phoenixville, PA
    MS-Off Ver
    MS Office 2016
    Posts
    4,465

    Re: iferror, match formula.

    h2:

    =IFERROR(IF(E2="Active",IF(INDEX('Training Matrix'!$N$32:$MH$32,MATCH(G2,'Training Matrix'!$N$2:$MH$2,0))="R","Identified Driver",""),""),"Job Title Error")

    AND COPY DOWN
    Make Mom proud: Add to my reputation if I helped out!

    Make the Moderators happy: Mark the Thread as Solved if your question was answered!

  3. #3
    Forum Contributor
    Join Date
    10-15-2013
    Location
    Calgary, Alberta
    MS-Off Ver
    Excel 2007
    Posts
    218

    Re: iferror, match formula.

    Quote Originally Posted by daffodil11 View Post
    h2:

    =IFERROR(IF(E2="Active",IF(INDEX('Training Matrix'!$N$32:$MH$32,MATCH(G2,'Training Matrix'!$N$2:$MH$2,0))="R","Identified Driver",""),""),"Job Title Error")

    AND COPY DOWN
    PERFECT! Works great, thanks!

  4. #4
    Forum Expert daffodil11's Avatar
    Join Date
    07-11-2013
    Location
    Phoenixville, PA
    MS-Off Ver
    MS Office 2016
    Posts
    4,465

    Re: iferror, match formula.

    daffodil is always glad to 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. Excel Formula: IFERROR, INDEX, SMALL, MATCH
    By Jenn12788 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 05-12-2014, 10:03 PM
  2. Help to simplify an =IF(IFERROR(INDEX(...,MATCH( formula
    By sa12345 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-11-2014, 03:40 AM
  3. [SOLVED] IFERROR+INDEX+MATCH Formula is not returning the correct value
    By bxk006 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-16-2013, 09:50 AM
  4. Wrong result displaying using IFERROR-INDEX-MATCH-ROW Formula
    By paradise2sr in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 07-16-2013, 01:03 PM
  5. Looking for better formula of iferror, index and match
    By DavidRoger in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-23-2012, 07:50 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