How can I add a total to a column in Outlook?

E

edddy

I'm tracking the time spend on a project in the Outlook calendar, but can't
add the tiem totals to the report. Is that possible?
 
S

Sue Mosher [MVP-Outlook]

Not in Outlook. You could export to Excel and let it do the math.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
E

edddy

Yes, I know, I could do the math with my calculator, but was looking for a
instant/lazy way.
 
T

Taylor

edddy said:
Yes, I know, I could do the math with my calculator, but was looking for a
instant/lazy way.

You could write a script that would iterate all the items in teh folder and
add their field values.
 
Top