Training Results and Ranking

littlefish

New Member
Joined
Mar 6, 2008
Messages
18
Office Version
  1. 365
Platform
  1. Windows
I have a table which ranks employee training for: Excel, Word, PowerPoint, and Outlook.

Column A - has the employee completed training for all four Office programs? Y/N
Col B - employee name
Col C-F - ranks 1 through 4 each Office program according to employee proficiency (E, W, P, O)

I'm looking for two results tables for each Office training program:

Table 1 which shows employees who have had training (sorted by rank, then name) and whether or not they have completed all training.

Table 2 with names who have not had training in the specific Office program.

(These tables will update as training is completed.)

All input is welcome and very much appreciated. -LF


Mr Excel - Training Table.jpg
 

Excel Facts

How can you automate Excel?
Press Alt+F11 from Windows Excel to open the Visual Basic for Applications (VBA) editor.
Paste the name in column I, in column J2 put this and copy down:
=IFERROR(INDEX($C$1:$F$1,1,COUNTA(C2:F2)),"R0")

put this in K2 copy down:
=IF(J2="R4","Y","N")

put this in N2 enter with control + shift and copy down: (its messy, idk a simpler way)
=IFERROR(INDEX($I$2:$I$6,SMALL(IF($J$2:$J$6="R0",ROW(INDIRECT("1:"&COUNTA($I$2:$I$6)))),ROW($I$2)-ROW(I2)+1)),"")
 
Upvote 0

Forum statistics

Threads
1,214,984
Messages
6,122,601
Members
449,089
Latest member
Motoracer88

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