I am trying to calculate the potential sale value of a product, based on the time it takes to make it over an hour.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Unit[/TD]
[TD]Calculation[/TD]
[TD]Value[/TD]
[/TR]
[TR]
[TD]Sale price per widget[/TD]
[TD][/TD]
[TD]$5.00[/TD]
[/TR]
[TR]
[TD]Production time per widget (mm:ss)[/TD]
[TD][/TD]
[TD]2:10[/TD]
[/TR]
[TR]
[TD]Production volume per hour (60 minutes/ Production time per widget)[/TD]
[TD]60/ 2:10[/TD]
[TD]28.57[/TD]
[/TR]
[TR]
[TD]Potential sale (Production volume per hour * Sale price per widget)[/TD]
[TD](28.57 X $5:00)[/TD]
[TD]$142[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Can any show me how to automate the time calculation of the Production volume per hour (60 minutes/ Production time per widget).
Thanks
[TABLE="width: 500"]
<tbody>[TR]
[TD]Unit[/TD]
[TD]Calculation[/TD]
[TD]Value[/TD]
[/TR]
[TR]
[TD]Sale price per widget[/TD]
[TD][/TD]
[TD]$5.00[/TD]
[/TR]
[TR]
[TD]Production time per widget (mm:ss)[/TD]
[TD][/TD]
[TD]2:10[/TD]
[/TR]
[TR]
[TD]Production volume per hour (60 minutes/ Production time per widget)[/TD]
[TD]60/ 2:10[/TD]
[TD]28.57[/TD]
[/TR]
[TR]
[TD]Potential sale (Production volume per hour * Sale price per widget)[/TD]
[TD](28.57 X $5:00)[/TD]
[TD]$142[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Can any show me how to automate the time calculation of the Production volume per hour (60 minutes/ Production time per widget).
Thanks