+ Reply to Thread
Results 1 to 4 of 4

Threshold Formulas - i need a formula to use across 4 thresholds

  1. #1
    Registered User
    Join Date
    08-31-2014
    Location
    London
    MS-Off Ver
    2013
    Posts
    21

    Threshold Formulas - i need a formula to use across 4 thresholds

    Hi. I am currently stuck at the moment to work out a formula to return me back the right levels

    I have asset levels which I need to return back the asset number.

    Below is my table


    Fee Levels
    $0 - $100m 3
    100m+ to 1bn 4
    1bn+ to 10bn 6
    10bn + 8

    If my asset level is $1m, then in column B I expect to return $1m, column C/D/E will be 0

    With this formula if the asset level is $120m, then I expect the formula will return $100,000 column B, $20m column C & C & E is 0

    Basically im trying to look for the right formula to use in cell B2, C2, D2 & E2

    file attached - this is so challenging so hope someone can see what I am trying to do
    Attached Files Attached Files

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

    Re: Threshold Formulas - i need a formula to use across 4 thresholds

    Administrative Note:

    Members will tailor the solutions they offer to the version of Office (Excel) that you have. Please check that your forum profile is up-to-date in this respect. If you aren't sure, in Excel go to File | Account and report what it says below the MS logo at the top of that page. If your version is for Mac, please also state this. Thanks.
    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. It's a universal courtesy.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    NB:
    as a Moderator, I never accept friendship requests.
    Forum Rules (updated August 2023): please read them here.

  3. #3
    Registered User
    Join Date
    08-31-2014
    Location
    London
    MS-Off Ver
    2013
    Posts
    21

    Re: Threshold Formulas - i need a formula to use across 4 thresholds

    Hi Algiw thank you bit i am not sure what I need do do?

  4. #4
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    30,671

    Re: Threshold Formulas - i need a formula to use across 4 thresholds

    In C3

    =MIN($B3,10^8)

    in D3

    =MIN($B3,10^9)-SUM($C9:C9)

    in E3

    =MIN($B3,10^10)-SUM($C9:D9)

    in F3

    =$B3-SUM($C9:E9)
    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

+ 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: 1
    Last Post: 11-30-2016, 08:02 PM
  2. [SOLVED] Formula to calculate value based on % thresholds
    By JimmyA in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-22-2014, 03:04 PM
  3. Formula for a Payment Scale at Different Thresholds
    By lorber123 in forum Excel General
    Replies: 1
    Last Post: 09-23-2014, 01:48 PM
  4. [SOLVED] Formula that will change an amount based on a cell meeting certain thresholds
    By arkadd61 in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 10-17-2013, 06:16 PM
  5. Formula help for metrics with different thresholds - very difficult problem
    By smckenna in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-27-2012, 09:17 PM
  6. Replies: 7
    Last Post: 01-06-2011, 07:52 PM
  7. Replies: 1
    Last Post: 10-17-2009, 08:59 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