Tiered promotion

drmisha

New Member
Joined
Jan 18, 2018
Messages
2
Hi!
I'm designing a new promotion and i'm thinking how to determine the quantity for each tier as well as how to determine what tiers i should create?

e.g.

Tier 1 = 1 to 5 units purchase = 2x bonus points
Tier 2 = 6 to 50 units purchase = 5 x bonus points
Tier 3 = 51 units and above = 10 x bonus points

Anyone has any idea how to determine the number of units per tier, as well as the "points" to give out per tier?

Thanks very much in advance!
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
try this in B1
with units purchased in A1

=LOOKUP(A1,{0;6;51},{2;5;10})
 
Upvote 0
try this in B1
with units purchased in A1

=LOOKUP(A1,{0;6;51},{2;5;10})

Thanks Alan. very helpful for calculating outcome of this promotion...
However, i'm wondering how to do data analytics to determine the tiering as well as the bonus points to be given out before the start of the promotion...?
 
Upvote 0
is this what you're after?

=LOOKUP(A1,{0;6;51},{"Tier 1";"Tier 2";"Tier 3"})
 
Upvote 0

Forum statistics

Threads
1,223,164
Messages
6,170,444
Members
452,326
Latest member
johnshaji

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top