+ Reply to Thread
Results 1 to 4 of 4

Multiplying to a maximum value

  1. #1
    Registered User
    Join Date
    01-16-2022
    Location
    Perth, WA
    MS-Off Ver
    365
    Posts
    3

    Multiplying to a maximum value

    Hi everyone, I am pretty new to excel formulas and am having difficulty finding the correct formula for the below issue.
    I am trying to create a time sheet so I can keep track of my pay, I want to find them sum of (pay rate) x (hours worked). However I only want the cell to multiply to a max of 7.6 hours, so for example say if I work for $10 an hour and I put down in the hours worked column 12 hours I want it to say my standard pay is $76 and not 120, as I have other columns which I will put my overtime hours into to give me a final total (standard pay + oT etc)
    Any help would be appreciated
    Last edited by MikeDWi; 02-09-2022 at 11:22 AM.

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,982

    Re: Multiplying to a maximum value

    Welcome to the forum.

    Let's say pay rate is in A1 and hours worked in B1.

    In C1:

    =A1*MIN(7.6,B1)
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Registered User
    Join Date
    01-16-2022
    Location
    Perth, WA
    MS-Off Ver
    365
    Posts
    3

    Re: Multiplying to a maximum value

    Thank you so much!!!

  4. #4
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,982

    Re: Multiplying to a maximum value

    You're welcome.

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

    Also, if you have not already done so, you may not be aware that you can thank those who have helped you by clicking the small star icon located in the lower left corner of the post in which the help was given. By doing so you can add to the reputation(s) of all those who offered help.

+ 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. Replies: 7
    Last Post: 10-07-2015, 03:01 PM
  2. [SOLVED] sorting by maximum value and displaying a corresponding text with the maximum value
    By ScottBeatty in forum Excel Formulas & Functions
    Replies: 18
    Last Post: 06-20-2013, 03:11 PM
  3. [SOLVED] Multiplying by -1
    By tinge89 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-07-2013, 06:37 AM
  4. Plot data beyond the maximum as the maximum
    By rodrignj in forum Excel Charting & Pivots
    Replies: 2
    Last Post: 02-07-2013, 04:00 PM
  5. Replies: 1
    Last Post: 11-04-2012, 10:27 AM
  6. Maximum value within a 10 minutes timeframe (conditional maximum)
    By Jimmy T in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 12-15-2011, 09:58 AM
  7. [SOLVED] multiplying
    By gencoglu27 in forum Excel General
    Replies: 2
    Last Post: 09-27-2011, 03:15 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