Need Help

rwendel

New Member
Joined
Apr 8, 2020
Messages
1
Office Version
  1. 365
Platform
  1. Windows
Here is the scenario... I have a list of employees and all of the training courses they have completed through the first quarter of 2020. Each employees completed training courses are listed on its own sheet. On another sheet i have a table of all the required training courses. How can I easily/quickly run a formula to indicate which training courses each employee has not completed thus far?
 

Excel Facts

VLOOKUP to Left?
Use =VLOOKUP(A2,CHOOSE({1,2},$Z$1:$Z$99,$Y$1:$Y$99),2,False) to lookup Y values to left of Z values.
Welcome to the Board!

A lot is dependent upon the actual structure of the data, but one way might be to do something like this:
- List employees down column A
- List all required training courses across row 1
- Write VLOOKUP formulas to look up each person/course combination, and see if they have taken the course. You can wrap that VLOOKUP in an IFERROR function to indicate courses needed to be taken, i.e. something structured like this:
=IFERROR(VLOOKUP(...),"NOT COMPLETED")

If you would like more specific help, we will need more details. Note that you can post images of your data using the tool mentioned here: XL2BB - Excel Range to BBCode
 
Upvote 0

Forum statistics

Threads
1,214,921
Messages
6,122,280
Members
449,075
Latest member
staticfluids

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