+ Reply to Thread
Results 1 to 9 of 9

Tiered Pricing Structure; Array or Index Lookup

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    12-22-2010
    Location
    Rio, Brazil
    MS-Off Ver
    Excel 2010, 2016
    Posts
    209

    Re: Tiered Pricing Structure; Array or Index Lookup

    Following the ideas presented on McGimpsey & Associates website (link in post #3) with small adjustments, try something like this


    A
    B
    C
    D
    E
    F
    G
    H
    I
    J
    K
    L
    1
    From unit
    To unit
    Cost
    Marginal Cost
    Units
    Total Cost
    Units
    Cost
    2
    Tier 1
    1
    1
    33,792
    33,792
    52
    1724,846
    Tier 1
    1
    33,792
    3
    Tier 2
    2
    50
    33,178
    -0,614
    Tier 2
    49
    1625,722
    4
    Tier 3
    51
    500
    32,666
    -0,512
    Tier 3
    2
    65,332
    5
    Tier 4
    501
    1000
    32,051
    -0,615
    Tier 4
    0
    0,000
    6
    Tier 5
    1001
    31,539
    -0,512
    Tier 5
    0
    0,000
    7
    Total
    52
    1724,846
    8


    Formula in E2
    =D2

    Formula in E3 copied down till E6
    =D3-D2

    Put the quantity of units you need in G2 and to calculate the cost insert this formula in H2
    =SUMPRODUCT(--(G2>=$B$2:$B$6),1+G2-$B$2:$B$6,$E$2:$E$6)

    Remark: the gray area, columns J to L, shows another way to achieve the same goal and also has checking purposes.
    Formula in K2 copied down till K6
    =IF(C2="",$G$2-SUM(K$1:K1),MIN($G$2-SUM(K$1:K1),C2-N(C1)))

    Formula in K7
    =SUM(K2:K6)

    Formula in L2 copied down till L6
    =K2*D2

    Formula in L7
    =SUM(L2:L6)

    Hope this helps

    M.
    Marcelo Branco

  2. #2
    Registered User
    Join Date
    10-21-2016
    Location
    CA
    MS-Off Ver
    2013
    Posts
    4

    Re: Tiered Pricing Structure; Array or Index Lookup

    Thanks MLCB! Works perfectly, much thanks!!!

  3. #3
    Forum Contributor
    Join Date
    12-22-2010
    Location
    Rio, Brazil
    MS-Off Ver
    Excel 2010, 2016
    Posts
    209

    Re: Tiered Pricing Structure; Array or Index Lookup

    Quote Originally Posted by beermn540 View Post
    Thanks MLCB! Works perfectly, much thanks!!!
    You are welcome. Glad to help

    M.

+ 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. Advanced Tiered Pricing
    By civik in forum Excel General
    Replies: 6
    Last Post: 11-10-2015, 11:24 AM
  2. [SOLVED] Trying to add tiered pricing to a CSV
    By rbsteve in forum Excel General
    Replies: 8
    Last Post: 07-01-2015, 04:57 AM
  3. Replies: 6
    Last Post: 01-11-2014, 01:47 PM
  4. [SOLVED] Tiered Pricing
    By unpuertomex in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 09-27-2012, 09:32 PM
  5. Tiered pricing
    By jimbojones82 in forum Excel General
    Replies: 1
    Last Post: 07-24-2012, 09:25 AM
  6. Nested IF for tiered pricing structure?
    By ziyal9 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 09-27-2011, 02:25 AM
  7. Tiered Pricing Question
    By tgrant in forum Excel General
    Replies: 4
    Last Post: 12-03-2010, 05:50 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