Download
Description | Size | Download |
---|---|---|
The template works with both the Microsoft Store edition and the desktop edition of the app. Make sure you have installed one of them. How to use:
| 428 KB | Download |
License: Private Use (not for distribution or resale). See our Terms of Use.
Detail
This template implements a drop-down list for you to choose a price level when creating invoices.
This template is based on the Five Price Levels (c5009).
With c5009, you specify multiple prices (5, to be specific) for each product. On creating an invoice, all the prices are loaded and shown on the invoice form (outside the printable section). Once you specify the price level for the current customer, it uses an Excel formula to pick up the applied price. The formula looks like this:
=IF(ISERROR(CHOOSE(oknDiscountRate,oknDiscountPriceA_1,oknDiscountPriceB_1, oknDiscountPriceC_1,oknDiscountPriceD_1,oknDiscountPriceE_1)),0, (CHOOSE(oknDiscountRate,oknDiscountPriceA_1,oknDiscountPriceB_1, oknDiscountPriceC_1,oknDiscountPriceD_1,oknDiscountPriceE_1)))
As you can see, the applied price is chosen according to the value of "oknDiscountRate". The value of "oknDiscountRate" could be any value from 1 to 5.
This approach works but could be improved. In this template, we'll make "oknDiscountRate" a drop-down list.
Here are the brief steps to follow:
- Switch to design mode.
- Click to select the "oknDiscountRate" cell.
- Go to the Excel "Data" ribbon tab.
- Click "Data Validation" in the "Data Tools" command group and then choose "Data Validation..."
- From the "Allow" list, choose "List".
- In the "Source" section, enter "1, 2, 3, 4, 5" (without quotes).
- Click "OK" to create the drop-down list.
- Exit design mode.
- Save the template.
Format and Specification
Template# | c5113 |
Belongs to | |
Format (XLS or XLSX) | .xlsx |
Columns | 5 |
Lines | 30 |
Line Height (Points) | 13.50 |
Print Area | $H$3:$O$57 |
Papaer Orientation | Portrait |
Default Margins (Points) | |
Left | 18.00 |
Right | 18.00 |
Top | 73.70 |
Bottom | 73.70 |
Price | Free |