Closed Thread
Results 1 to 2 of 2

Calculate a quantity rebate

Hybrid View

  1. #1
    Sige
    Guest

    Calculate a quantity rebate

    Hi there,

    I would like to calculate the discount or penalty.
    Do you have an elegant way?

    A simplified "Discount" table:
    >From To Discount

    1 1 1000 lumpsum penalty
    2 50 500 lumpsum penalty
    51 100 250 lumpsum penalty
    101 150 0
    151 200 -1% discount on Turnover
    201 250 -2%
    251 ... -3%
    ....
    100.000 999.999 -5%

    If my volume is in a certain bracket I need to calculate a percentage
    on the turnover if it is worth a discount or return the lumpsum
    penalty.

    Thanks for your insights,
    Sige


  2. #2
    Sige
    Guest

    Re: Calculate a quantity rebate

    My solution looks like:

    =IF(LOOKUP(B2;Rebates)<0;LOOKUP(B2;Rebates)*A2;LOOKUP(B2;Rebates))


Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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