Base
Commission
Instead of
To obtain two lines within a single cell, type the data you want to appear on the first line, then press alt enter (this will cause the next data entered to appear on the next line).
Data must properly formatted. Where contains currency, it must be appropriately formatted. To format a cell, click format, cells, number tab, etc.
Obtain all of the fixed data for this lab from the template file provided. This will save considerable time. Use Firefox, not Internet Explorer to download the file. Right click on the template link and save the file. Double click on it to open it.
Your name should go in A2. Even though you have downloaded the file, you must fill in your name.
The heading products should be in A3. It should be size 12 and in italics.
Column headings should appear in row 4. They should be bold.
The product data should appear in A5 through D9. Column E Rows 5 through 9 should contain a formula to calculate the gross profit for the associated item. For example, the gross profit for an item should be equal to the sale price minus the cost. For Laser printer:
Once you write the formula for the laser printer, all you have to do is drag it through the remainder of the sale items.
The sales data for each sales person for each sale item is provided in the template file.
Row 19 should contain formulas for the total number of items sold for each item. You must write the formula. It is best to use the sum built-in function. The sum function will take a cell range as a parameter and return the sum of the cells in the range:
Row 20 should contain the total gross revenue for each item sold. The formula is made up of the total in row 19 times the sale price in column B. For example, the formula for the gross revenue for laser printers would be:
=b19*b5
Row 21 should contain the gross profit. The Gross profit consists of the number sold times the gross profit. For example, the formula for the gross profit for laser printers would be:
=b19*e5
G20 should have the total gross revenue. G21 should have the total gross profit. Both of these totals should appear in bold. Use the sum function.
A22 is a title for the next section.
This section contains the commission. Row 22 column A should conain the label Commission in bold. Row 23 should contain the following labels: Sales Person, Laser Printers, Inkjet Printers, Impact Printes, Ful-Size PC, and Notebook PC.Lines 24 through 29 should contain the commission data for each sales person. Each cell should contain a formula for calculating the commission for the given sales person for the given sale item. For example, the commission for Benjamin Frnaklin Pierce for Laser Printers:
Note: The commission for laser printers, inkjet printers,
and impact printers is exactly as described above. The commission for full-size
PC's and notebook PC's changes based on the number sold. The more sold,
the higher the commission. The rules:
The format of the if function:
You must use the if function in your formula to make these calculations.
Also, you must use $D$8+2.5% and $D$9+4% rather than hardcoding in a value.
This is important because if you want to change the base commission assumptions,
you only have to make a change in one place instead of anywhere you may
have used it.
if (test_value, true_value,false_value)
iftemplate.xlsx is an example that illustrates the use of the if function. It is similar to the formulas you must write for full size and notebook PC's.
Remember, you must appropriately use relative and absolute addressing for formula copying.
Column G must contain the total commission for each sales person. Row 30 must contain the total commission for each sale item. G30 should contain the total commission. Row 30 column A should be labeled Totals in bold. The Total commission in G30 sould also be bold.
Create a Word document answering the following questions:
Submit your work for Parts 1 and 2 via D2L. This is due by 11:59 p.m.
This page is maintained by Barbara Bracken
Last Modified 12/31/2021
This page is copyright protected © by Barbara Bracken