+ Reply to Thread
Results 1 to 5 of 5

Formula for tiered value

  1. #1
    Registered User
    Join Date
    02-02-2017
    Location
    Vancouver, BC
    MS-Off Ver
    MS Office 2010
    Posts
    3

    Formula for tiered value

    I'm new to the forum and would really appreciate some help with working out a formula for tiered values. Specifically, I have two accounts that have different tiered values and what I need is when a value is entered for account A, it uses the tiers for this account and the residual moves to Account B and uses the appropriate tier value. It's difficult to explain this in words so I've attached an excel sheet.

    I realized how convoluted the thread looked after posting so I've attached an excel spreadsheet with scenarios and explanation at each tier.
    This is just three scenarios but the formula’s need to cover all possibilities when a value is entered for Account A and B. I’ve been trying to work on this for a week and can’t nail it down to a formula for each tier. Hoping someone here can solve this mystery!

    Thanks in advance!
    Attached Files Attached Files
    Last edited by saliwalido; 02-02-2017 at 04:39 PM.

  2. #2
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Formula for tiered value

    Try these:

    D11: =MAX(0,$B$5-D4)
    D12: =IF(D16>0,MIN(D10-D11,$B12),MIN(D10-D11,$B12-(D4-$B$5)))
    D13: =IF(D10-D17-D16<$B13,D10-D17-D16,$B13)
    D14:=IF(D10-D18-D17-D16<$B14,D10-D18-D17-D16,$B14)
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  3. #3
    Registered User
    Join Date
    02-02-2017
    Location
    Vancouver, BC
    MS-Off Ver
    MS Office 2010
    Posts
    3

    Re: Formula for tiered value

    Thanks Jerry!! I just tested your solution and it seems to have worked. I think you mean the following though because I had no values in D18, D17, D16.
    =MAX(0,$B$5-D4)
    =IF(D11>0,MIN(D10-D11,$B12),MIN(D10-D11,$B12-(D4-$B$5)))
    =IF(D10-D12-D11<$B13,D10-D12-D11,$B13)
    =IF(D10-D13-D12-D11<$B14,D10-D13-D12-D11,$B14)

    One more question, what should I enter for the formula in D15 when D10 = 600 (for example).

  4. #4
    Registered User
    Join Date
    02-02-2017
    Location
    Vancouver, BC
    MS-Off Ver
    MS Office 2010
    Posts
    3

    Re: Formula for tiered value

    Hi Jerry, I think I figured out the formula in D15:
    =IF(D10-D13-D12-D11-D14>0,D10-D13-D12-D11-D14,0)

    Do you agree?

  5. #5
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Formula for tiered value

    For that last one maybe just this:

    =MAX(D10-D13-D12-D11-D14,0)

+ 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] Formula for tiered pricing
    By Unkilj in forum Excel Formulas & Functions
    Replies: 17
    Last Post: 06-22-2017, 01:19 AM
  2. [SOLVED] Tiered Bonus Formula
    By gbahmad in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 11-21-2016, 04:52 PM
  3. Tiered discounts Formula
    By aleksandrasl in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 08-25-2016, 02:19 AM
  4. [SOLVED] Tiered Fee Formula Help
    By FinanceGQ in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 06-18-2016, 01:05 PM
  5. Tiered bonus formula
    By Dark_Legion in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-30-2015, 09:41 PM
  6. [SOLVED] Formula for tiered pricing
    By riaface in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-16-2014, 12:38 PM
  7. Formula for tiered percentages
    By cjrhoads in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 10-25-2013, 01:42 AM

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