Multiplying Minutes by a Number then a Currency Value

Dazzybeeguy

Board Regular
Joined
Jan 6, 2022
Messages
72
Office Version
  1. 365
  2. 2010
Platform
  1. Windows
Can anyone let me know how best to do the following.

If I have say 45 minutes displayed in a cell (A1) I want to multiply that by say 1000 (in cell B1) and display answer in hours, then multiply that by an hourly rate of say £15 (Cell C1)

How should I format cells A1 & B1 etc

Thanks
 

Excel Facts

How to create a cell-sized chart?
Tiny charts, called Sparklines, were added to Excel 2010. Look for Sparklines on the Insert tab.
It is going to depend on what you have in A1. Is it just a number of minutes entered (eg 45) or is it a time value version of minute entered eg hh:mm / 00:45.
You also need to take into account at what point you want the figures to be rounded eg when converting to hours, after multiplying by the rate OR both.

Book1
ABCD
10:45750.0015.0011,250.00
2[h]:mmNumeric 2 decimalsNumeric or currency 2 decimalsNumeric or currency 2 decimals
3=b*c
Sheet1
Cell Formulas
RangeFormula
B1B1=A1*24*1000
D1D1=ROUND(B1*C1,2)
 
Upvote 0
Solution

Forum statistics

Threads
1,214,875
Messages
6,122,037
Members
449,062
Latest member
mike575

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