+ Reply to Thread
Results 1 to 4 of 4

Calculating a cost from hh:mm:ss

  1. #1
    Registered User
    Join Date
    04-11-2007
    Posts
    15

    Calculating a cost from hh:mm:ss

    I use excel to manage phone bills I get from my supplier. The duration of the call is given as the following (hh:mm:ss) ie 00:10:52 I need to be able to work out the cost of this call with a formula. Say for example the call costs 10p per minute. Is there an easy formula to use

  2. #2
    Forum Expert sweep's Avatar
    Join Date
    04-03-2007
    Location
    Great Sankey, Warrington, UK
    MS-Off Ver
    2003 / 2007 / 2010 / 2016 / 365
    Posts
    3,444
    Hi,

    You can use =(HOUR(A1)*60)+MINUTE(A1)+(SECOND(A1)/60) to resolve into minutes, but you'll have to format the cell to general number format.

    HTH

    Dave

  3. #3
    Forum Contributor
    Join Date
    03-14-2006
    Location
    Pakistan
    Posts
    1,791

    Lightbulb

    Quote Originally Posted by mattandrew
    I use excel to manage phone bills I get from my supplier. The duration of the call is given as the following (hh:mm:ss) ie 00:10:52 I need to be able to work out the cost of this call with a formula. Say for example the call costs 10p per minute. Is there an easy formula to use
    to calculate total cost of call

    =((HOUR(A1)*60)+MINUTE(A1)+(SECOND(A1)/60))*0.1
    format should be general.

  4. #4
    Forum Expert
    Join Date
    09-09-2005
    Location
    England
    MS-Off Ver
    2007
    Posts
    1,500
    if the cell is formated hh:mm:ss

    =0.1*a1*24

    Regards

    Dav

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1