Time as duration and product/hour

Camelia2

New Member
Joined
Jun 22, 2019
Messages
2
Hi! I have the old problem of getting Excel to understand time as duration, not time of day.
Basically, I want to calculate how many pieces a worker does at the end of day, knowing:
pieces/hour and time worked (like 1h30min)

I think I got it to understand time, but can't get it to do the multiplication right with the pieces/hour
Reading some old forums I managed to work around it by adding a cell that represents 1hour and I got this (ex: 20pieces/h, 1h30min worked)
A =20/$Z $1 where Z1 is 1hour
B =1:30 in time format
C =A*B and the result is right, 30 pieces

Yet, I'm anoyed at A column because I constantly need to check if I entered it right to not mess the formula, and I have dozens of entries to do.
Any way to make it easier?
 

Excel Facts

Round to nearest half hour?
Use =MROUND(A2,"0:30") to round to nearest half hour. Use =CEILING(A2,"0:30") to round to next half hour.
There is no need for Z1, you can use


Excel 2013/2016
ABC
1Pieces/hourTimeQty
22001:3030
Notes
Cell Formulas
RangeFormula
C2=A2*B2*24
 
Upvote 0

Forum statistics

Threads
1,214,918
Messages
6,122,243
Members
449,075
Latest member
staticfluids

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top