How to How to Create Price List with Discount Tiers
Learn to build a professional price list with tiered discounts based on purchase quantities. You'll create a dynamic spreadsheet that automatically calculates discounted prices, helping you manage sales strategies efficiently and present competitive pricing to clients.
Why This Matters
Tiered pricing encourages bulk purchases and increases revenue while maintaining customer satisfaction. A well-organized price list prevents errors and streamlines quoting processes.
Prerequisites
- •Basic Excel navigation and cell formatting skills
- •Understanding of quantities, pricing, and discount percentages
- •Familiarity with basic formulas (addition, multiplication)
Step-by-Step Instructions
Create your data structure
Open Excel and create column headers in row 1: Product Name (A1), Unit Price (B1), Qty 1-10 (C1), Qty 11-25 (D1), Qty 26+ (E1). Format headers using Home > Font > Bold.
Enter product and base price data
List your products in column A starting at A2 and enter corresponding unit prices in column B. Example: Product A in A2, $100 in B2.
Calculate discount tier prices
In cell C2, enter formula =B2*0.95 (5% discount for qty 1-10). In D2, enter =B2*0.90 (10% discount for qty 11-25). In E2, enter =B2*0.85 (15% discount for qty 26+). Adjust percentages as needed.
Copy formulas down for all products
Select cells C2:E2, copy (Ctrl+C), then select the range C2:E[last row]. Paste (Ctrl+V) to apply formulas to all products.
Format and finalize the price list
Select all price columns (B:E), right-click > Format Cells > Number > Currency. Add borders via Home > Borders > All Borders, then print or export as PDF.
Alternative Methods
Use nested IF formulas for dynamic pricing
Create a single column that calculates price based on quantity entered using IF(qty<=10, price*0.95, IF(qty<=25, price*0.90, price*0.85)). This consolidates all discounts in one formula.
Build a VLOOKUP-based discount table
Create a separate discount table (quantity ranges in one column, discount % in another) and use VLOOKUP to reference discount rates. This makes adjusting discounts easier without editing formulas.
Tips & Tricks
- ✓Use consistent discount percentages that increase with quantity to encourage larger orders.
- ✓Add a 'Notes' column for special conditions (seasonal discounts, bulk orders, loyalty discounts).
- ✓Color-code discount tiers using conditional formatting to make the price list visually intuitive.
- ✓Include a separate sheet with discount tier definitions for client clarity.
Pro Tips
- ★Freeze the header row (View > Freeze Panes) so clients can scroll through products while keeping column titles visible.
- ★Add a 'Discount %' column that automatically displays the percentage saved at each tier for transparency.
- ★Use data validation to prevent accidental edits to formulas and protect your price list with sheet protection (Review > Protect Sheet).
- ★Export as PDF with 'Fit to One Page' (File > Print > Settings) for professional client-facing documents.
Troubleshooting
The cell is likely formatted as Text. Select the cell, go to Home > Number Format > General, then press F2 and Enter to recalculate.
Ensure you used absolute references ($B$2) for base price but relative references (C2) for quantity cells. Edit the formula and recheck reference types.
Apply a Table format (Home > Format as Table), then use conditional formatting to highlight discount tiers with subtle color gradients.
Add a 'Custom Quote' section below the main table or create a separate 'Special Pricing' worksheet for one-off negotiations.
Related Excel Formulas
Frequently Asked Questions
Can I create a price list that adjusts discounts based on customer type or loyalty?
How do I update prices across the entire list quickly?
Should I round discounted prices or keep exact calculations?
How do I protect my price list from accidental edits?
Can I export this price list for use in other software?
This was one task. ElyxAI handles hundreds.
Sign up