Complex Formular
For this challenge, you are going to work with another invoice like the one in our
example. In the invoice, you will find the amount of tax for the order, the order's
total, and the order's total if you were given a 10% discount.
Catering Invoice
Sabrosa Empanadas & More
1202 Biscayne Bay Drive Invoice #: 6710A
Orlando, FL 32804 Date: 10/15/16
MENU ITEM UNIT PRICE QUANTITY LINE TOTAL
Empanadas: Buffalo Chicken $2.98 20 $59.60
Empanadas: Braised Short Rib $2.98 30 $89.40
Empanadas: Fig and Goat Cheese $3.75 25 $93.75
Sides: Black beans and rice $1.98 40 $79.20
TAX
TOTAL
TOTAL AFTER DISCOUNT:
1. In cell D7, create a formula that calculates the tax for the invoice. Use a
sales tax rate of 7.5%.
2. In cell D8, create a formula that finds the total for the order. In other words,
this formula should add cells D3:D7.
3. In cell D9 create a formula that calculates the total after a 10% discount. If
you need help understanding how to take a percentage off of a total, check
out our lesson on Discounts, Markdowns, and Sales.
When you're finished, your spreadsheet should look like this: