I have a list of employee training records (1 row per class) . I need to update a training matrix with has the employee as the row and the classes across the columns. How can I load the rows into the training matrix on sheet 2?
Example:
employee class
101 aa
101 bc
102 cc
103 ab
I want to load to a matrix on Sheet 2:
_______aa ab ac ba bb bc ca cb cc
101 ____ x _____________x
102 ___________________________x
103 ______x
ho boy this is tough to fomat this example. I will build a simple spreadsheet with the example:
Thanks, guys
Bookmarks