+ Reply to Thread
Results 1 to 5 of 5

Multiply times with numbers

  1. #1
    Forum Contributor
    Join Date
    04-18-2011
    Location
    Jeddah
    MS-Off Ver
    Excel 2007
    Posts
    362

    Question Multiply times with numbers

    I need a formula please to calculate total payment per hour and minutes as follows:

    1 working hour worth 150, with minimum payment of 450.

    I have total working hours and minutes [h]:mm] in cell A1.

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,810

    Re: Multiply times with numbers

    Put this in B1:

    =MAX(450,150*A1*24)

    Hope this helps.

    Pete

  3. #3
    Forum Contributor
    Join Date
    04-18-2011
    Location
    Jeddah
    MS-Off Ver
    Excel 2007
    Posts
    362

    Re: Multiply times with numbers

    Yes it did, however is there a way please to modify the given formula to reflect zero if the time value in cell A1 is negative value?

  4. #4
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Multiply times with numbers

    Add that to Pete's solution..

    =IF(a1<0,0,MAX(450,150*A1*24))
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  5. #5
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,810

    Re: Multiply times with numbers

    Wow, Ace - that was quick. I came to reply after getting the email notification and saw that you had already done so.

    Pete

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Macro to copy row and multiply by n times
    By mlocy in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 03-21-2013, 10:55 AM
  2. [VBA] Multiply each cell of a column 5 times
    By Eldexoly in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 10-22-2011, 12:26 PM
  3. subtraction of times, convert & multiply by a conditioned rate
    By sanscull in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 05-19-2005, 07:06 PM
  4. how can I multiply a 45-vector times a 45*45 matrix?
    By jortorzor in forum Excel General
    Replies: 2
    Last Post: 03-24-2005, 11:06 AM
  5. Multiply One Column Times Another Summed by Row
    By Mkren911 in forum Excel General
    Replies: 1
    Last Post: 03-03-2005, 08:24 PM

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