Dreamlax
Jun 29th, 2007, 02:23 AM
Hi,
I work for Toshiba fixing laptops, and each month we run this report which creates a list of every job we've done, how long it took, etc.
I've already created an Excel VBA app to munch the data into something more useful than a list of jobs, with graphs and other more relevant representations of that list.
Something I want to have calculated automatically is the "slowest model to turn around". By slowest, I mean slowest in terms of how many jobs there are. For example, if we only fixed 1 particular model but it took 20 days to fix, that isn't as bad as say 5 of another model taking 19 days (on average).
To put it another way, say we only fixed four different models:
10x Satellite A80, taking 15 days on average to repair
5x Satellite A100, taking 5 days on average to repair
3x Tecra M5, all turned around on the same day
1x Tecra M7 taking 20 days to repair
There's no doubt that the Tecra M5 is the fastest model to turn around, and "technically speaking" the Tecra M7 was the slowest, except we would consider the Satellite A80 model to be the slowest because we haven't repaired enough M7s to make a fair judgement.
What I would like to know is, should I base the "worst" model on some sort of minimum repairs (perhaps, only consider the model as a possible worst if it makes up at least 5% of our total repairs), or whether there is a better way to rank "severity".
All thoughts welcome!
TIA.
I work for Toshiba fixing laptops, and each month we run this report which creates a list of every job we've done, how long it took, etc.
I've already created an Excel VBA app to munch the data into something more useful than a list of jobs, with graphs and other more relevant representations of that list.
Something I want to have calculated automatically is the "slowest model to turn around". By slowest, I mean slowest in terms of how many jobs there are. For example, if we only fixed 1 particular model but it took 20 days to fix, that isn't as bad as say 5 of another model taking 19 days (on average).
To put it another way, say we only fixed four different models:
10x Satellite A80, taking 15 days on average to repair
5x Satellite A100, taking 5 days on average to repair
3x Tecra M5, all turned around on the same day
1x Tecra M7 taking 20 days to repair
There's no doubt that the Tecra M5 is the fastest model to turn around, and "technically speaking" the Tecra M7 was the slowest, except we would consider the Satellite A80 model to be the slowest because we haven't repaired enough M7s to make a fair judgement.
What I would like to know is, should I base the "worst" model on some sort of minimum repairs (perhaps, only consider the model as a possible worst if it makes up at least 5% of our total repairs), or whether there is a better way to rank "severity".
All thoughts welcome!
TIA.