+ Reply to Thread
Results 1 to 2 of 2

How to multiply a cell with currency format with a cell with time format

  1. #1
    Forum Contributor
    Join Date
    06-11-2008
    MS-Off Ver
    2003
    Posts
    220

    How to multiply a cell with currency format with a cell with time format

    See attached Doc.

    I am trying to work out a total cost. Every minute is charged at £1.56 (cell b4) so i am trying to multiply that with the figure in cell b2 which is 90mins and 6 seconds. So theoreticall it should be 1.56 * 90.1 (as 6 seconds is a tenth of a minute) How could i convert 90mins and 6 seconds into 90.1?!?

    Any suggestions are very much appreciated.

    Many thanks!!!
    Attached Files Attached Files

  2. #2
    Forum Contributor tkowal's Avatar
    Join Date
    11-20-2010
    Location
    Miami, Fl
    MS-Off Ver
    Excel 2010
    Posts
    150

    Re: How to multiply a cell with currency format with a cell with time format

    I am not a formating guru.... but without resorting to coding a UDF the following formula seems to work.

    Try this formula:
    =TEXT(CONVERT(B2,"day","hr")*60*B4,"£#.00")
    Ted
    "Live Long and Prosper"

+ 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