mrebholz72
New Member
- Joined
- Jan 13, 2005
- Messages
- 4
First, I want to apologize for not even knowing what to call this. It has made searching help files rather difficult. Hopefully somebody can point me in the right direction.
I have a list of training that our staff are either enrolled in, taking, or completed (generated from our PeopleSoft System). Our 2nd level of training requires completion of 3 out of 6 courses.
I have a data file that each row is a record for an individual and a specific course. So, I have multiple rows for each person.
I want to get data in a horizontal format, so that I can have a single row for each employee, course 1 status, course 2 status, course 3 status, etc.... (I think that will be the best way to be able to get if they have completed 3 out of 6 from the course list.)
A sample data source should be below.
Thanks for any help to point me in the right direction.
{Using Windows XP - Excel 2003 SP1}
Mike Rebholz
I have a list of training that our staff are either enrolled in, taking, or completed (generated from our PeopleSoft System). Our 2nd level of training requires completion of 3 out of 6 courses.
I have a data file that each row is a record for an individual and a specific course. So, I have multiple rows for each person.
I want to get data in a horizontal format, so that I can have a single row for each employee, course 1 status, course 2 status, course 3 status, etc.... (I think that will be the best way to be able to get if they have completed 3 out of 6 from the course list.)
A sample data source should be below.
Thanks for any help to point me in the right direction.
{Using Windows XP - Excel 2003 SP1}
Mike Rebholz
Training Example Sheet.xls | |||||||||
---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | |||
1 | ID | FirstName | LastName | Course | Enrollment | StartDate | EndDate | ||
2 | 123456789 | John | Doe | LEV1A | COMPLETE | 8/12/1987 | 9/12/1989 | ||
3 | 123456789 | John | Doe | LEV1B | COMPLETE | 8/12/1987 | 9/12/1987 | ||
4 | 123456789 | John | Doe | LEV1C | COMPLETE | 8/12/1987 | 9/12/1987 | ||
5 | 123456789 | John | Doe | LEV2A | COMPLETE | 9/1/1990 | 10/1/1990 | ||
6 | 123456789 | John | Doe | LEV2B | CURRENT | 1/1/2005 | |||
7 | 123456789 | John | Doe | LEV2D | COMPLETE | 10/1/2004 | 11/1/2004 | ||
8 | 123456789 | John | Doe | LEV3A | COMPLETE | 6/5/2001 | 7/5/2001 | ||
9 | 123456789 | John | Doe | LEV3B | ENROLLED | 9/1/2005 | |||
10 | 213456789 | Jim | Smith | COR1A | COMPLETE | 8/12/1987 | 9/12/1987 | ||
11 | 213456789 | Jim | Smith | COR1B | COMPLETE | 8/12/1987 | 9/12/1987 | ||
12 | 213456789 | Jim | Smith | COR1C | COMPLETE | 8/12/1987 | 9/12/1987 | ||
13 | 312456789 | Jane | White | COR1A | COMPLETE | 2/1/1994 | 3/1/1994 | ||
14 | 312456789 | Jane | White | COR1B | COMPLETE | 2/1/1994 | 3/1/1994 | ||
15 | 312456789 | Jane | White | COR1C | COMPLETE | 2/1/1994 | 3/1/1994 | ||
Class Work |