Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default How to generate simple reports from a time log?

I use an Excel 2007 table to keep a log of daily activities. (See the
simplified example below).

I want to construct for my own use a simple reporting system that will
quickly display the answers to such queries as this:

Show me the total hours I spent on each activity on 2009-11-13.
Show me how many hours I spent on running last week (or last month).
Show me a week-by-week breakdown since the beginning of the year of my
totals for writing and music.

How can I do this with minimum fuss? I don't expect anyone to walk me
through it step by step, but it would be helpful to know what tools will be
useful: PivotTables? Macros? I don't want to have to enter formulas
repeatedly. Ideally I'd like to be able to make choices from drop-down lists
or menus.

I'd welcome any guidance on the basic approach, as well as web addresses for
any useful demos or existing samples I can use as models.

Thanks.

David

THE DATA SOURCE:

DATE TASK HOURS

2009-11-13 music 1.5
2009-11-13 running 1.0
2009-11-13 music 0.7
2009-11-13 work 5.2
2009-11-13 work 2.0
2009-11-13 writing 2.5
2009-11-14 work 3.2
2009-11-14 writing 2.3
2009-11-14 music 1.6
2009-11-15 running 1.2
2009-11-15 work 4.5
2009-11-15 music 2.0
2009-11-15 music 0.5
2009-11-15 writing 2.2

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,494
Default How to generate simple reports from a time log?

i would use autofilters.

--


Gary Keramidas
Excel 2003


"Axel07" wrote in message
...
I use an Excel 2007 table to keep a log of daily activities. (See the
simplified example below).

I want to construct for my own use a simple reporting system that will
quickly display the answers to such queries as this:

Show me the total hours I spent on each activity on 2009-11-13.
Show me how many hours I spent on running last week (or last month).
Show me a week-by-week breakdown since the beginning of the year of my
totals for writing and music.

How can I do this with minimum fuss? I don't expect anyone to walk me
through it step by step, but it would be helpful to know what tools will be
useful: PivotTables? Macros? I don't want to have to enter formulas
repeatedly. Ideally I'd like to be able to make choices from drop-down lists
or menus.

I'd welcome any guidance on the basic approach, as well as web addresses for
any useful demos or existing samples I can use as models.

Thanks.

David

THE DATA SOURCE:

DATE TASK HOURS

2009-11-13 music 1.5
2009-11-13 running 1.0
2009-11-13 music 0.7
2009-11-13 work 5.2
2009-11-13 work 2.0
2009-11-13 writing 2.5
2009-11-14 work 3.2
2009-11-14 writing 2.3
2009-11-14 music 1.6
2009-11-15 running 1.2
2009-11-15 work 4.5
2009-11-15 music 2.0
2009-11-15 music 0.5
2009-11-15 writing 2.2


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,389
Default How to generate simple reports from a time log?

I would use Pivot Tables. They will do everything you want, and more. The
drop down menus you want are Page Fields.

Regards,
Fred

"Axel07" wrote in message
...
I use an Excel 2007 table to keep a log of daily activities. (See the
simplified example below).

I want to construct for my own use a simple reporting system that will
quickly display the answers to such queries as this:

Show me the total hours I spent on each activity on 2009-11-13.
Show me how many hours I spent on running last week (or last month).
Show me a week-by-week breakdown since the beginning of the year of my
totals for writing and music.

How can I do this with minimum fuss? I don't expect anyone to walk me
through it step by step, but it would be helpful to know what tools will
be
useful: PivotTables? Macros? I don't want to have to enter formulas
repeatedly. Ideally I'd like to be able to make choices from drop-down
lists
or menus.

I'd welcome any guidance on the basic approach, as well as web addresses
for
any useful demos or existing samples I can use as models.

Thanks.

David

THE DATA SOURCE:

DATE TASK HOURS

2009-11-13 music 1.5
2009-11-13 running 1.0
2009-11-13 music 0.7
2009-11-13 work 5.2
2009-11-13 work 2.0
2009-11-13 writing 2.5
2009-11-14 work 3.2
2009-11-14 writing 2.3
2009-11-14 music 1.6
2009-11-15 running 1.2
2009-11-15 work 4.5
2009-11-15 music 2.0
2009-11-15 music 0.5
2009-11-15 writing 2.2


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,180
Default How to generate simple reports from a time log?

Excel 2007 PivotTable
An example:
http://www.mediafire.com/file/wnwcznwfnjk/11_14_09.xlsx
  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default How to generate simple reports from a time log?

Many thanks, Herbert! This is just what I need.

David

"Herbert Seidenberg" wrote:

Excel 2007 PivotTable
An example:
http://www.mediafire.com/file/wnwcznwfnjk/11_14_09.xlsx
.



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default How to generate simple reports from a time log?

Hi, Herbert. Thanks again for your very helpful example. I've been trying to
duplicate your PivotTable designs. Your PivotTables come out with headings
"Past", "Sloth" and "Sum of Waste" (I admire your candor in choosing these
particular names!). "Past" and "Sloth" each has a drop-down button. When I
create the PivotTables, however, only one of these gets a drop-down button;
when I click on it it takes me to a dialog in which I can select either
"Past" or "Sloth" to display the appropriate filtering options. The
functionality seems to be the same, but I'd rather have the separate
drop-down buttons. What accounts for the difference?

David

"Herbert Seidenberg" wrote:

Excel 2007 PivotTable
An example:
http://www.mediafire.com/file/wnwcznwfnjk/11_14_09.xlsx
.

  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,180
Default How to generate simple reports from a time log?

David,
In my design, enable Show/Hide Field List.
For each PT, study the Row Labels list:
You can drag one or more Fields into it, in the desired order.
Open your design and compare.
Also study the multiple PT source structure.
Herb
  #8   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default How to generate simple reports from a time log?

Thanks, Herb. I was able to force a dropdown on each of the field labels by
first going to PivotTable Options and checking Classic PivotTable style; then
laying out my table; then unchecking Classic style. Awkward, but it works.

I'd be interested in studying the "multiple PT source structure", but I
don't know what you mean by that. Thanks again, by the way, for creating that
model for me that answered all my requirements -- it saved me hours!

David

"Herbert Seidenberg" wrote:

David,
In my design, enable Show/Hide Field List.
For each PT, study the Row Labels list:
You can drag one or more Fields into it, in the desired order.
Open your design and compare.
Also study the multiple PT source structure.
Herb
.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Generate reports on separate tabs from data in file [email protected] Excel Discussion (Misc queries) 3 May 6th 09 01:30 AM
Generate reports on separate tabs from data in file [email protected] Excel Worksheet Functions 3 May 6th 09 01:30 AM
Can I use Excel 2007 to generate Fr Reports in Accpac 5.0A? Wling Excel Discussion (Misc queries) 0 July 25th 08 08:24 PM
Sick Time Reports TckyTina Excel Worksheet Functions 1 March 27th 08 02:31 PM
Generating Simple Reports From A Master Spreadsheet Scott1888 Excel Worksheet Functions 1 May 21st 06 10:38 AM


All times are GMT +1. The time now is 05:40 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"