Hi
I apologise in advance if this question has been answered elsewhere. I have been searching the site for 3 hours and attempting some of the options I have come across, but I cant quite get it to do what I want.
I have a table of MI that I will need to update monthly to tell me if I have enough resource for specific areas. The MI contains mountains of information, but essentially there are 2 columns of information I need. I have 1 column which contains the names of people, and the second column contains processes they are trained in. Here is an example (Sorry if the layout doesnt come across right)
[pre]
[/pre]
My data will contain 100 consultants who could potentially be trained in up to 135 tasks, so the actual data table is huge.
I need to be able to extract the information into 2 lists. One which will have a column titled by the task name, and then list all the consultants who are trained in it underneath, the other needs to have the consultant name as the title, and then all the tasks they are trained in underneath.
Ive tried filtering, VLOOKUP and matching etc but I cant seem to work it out.
If anyone could help me out at all or point me in the direction of a previous post I would owe you many cups of tea!
I apologise in advance if this question has been answered elsewhere. I have been searching the site for 3 hours and attempting some of the options I have come across, but I cant quite get it to do what I want.
I have a table of MI that I will need to update monthly to tell me if I have enough resource for specific areas. The MI contains mountains of information, but essentially there are 2 columns of information I need. I have 1 column which contains the names of people, and the second column contains processes they are trained in. Here is an example (Sorry if the layout doesnt come across right)
[pre]
Code:
Name Task
John Smith Task 1
John Smith Task 2
John Smith Task 3
Jane Smith Task 2
Jane Smith Task 4
Joe Bloggs Task 1
Joe Bloggs Task 3
Joe Bloggs Task 4
My data will contain 100 consultants who could potentially be trained in up to 135 tasks, so the actual data table is huge.
I need to be able to extract the information into 2 lists. One which will have a column titled by the task name, and then list all the consultants who are trained in it underneath, the other needs to have the consultant name as the title, and then all the tasks they are trained in underneath.
Ive tried filtering, VLOOKUP and matching etc but I cant seem to work it out.
If anyone could help me out at all or point me in the direction of a previous post I would owe you many cups of tea!