vote up 5 vote down star
3

Joel often talks about using MS Excel for lightweight project management, but I'm curious about actual implementations of this idea. I've seen some templates that seem to clone MS Project via macros, which would be overkill for a lightweight project. Anyone have any useful templates?

flag

9 Answers

vote up 6 vote down check

try

    feature    task       estimated hours actual hours current %
    ---------- ---------- --------------- ------------ ---------

if estimated hours times current % is greater than actual hours, you are behind schedule

update the actual hours and current % on a daily basis

see also joel's old excel template

link|flag
Haha I love the fog creek pitch at the top of the article – Luke Nov 13 '08 at 20:33
In addition to the setup shown by Steven, you could add filters to sort through task owners and such. We use that at work and it's very useful. – Ryan Thames Nov 13 '08 at 20:34
in practice i use a template slightly more complex, but this is the gist of it - just enough to let you know that you screwed up an estimate and/or are in danger of blowing a deadline – Steven A. Lowe Nov 13 '08 at 20:37
vote up 1 vote down

If you like using spreadsheets and not getting involved with too many fancy tools, have a look at The One Page Project Manager - it's exactly as described, a nice, lightweight way to keep track of all your important project info on a single worksheet.

link|flag
vote up 0 vote down

The columns I use are

1) Task Name 2) Budget Hours 3) Total Hours 4) Remaining Hours

The Key is column (4). Rather than getting the person to estimate a percent complete; get them to re-estimate from this point forward. Its a subtle change but the mindset is much different. Otherwise you almost always end up stuck at 90% complete.

link|flag
vote up 1 vote down

You could consider using a Sprint Backlog. You estimate the time for every tasks of your project and your update the estimated remaining time every day or so. Then you have a burndown chart that shows the remaining effort to complete the project.

If your project is too large for a daily tracking, you could either do the tracking every week, or manage a product backlog of the things to be done in your project as a coarse-grained level of planning and then choose the most prioritized one for the finer-grained planning level.

You might want to look at Scrum(1) or any other agile methods for lightweight development methods for further details.

(1) http://en.wikipedia.org/wiki/Scrum_(development)

link|flag
vote up 1 vote down

Edward Tufte - aka "the man" when it comes to data representation has done a lot of work on Gantt charts (http://en.wikipedia.org/wiki/Gantt_chart) has some good information on this topic, but basically it boils down to using Excel as a Gantt chart creator, the advantage being that it's simple and won't get in your way much:

http://www.edwardtufte.com/bboard/q-and-a-fetch-msg?msg_id=000076

link|flag
Thanks for the link Kurt, i'm a big fan of Tuft and have a love/hate Gantts. They are great for scheduling but are only readable to the scheduler. To have "the man" chime in on Gantts is great. – Mark Nold Dec 12 '08 at 5:31
vote up 0 vote down

Much simpler: some Gantt graph in Excel ,as illustrated here.

link|flag
vote up 1 vote down

Maybe a bit off-topic, but you might want to consider testing Google Docs. There is a Gantt chart widget provided by Viewpath in the "Insert->Widget..." menu option.

link|flag
vote up 1 vote down

It's not excel, but I saw scrumy and liked it's demo. For a small project recently, I just generated a project plan using 'Cross Functional Flowchart' under Business Process with some flow/process stuff in Visio.

link|flag
Cool app, just unfortunate I can't host it myself (not really comfortable with exposing company confidential information on a publicly facing website). – Luke Nov 13 '08 at 20:08
What category is the activity chart under in Visio? And what version of Visio are you running? – Luke Nov 13 '08 at 20:10
@Luke, sorry about the links. I'm also must be crazy since the Visio template is called 'Cross Functional Flowchart' under Business Processs Visio Pro'03. – Kenny Nov 14 '08 at 11:54
I use shape color on the 'CFP' to designate status (new, modified/in-progress, done, etc....) – Kenny Nov 14 '08 at 11:55
BTW: on scrumy, you can pay small-$ for a secure site. – Kenny Nov 14 '08 at 11:55
vote up 2 vote down

You have some pretty advance template with Pipetalk Scheduler

alt text

However, since it seems to be a little too much, I just transfered that to the worst UI thread ;)

link|flag
holy cow..i need something a bit more lightweight – Luke Nov 13 '08 at 19:56
ditto @Luke's reaction. – Kenny Nov 13 '08 at 19:58
ya gotta be kidding - ms-project is less complicated – Steven A. Lowe Nov 13 '08 at 20:12
This doesn't deserve a downvote. But it does deserve a WTF. No, several WTFs. Let me start: WTF. – Thomas Owens Nov 14 '08 at 14:24
By all means, downvote away ;-) Mister "Community wiki" will loose some rep' though... – VonC Nov 14 '08 at 14:52
show 1 more comment

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.