Hello,
Right, I am trying to develop a system at work that monitors the amount of chairs that are being built in assembly.
Got a little spreadsheet that keeps track of certain things for me:
Pallet number - starts at 1 every day, used to record total number of finished pallets taken into the warehouse.
Time - Time the pallet was taken out.
Quantity of chairs on the pallet when it was taken out.
Type of chair - to monitor if some take longer to build than others
No. of staff - this number changes depending on other things.
What I need to do is work out how long a single chair takes to build in man minutes. For those that do not know, one man working for an hour = 1 man hour, 5 men working for one hour = 5 man hours.
I total up the number of chairs for the day, I average the number of staff for the day, I add the time taken all day in minutes minus 45 mins for breaks.
Now to work out how long it takes in man minutes to build one chair:
TOTAL TIME X AVERAGE No. OF STAFF = to get total man minutes for the day.
I then divide the total number of chairs built by the total man minutes.
Is that right?
Normally, these things I can do blindfolded but I must have had a brain fart during the night because this just doesn't look right.
Right, I am trying to develop a system at work that monitors the amount of chairs that are being built in assembly.
Got a little spreadsheet that keeps track of certain things for me:
Pallet number - starts at 1 every day, used to record total number of finished pallets taken into the warehouse.
Time - Time the pallet was taken out.
Quantity of chairs on the pallet when it was taken out.
Type of chair - to monitor if some take longer to build than others
No. of staff - this number changes depending on other things.
What I need to do is work out how long a single chair takes to build in man minutes. For those that do not know, one man working for an hour = 1 man hour, 5 men working for one hour = 5 man hours.
I total up the number of chairs for the day, I average the number of staff for the day, I add the time taken all day in minutes minus 45 mins for breaks.
Now to work out how long it takes in man minutes to build one chair:
TOTAL TIME X AVERAGE No. OF STAFF = to get total man minutes for the day.
I then divide the total number of chairs built by the total man minutes.
Is that right?
Normally, these things I can do blindfolded but I must have had a brain fart during the night because this just doesn't look right.