Cost per min formula

mr_m_cox

New Member
Joined
Sep 4, 2013
Messages
10
Hi All,
I have a call costs spreadsheet that shows me call cost and call duration. How can I work out the cost per min of that call?

I have duration in column G and cost in Column H

Duration shown as xx:xx:xx
Cost shown as £xx.xx

Thanks all.
 

Excel Facts

Last used cell?
Press Ctrl+End to move to what Excel thinks is the last used cell.
divide by 60? We need to know the actual format of the Duration. Is it HH:MM:SS hour, minute, second and how is that cell formatted? General? Text? Time? Thanks
 
Upvote 0
so, that will be p/min

=H1*100/(G1*24*60) or

£/min

=H1/(G1*24*60)
 
Last edited:
Upvote 0
Hi,

Thanks for the help.
Using the £/min formula against a duration of 00:53:31 and cost of 94.19 its returning 18:14:25 in the formula cell? Wrong formatting?
Thanks.
 
Upvote 0
your formula cell is formatted as date/time, change it to number format should work


Excel 2013/2016
GHI
100:53:3194.191.76
Sheet1
Cell Formulas
RangeFormula
I1=H1/(G1*24*60)
 
Last edited:
Upvote 0
your formula cell is formatted as date/time, change it to number format should work

Excel 2013/2016
GHI
100:53:3194.191.76

<colgroup><col style="width: 25pxpx"><col><col><col></colgroup><thead>
</thead><tbody>
</tbody>
Sheet1

Worksheet Formulas
CellFormula
I1=H1/(G1*24*60)

<thead>
</thead><tbody>
</tbody>

<tbody>
</tbody>

Your a star, thanks @AlanY
 
Upvote 0

Forum statistics

Threads
1,215,049
Messages
6,122,864
Members
449,097
Latest member
dbomb1414

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