I am trying to create a pivot table to display training records. I'd like the pivot table to display expiration dates for each training. (Preferably, the MAX date since the employee may have taken a training multiple times) I would like it to look something like this:
|TRAINING01|TRAINING02|TRAINING03|
Employee01| 1/1/12 | 02/2/12 | 01/10/12|
Employee02| 02/1/12 | 03/1/12 | |
When I try to add the date field to the Values section and set it to Max I get 01/00/00 for every value. Ideally, we will use a conditional format to highlight those trainings that are expiring. The data is pulled from a SQL Database.
|TRAINING01|TRAINING02|TRAINING03|
Employee01| 1/1/12 | 02/2/12 | 01/10/12|
Employee02| 02/1/12 | 03/1/12 | |
When I try to add the date field to the Values section and set it to Max I get 01/00/00 for every value. Ideally, we will use a conditional format to highlight those trainings that are expiring. The data is pulled from a SQL Database.