vlookup i think!

ExcellingAZ

New Member
Joined
Jul 19, 2020
Messages
19
Office Version
  1. 2016
Platform
  1. Windows
What I am looking to do is identify skills that are missing in SkillGroup. Agent Names are found in Column A , Dept column B and SkillGroup in Columns C. The "Lookup Directory" is listed in Dept Column E and Skill Master Column F. I would like the results to appear in columns J and K. So example, CDTHY master list columns E/F show that AGENT_PG_.031BCT and AGENT_PG_01.259.SMB_OF should be appearing in columns C for each guide. But looking at Agent Mickey_Mouse and Mouse_Minnie they are missing. The skills AGENT_PG_.472_EmSls_V3_C1_OF2 and AGENT_PG_.475_Sales_V3_C1_ or missing from Duck_Donald and McDuck_Scrugg. I would like those missing skills and name to populate in J and K. Is this doable?
 

Attachments

  • mr excel.JPG
    mr excel.JPG
    255.7 KB · Views: 6

Excel Facts

What do {} around a formula in the formula bar mean?
{Formula} means the formula was entered using Ctrl+Shift+Enter signifying an old-style array formula.
A combination of ISNA (or IFERROR) and VLOOKUP is probably doable.
Maybe a pivot table can help you also. Import your data as two tables, create a relationship, put skills as columns, and then count the skills for each agent (rows). From that pivot table derive the output you need.
 
Upvote 0

Forum statistics

Threads
1,214,874
Messages
6,122,034
Members
449,061
Latest member
TheRealJoaquin

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top