Calculating time and sale value

ianlj

New Member
Joined
Oct 3, 2015
Messages
1
I am trying to calculate the potential sale value of a product, based on the time it takes to make it over an hour.


UnitCalculationValue
Sale price per widget$5.00
Production time per widget (mm:ss)2:10
Production volume per hour (60 minutes/ Production time per widget)60/ 2:1028.57
Potential sale (Production volume per hour * Sale price per widget)(28.57 X $5:00)$142

<tbody>
</tbody>

Can any show me how to automate the time calculation of the Production volume per hour (60 minutes/ Production time per widget).



Thanks
 

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
Assuming you have the production time in C3, and it's formatted as a time (I used 12:34:56 time formatting), the formula in C4 could be:
=60/(MINUTE(C3)+SECOND(C3)/60)

Then you'll need to change the format in C4 to a number format, since Excel will pull the time format over.
 
Upvote 0

Forum statistics

Threads
1,216,081
Messages
6,128,694
Members
449,464
Latest member
againofsoul

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