+ Reply to Thread
Results 1 to 5 of 5

Formula help please - Min & Max outcome

  1. #1
    Registered User
    Join Date
    06-06-2016
    Location
    London, England
    MS-Off Ver
    2013
    Posts
    6

    Formula help please - Min & Max outcome

    Hi,

    I need a formula that will return a number based on the following:

    anything over 160 but less than 300 multiplied by 7.5% (so if I have 250 the answer would be (250-160)*7.5% = 6.75) and 350 would give 10.5 (140*7.5%) where 140 is the difference between the max and min figures

    I was trying to do it with an if sum but can't make it work :-(
    Last edited by Zohanigan; 09-05-2019 at 05:43 PM.

  2. #2
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.83 for Mac MS 365
    Posts
    8,480

    Re: Formula help please - Min & Max outcome

    let's say you have your value in A2, then try this... =IF(AND(A2>=160,A2<=300),(A2-160)*0.075,IF(A2>300,(300-160)*0.075,""))
    if I understood your request correctly.
    Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
    Sam Capricci

  3. #3
    Registered User
    Join Date
    06-06-2016
    Location
    London, England
    MS-Off Ver
    2013
    Posts
    6

    Re: Formula help please - Min & Max outcome

    Thats brilliant - perfect! thank you :-)

  4. #4
    Registered User
    Join Date
    06-06-2016
    Location
    London, England
    MS-Off Ver
    2013
    Posts
    6

    Re: Formula help please - Min & Max outcome

    Hi Sam are you able to help me again? It's a tiered commission scheme - I can get each tier but can't get the total to work with =IF...
    Commission table

    Billing 54,059.00 comms 12,467.05
    tiers
    band 1 - 5,000.00 5% 250.00
    band 2 5,001.00 15,000.00 15% 1,499.85
    band 3 15,001.00 25,000.00 20% 1,999.80
    band 4 25,001.00 30%


    5,000.00 250.00
    9,999.00 1,499.85
    9,999.00 1,999.80
    29,058.00 8,717.40

    12,467.05

  5. #5
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.83 for Mac MS 365
    Posts
    8,480

    Re: Formula help please - Min & Max outcome

    You should probably open a new post for that. I’m not always on the site and it will get the attention that it needs.

+ 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] If 2 cells = outcome formula
    By K-Linerz in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-07-2018, 06:12 AM
  2. [SOLVED] Odd outcome with Formula
    By SpartanCollege in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 12-14-2015, 06:41 PM
  3. [SOLVED] maximum outcome in formula
    By BROEA in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-24-2015, 08:44 AM
  4. [SOLVED] Outcome of a formula as value for a variable
    By rpinxt in forum Excel Programming / VBA / Macros
    Replies: 12
    Last Post: 11-20-2014, 11:32 AM
  5. [SOLVED] Tripple outcome formula
    By tbenge05 in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 03-21-2014, 11:48 AM
  6. Incorrect formula outcome
    By leonidas in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 07-27-2006, 09:25 AM
  7. format the outcome of a formula
    By tinester in forum Excel General
    Replies: 3
    Last Post: 04-12-2006, 03:10 PM

Tags for this Thread

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