Public Schedule Face-to-Face & Online Instructor-Led Training - View dates & book

STL - Formerly Best Training Solutions Through Learning
TrustPilot
Excellent
Request Callback We will call you back
0207 987 3777 Call for assistance
Your Basket Basket is empty
how produce tiered discount

Forum home » Delegate support and help forum » Microsoft Excel Training and help » How to produce a tiered discount schedule

How to produce a tiered discount schedule

ResolvedVersion 2007

Ryan has attended:
Project Intro Intermediate course
Excel Intermediate course
Excel Advanced course

How to produce a tiered discount schedule

This is based on a spend brackets (i.e. 0-100;101-200;201-300 et...)

Discounts of 5,10,15% etc...

RE: how to produce a tiered discount schedule

Hi Ryan,

Thank you for your question and welcome to the forum.

Cell F4 represents the value entered which then returns the corresponding percentage. You keep nesting IF's until you only have one possible answer left and then use it.

You could try this formula which is known as a nested IF:

=IF(F4<=100,5%,IF(F4<=200,10%,IF(F4<=300,15%,20%))). There is a limit of 64 ifs.

Another approach might be to use the Index and Match functions to return appropriate values as well. You should look into these functions. Please have a look at the link below:

http://www.contextures.com/xlFunctions03.html

I hope this answers your question.

Regards

Simon

Tue 28 Aug 2012: Automatically marked as resolved.

Excel tip:

Edit and format multiple worksheets in one operation

To select two or more non-adjacent worksheets, click on the tab of each worksheet, while holding down the [CTRL] key.
To select two or more adjacent worksheets, click on the tab of the first worksheet and then on the tab of the last worksheet, while holding down the [SHIFT] key.
Enter or modify your data and apply the necessary formatting options to the sheet that's displayed

View all Excel hints and tips

Connect with us:

0207 987 3777

Call for assistance

Request Callback

We will call you back

Server loaded in 0.1 secs.