Counting working time, Outlook & Excel
How to set up MS Outlook and to use MS Excel to count working time.
Output report has to be like this, columns in that order, sorted ascending:
October Start Minutes Subject
2002-10-05 12:34 14 security patches, phpmyadmin install
2002-10-11 23:23 10 mysql limit of connections
total minutes 24
To get a report like this:
-
MS Outlook, Calendar, assign categories to events being counted.
-
Create a new view in Calendar:
- View > Current View > Define Views > New, Name of new view: MyTime, Type of view: Table, OK >
- Fields..., Start, New Field..., Name: Minutes, Type: Formula, Formula: [duration]*1, OK, Subject, OK >
- Group By..., Categories, Ascending, OK >
- Sort..., Sort items by: Start, Ascending, OK >
- Filter... > More Choices > Categories..., Available categories: check needed, OK >
- OK > Close.
- View > Current View > MyTime
- select, copy/paste to Excel
2002