Bretters_at_work
New Member
- Joined
- Aug 22, 2019
- Messages
- 2
I am struggling with finding a way to highlight cells in my data preferably using conditional formatting in colour for sorting the following or flagging in some sort. My actual data source has about 8,000 people so manual sorting is not needed and I need to make sure I record each step for future pulls of data.
I am looking for who is done all their training. For example wanda.roman@work.com has completed all she needs for her role. So I would want her roles to highlight in “green” and mark in the column completed Yes
Next I want to see what courses were they supposed to be scheduled into but they haven't registered yet? For example jim.smith@work.com has a role of Referral coordinator but has not registered for the course. And bill.jones@work.com has a role of template builder but has not registered for it either. I would like to highlight those course in “red” and mark in the column completed No.
As a bonus is there a way I could highlight those that took a class not needed for their role for example bill.jones@work.com has taken the supervisor course but does not have that role. Could I highlight his name in “yellow” or I could add in a column that says extra courses taken similar to the above and just say yes or no
I have 3 tables already named
Table 1 Roles is the Roles is the listed roles for the individuals, They can have multiple roles
Table 2 Course is the courses that are listed is the needed education for their roles some roles have multiple courses needed.
Table 3 Learning is the courses taken so far by the individuals in Table 1.
Table 1
[TABLE="width: 680"]
<colgroup><col><col><col span="2"><col></colgroup><tbody>[TR]
[TD]Complete[/TD]
[TD]EMAIL_ADDR[/TD]
[TD]ROLE[/TD]
[TD]ROLE2[/TD]
[TD]ROLE3[/TD]
[/TR]
[TR]
[TD] [/TD]
[TD]jim.smith@work.com[/TD]
[TD]Admitting Clerk[/TD]
[TD]Registration Supervisor[/TD]
[TD]Referrals Coordinator[/TD]
[/TR]
[TR]
[TD] [/TD]
[TD]wanda.roman@work.com[/TD]
[TD]Template Builder[/TD]
[TD]Referrals Coordinator[/TD]
[TD][/TD]
[/TR]
[TR]
[TD] [/TD]
[TD]bill.jones@work.com[/TD]
[TD]Admitting Clerk[/TD]
[TD]Template Builder[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Table 2
[TABLE="width: 558"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD]Role[/TD]
[TD]Course[/TD]
[/TR]
[TR]
[TD]Admitting Clerk[/TD]
[TD]Basic Access[/TD]
[/TR]
[TR]
[TD]Admitting Clerk[/TD]
[TD]Registration[/TD]
[/TR]
[TR]
[TD]Referrals Coordinator[/TD]
[TD]Referrals[/TD]
[/TR]
[TR]
[TD]Registration Supervisor[/TD]
[TD]Basic Access[/TD]
[/TR]
[TR]
[TD]Registration Supervisor[/TD]
[TD]Registration[/TD]
[/TR]
[TR]
[TD]Registration Supervisor[/TD]
[TD]Supervisor[/TD]
[/TR]
[TR]
[TD]Template Builder[/TD]
[TD]Templates 101[/TD]
[/TR]
</tbody>[/TABLE]
Table 3
[TABLE="width: 370"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD]Course_Name[/TD]
[TD]Email_Address[/TD]
[/TR]
[TR]
[TD]Basic Access[/TD]
[TD]bill.jones@work.com[/TD]
[/TR]
[TR]
[TD]Registration[/TD]
[TD]bill.jones@work.com[/TD]
[/TR]
[TR]
[TD]Supervisor[/TD]
[TD]bill.jones@work.com[/TD]
[/TR]
[TR]
[TD]Basic Access[/TD]
[TD]jim.smith@work.com[/TD]
[/TR]
[TR]
[TD]Registration[/TD]
[TD]jim.smith@work.com[/TD]
[/TR]
[TR]
[TD]Supervisor[/TD]
[TD]jim.smith@work.com[/TD]
[/TR]
[TR]
[TD]Referrals[/TD]
[TD]wanda.roman@work.com[/TD]
[/TR]
[TR]
[TD]Templates 101[/TD]
[TD]wanda.roman@work.com[/TD]
[/TR]
</tbody>[/TABLE]
I am looking for who is done all their training. For example wanda.roman@work.com has completed all she needs for her role. So I would want her roles to highlight in “green” and mark in the column completed Yes
Next I want to see what courses were they supposed to be scheduled into but they haven't registered yet? For example jim.smith@work.com has a role of Referral coordinator but has not registered for the course. And bill.jones@work.com has a role of template builder but has not registered for it either. I would like to highlight those course in “red” and mark in the column completed No.
As a bonus is there a way I could highlight those that took a class not needed for their role for example bill.jones@work.com has taken the supervisor course but does not have that role. Could I highlight his name in “yellow” or I could add in a column that says extra courses taken similar to the above and just say yes or no
I have 3 tables already named
Table 1 Roles is the Roles is the listed roles for the individuals, They can have multiple roles
Table 2 Course is the courses that are listed is the needed education for their roles some roles have multiple courses needed.
Table 3 Learning is the courses taken so far by the individuals in Table 1.
Table 1
[TABLE="width: 680"]
<colgroup><col><col><col span="2"><col></colgroup><tbody>[TR]
[TD]Complete[/TD]
[TD]EMAIL_ADDR[/TD]
[TD]ROLE[/TD]
[TD]ROLE2[/TD]
[TD]ROLE3[/TD]
[/TR]
[TR]
[TD] [/TD]
[TD]jim.smith@work.com[/TD]
[TD]Admitting Clerk[/TD]
[TD]Registration Supervisor[/TD]
[TD]Referrals Coordinator[/TD]
[/TR]
[TR]
[TD] [/TD]
[TD]wanda.roman@work.com[/TD]
[TD]Template Builder[/TD]
[TD]Referrals Coordinator[/TD]
[TD][/TD]
[/TR]
[TR]
[TD] [/TD]
[TD]bill.jones@work.com[/TD]
[TD]Admitting Clerk[/TD]
[TD]Template Builder[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Table 2
[TABLE="width: 558"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD]Role[/TD]
[TD]Course[/TD]
[/TR]
[TR]
[TD]Admitting Clerk[/TD]
[TD]Basic Access[/TD]
[/TR]
[TR]
[TD]Admitting Clerk[/TD]
[TD]Registration[/TD]
[/TR]
[TR]
[TD]Referrals Coordinator[/TD]
[TD]Referrals[/TD]
[/TR]
[TR]
[TD]Registration Supervisor[/TD]
[TD]Basic Access[/TD]
[/TR]
[TR]
[TD]Registration Supervisor[/TD]
[TD]Registration[/TD]
[/TR]
[TR]
[TD]Registration Supervisor[/TD]
[TD]Supervisor[/TD]
[/TR]
[TR]
[TD]Template Builder[/TD]
[TD]Templates 101[/TD]
[/TR]
</tbody>[/TABLE]
Table 3
[TABLE="width: 370"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD]Course_Name[/TD]
[TD]Email_Address[/TD]
[/TR]
[TR]
[TD]Basic Access[/TD]
[TD]bill.jones@work.com[/TD]
[/TR]
[TR]
[TD]Registration[/TD]
[TD]bill.jones@work.com[/TD]
[/TR]
[TR]
[TD]Supervisor[/TD]
[TD]bill.jones@work.com[/TD]
[/TR]
[TR]
[TD]Basic Access[/TD]
[TD]jim.smith@work.com[/TD]
[/TR]
[TR]
[TD]Registration[/TD]
[TD]jim.smith@work.com[/TD]
[/TR]
[TR]
[TD]Supervisor[/TD]
[TD]jim.smith@work.com[/TD]
[/TR]
[TR]
[TD]Referrals[/TD]
[TD]wanda.roman@work.com[/TD]
[/TR]
[TR]
[TD]Templates 101[/TD]
[TD]wanda.roman@work.com[/TD]
[/TR]
</tbody>[/TABLE]