+ Reply to Thread
Results 1 to 14 of 14

Trying to finalize consignment calculator with tiered rates

Hybrid View

  1. #1
    Spammer
    Join Date
    10-23-2012
    Location
    Adelaide, Australia
    MS-Off Ver
    Excel 2003, Office 365
    Posts
    1,237

    Re: Trying to finalize consignment calculator with tiered rates

    I would do this by making a few simple adjustments to your sheet and using a few helper columns.
    Helper columns just break up a complex formula into smaller bits and makes it easier to understand and debug.
    Helper columns can be hidden of course

    In P9 use formula =MAX(IF($A$9:$A$18<=N9,$A$9:$A$18)) (Note this is an array formula and MUST be entered by pressing Ctrl+Shift+Enter) - This gives you your price bracket
    In Q9 use formula =VLOOKUP($P9,$A$9:$G$17,6,0) - This gives you your Payout percentage
    In R9 use formula =VLOOKUP($P9,$A$9:$G$17,7,0) - This gives you any adjustments

    Copy these down as far as you need and hide the columns

    Then in O9 use formula =IF($Q9>1,$Q9,$Q9*$N9+$R9) and drag down.

    I'll leave it to you to sum the payout and multiply it by the quantity (if you want that) and put any headings etc. for the adjustment.

    Something like the attached
    Attached Files Attached Files
    Last edited by Croweater; 11-17-2022 at 02:02 AM.

+ 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. Tiered Water Rates Calculation
    By wglenn13 in forum Excel General
    Replies: 8
    Last Post: 01-31-2020, 11:48 AM
  2. Tiered Formula for Pricing Rates
    By jweavs1994 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-25-2016, 04:44 PM
  3. Sumproduct tiered rates
    By nickmangan in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 09-01-2015, 07:02 AM
  4. Formula for Tiered fee rates
    By sbigelow26 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 04-09-2015, 06:22 PM
  5. Tiered tax rates
    By BenVH in forum Excel General
    Replies: 7
    Last Post: 08-17-2011, 08:06 PM
  6. Expense S/S with tiered rates and minimums
    By arhurdaly in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 12-03-2007, 11:33 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