Excel Sample Test (Conti.)
II. Do calculations
- Calculate the Original Payment of each item
Original Payment = Sale Price per Unit * Quantity
- Calculate the discount of each item.
If quantity is 10 or more, the % of discount will be counted as
Discount = % of discount * Original Payment
Otherwise, there is no discount.
You have to use absolute address concept to drag down your formula.
- Calculate the final payment for each item.
Final Payment = Original Payment - Discount
- Calculate the total for each column.
- Calculate the average for each column.
Rename the sheet as "calculations" and save the
file.
Go to the next page.