After serious thinking The_Giant_Rat_of_Sumatra wrote :
Cool. I'll be able to update my task tracker.
It has other features as well, but I did them all without any macro
involvement.
So, I am sure there are better, even easier ways to do some of what I
did, but it does seem to work. I should update the date formulas though.
Or maybe not. The way I was keeping the time being on a day to day basis
keeps it from having a "greater than 24 hours charged" issue.
Perhaps an opinion will bolster my mindset or kill me off like an
uneeded Lost character.
http://office.microsoft.com/en-us/templates/tasktrack-tool-o2k7-version-TC030006038.aspx
or:
http://tinyurl.com/3j74nzz
Okay, I see where you got your formula. This looks like a pretty good
utility, well thought out and very easy to use. I might change some of
the cell refs to use defined names, though, so it's easier to
understand. For example, I'd make the start/stop cells in each day
section col-relative/row-relative to the 'tally' field. Not
surprisingly, I'd name them "Start" and "Stop".<g> (I hate leaving cell
refs in formulas of a 'finished' project, especially a template that
goes out to users/clients!)
I needed something that would let me store multiple projects in a
single XLS, as well as handle sub-projects under a main project. To
that end I made my own template sheet and just insert this for new
projects.
Just so you understand how I use it, a 'project' is a single worksheet.
This often is named for a client. All projects for this client will be
tracked on this sheet, and so is why I needed it to handle
sub-projects. In the same manner, I can also track app dev by
component/revision. I also use it for tracking time authoring ebooks by
chapter.
As stated in another reply to this thread, it also calcs time totals by
month/sub-project AND calcs billable amounts in the same manner.
All in all, it's a lot less complex than the solution in your link but
it's a lot more flexible for my needs.
******************************
**Regarding shorter formulas**
<You forgot the 'blank until times are filled' mode. We were not
discussing shortening.>
Just thought I'd offer my opinion on this: "the less processing a
formula does the faster and more efficiently it performs"! Makes a
significant difference when your project has Ks of formulas that need
to be calc'd. Claus's offering just blows both our formulas out of the
water.
******************************