Need a conversion formula

cambraupod

New Member
Joined
Sep 17, 2020
Messages
2
Office Version
  1. 2016
Platform
  1. Windows
hello

Thanks for having me. The attached pic shows a very simple spreadsheet.

Column A I enter a whole number, eg 580
Column C is the hours it takes to to complete 580 parcels. The factor is 290 per hour and column E needs to be hours required to complete those parcels in column C (in hundredths) with two decimal places. In this example 580 parcels would take 2 hours. If it required 2 hours and 15 minutes, the number in column E would be 2.25 converted to hundredths with two decimal places.

As you can see column E has a bad formula.

Column E 35 would be the total of all of E in hundredths with two decimal places.

Thanks you so much

Cam

1600362875481.png
 

Excel Facts

What is =ROMAN(40) in Excel?
The Roman numeral for 40 is XL. Bill "MrExcel" Jelen's 40th book was called MrExcel XL.
How about
Excel Formula:
=ROUND(C3/290,2)
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,213,506
Messages
6,114,025
Members
448,543
Latest member
MartinLarkin

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