
Signature
Diane Poremsky [MVP - Outlook]
Author, Teach Yourself Outlook 2003 in 24 Hours
Need Help with Common Tasks? http://www.outlook-tips.net/beginner/
Outlook 2007: http://www.slipstick.com/outlook/ol2007/
Outlook Tips by email:
dailytips-subscribe-request@lists.outlooktips.net
Outlook Tips: http://www.outlook-tips.net/
Outlook & Exchange Solutions Center: http://www.slipstick.com
Subscribe to Exchange Messaging Outlook newsletter:
EMO-NEWSLETTER-SUBSCRIBE-REQUEST@PEACH.EASE.LSOFT.COM
> IThanks, Diane. I already had done the custom field before, but not
> though
[quoted text clipped - 57 lines]
>> >> into
>> >> Access?
Hello Diane,
Triggered by your input, I designed a very easy way to resolve my specific
problem, i.e. totalling my time spend per project (category), based on my
calendar entries.
No macros nor VBA needed.
1. Make in the Calendar a view 'Time spend' based on 'By Category view'
Add (formula) fields Minutes, Hours, Days, Month (and possibly Year)
Minutes = Left([Duration],3)
Hours = [Minutes]/60
Days = [Hours]/8
Month = Month([Start])
Only Month, Start, Days to be displayed inthe view.
2. Select / Copy all lines to Excel workbook
3. Create pivot table (1x, when creating the workbook), with Month ascolumn
header, Category als row header, and Sum of Days as data field. NB select as
source data not de specific rows, but the columns in which the data are.
4. Based on the pivot table you can then (1x) create a stacked column chart,
showing total time spend / project (and month), and a pie chart showing which
% of your time goes to which project.
All you need to do periodicall (e.g. weekly) is:
- go to view Time Spend in Calendar
- select / copy all rows to the Excel workbook
- refresh pivot table, and all figures and graphs are automatically updated!

Signature
Think, then move
> yes, you'll need to either manually sum it or write a macro in excel to do
> it for you.
[quoted text clipped - 60 lines]
> >> >> into
> >> >> Access?
Diane Poremsky - 05 Nov 2007 13:26 GMT
Cool. Thanks for letting us know... it may help others.

Signature
Diane Poremsky [MVP - Outlook]
Author, Teach Yourself Outlook 2003 in 24 Hours
Need Help with Common Tasks? http://www.outlook-tips.net/beginner/
Outlook 2007: http://www.slipstick.com/outlook/ol2007/
Outlook Tips by email:
dailytips-subscribe-request@lists.outlooktips.net
Outlook Tips: http://www.outlook-tips.net/
Outlook & Exchange Solutions Center: http://www.slipstick.com
Subscribe to Exchange Messaging Outlook newsletter:
EMO-NEWSLETTER-SUBSCRIBE-REQUEST@PEACH.EASE.LSOFT.COM
> Hello Diane,
>
[quoted text clipped - 111 lines]
>> >> >> into
>> >> >> Access?