DarrenPower:
The following simple spreadsheet design allows the flexibility Skip rightly says you need. It can handle any number of employees, any number of projects, and any number of hours. There may be a better design, but you see my point:
DATA:
Date Name Project Time
7/15/05 john a 4:00
7/15/05 jack b 2:00
7/15/05 jill b 1:30
7/15/05 john d 3:00
7/16/05 jack c 3:00
7/16/05 jill a 5:45
7/16/05 john e 1:00
7/16/05 jack a 3:00
7/16/05 jill d 0:45
Then, summerize the data with a PivotTable:
Date (All)
Sum of Time Project
Name a b c d e Grand Total
jack 3:00 2:00 3:00 8:00
jill 5:45 1:30 0:45 8:00
john 4:00 3:00 1:00 8:00
Total 12:45 3:30 3:00 3:45 1:00 24:00
You can use Grouping to further refine your summary. In fact, depending on how many employees, and how many projects, the manner in which you Group the PivotTable will influence the design of the Pivot Table. For example, from the same data another Pivot might appear like this:
Sum of Time Date
Name Project 7/15/05 7/16/05 Grand Total
jack a 3:00 3:00
b 2:00 2:00
c 3:00 3:00
jack Total 2:00 6:00 8:00
jill a 5:45 5:45
b 1:30 1:30
d 0:45 0:45
jill Total 1:30 6:30 8:00
john a 4:00 4:00
d 3:00 3:00
e 1:00 1:00
john Total 7:00 1:00 8:00
Grand Total 10:30 13:30 24:00
(I wish these things pasted better to the forum!)
You mentioned being an Excel novice, so I recommend learning about PivotTables through Help and through simply playing around with them. They really aren't difficult (as evidenced by the fact that I can do it) and they are very powerful and flexible.
Good luck!
Tim