Excel 2019 In Practice – Ch 2 Independent Project 2-4
Excel 2019 In Practice – Ch 2 Independent Project 2-4
Need this assignment completed in the form of an Excel document
The instructions and start file are attached.
Commission
s
Central Sierra Insurance | Bonus | ||||||||||||||||||
ID | Last Name | First Name | Branch | Bonus Rate | Total | ||||||||||||||
101 | Lingle | Bob | Cameron Park | $15,000 | |||||||||||||||
102 | McCartney | Lanita | Folsom | $12,000 | |||||||||||||||
103 | Santos | Eleesha | $5,500 | ||||||||||||||||
104 | Baxter | Roy | Granite Bay | $4,500 | |||||||||||||||
105 | Alaro | Jennifer | $3,000 | ||||||||||||||||
115 | Chan | Tami | |||||||||||||||||
117 | Althouse | Charlene | $4,700 | ||||||||||||||||
119 | Taylor | Juan | $4,000 | ||||||||||||||||
120 | Reza | Wayne | |||||||||||||||||
125 | Nevens | Cheryl | |||||||||||||||||
Branch Totals | |||||||||||||||||||
Family Day
Family Day Community Fundraiser | ||||||
Source | Goal | Amount | Goal Reached? |
|||
Raffle tickets | $750 | |||||
Walk/run pledge | $225 | |||||
Cash donation | $725 | |||||
Candy sales | $450 | |||||
Pedometer sales | ||||||
$275 | ||||||
$325 | ||||||
$215 | ||||||
$350 | ||||||
$825 | ||||||
$900 | ||||||
$1,000 |
Tables
$6,000 | $9,000 | |||
1.50% | 1.75% | 1.90% | 2.25% | 2.50% |
$300 | ||||
$500 | ||||
$250 |
() Print Info
Student Name: Gullickson, Finn
Student ID: D41122036
Username: D41122036
Excel 2019 In Practice – Ch 2 Independent
Project 2-4
COURSE NAME BIS155 SEP20 Master | Data Analysis with Spreadsheets with Lab – 11964
Start Date: 08/29/2011:59 PMUS/Mountain
Due Date: 09/06/2011:59 PMUS/Mountain
End Date: 10/25/2011:59 PMUS/Mountain
Independent Project 2-4
Central Sierra Insurance (CSI) sets bonus percentages based on commissions earned by each agent and calculates
totals by branch office. This workbook also tracks fundraising efforts of employees for a community event.
[Student Learning Outcomes 2.1, 2.2, 2.3, 2.5, 2.6, 2.7]
File Needed: CentralSierra-02.xlsx (Available from the Start File link.)
Completed Project File Name: [your name]-CentralSierra-02.xlsx
Skills Covered in This Project
Create, copy, and edit formulas.
Name cell ranges.
Set mathematical order of operations.
Set cell references to be absolute.
Use the NOW function.
Use HLOOKUP and VLOOKUP
Use the SUMIF function.
Build an IF function.
1. Open the start file CentralSierra-02.xlsx workbook. If the workbook opens in Protected View, click the Enable
Editing button so you can modify it. The file will be renamed automatically to include your name. Change the project
file name if directed to do so by your instructor, and save it.
NOTE: If group titles are not visible on your Ribbon in Excel for Mac, click the Excel menu and select Preferences to
open the Excel Preferences dialog box. Click the View button and check the Group Titles check box under In Ribbon,
Show. Close the Excel Preferences dialog box.
2. Select the Tables sheet, select cells A6:B10, and create range names using the Create from Selection button
[Formulas tab, Defined Names group].
3. Select cells B1:F2 and click the Name box. Name the selection H_Rates. Note that the first row is arranged in
ascending order.
4. Create an HLOOKUP function to display the bonus rate.
a. Click the Commissions sheet tab and select cell F5.
SIMnet – Excel 2019 In Practice – Ch 2 Independent Project 2-4 https://devry.simnetonline.com/sp/embed/#pr/5573827
1 of 4 10/22/20, 10:43 PM
Figure 2-100 HLOOKUP function to display bonus
b. Start the HLOOKUP function and use cell E5 as the lookup_value.
c. For the table_array argument, use the H_Rates range.
d. Use the second row for the row_index_num argument (Figure 2-100).
5. Format the results as Percent
Style with two decimal places.
6. Copy the formula in cell F5 to
cells F6:F14.
7. Set order of operations to
calculate total earnings.
a. Select cell G5.
b. Build a formula to add the
commissions amount (E5) to
the commissions amount
times the rate (F5*E5).
c. Copy the formula in cell
G5 to cells G6:G14.
8. Create and copy a SUMIF function to calculate total earnings by branch office.
a. Select cell E18.
b. Start the SUMIF function with cells $D$5:$D$14 as the Range argument.
c. Set the Criteria argument as a relative reference to cell C18.
d. Select cells G5:G14 for the Sum_range argument and make the references absolute.
e. Copy the formula in cell E18 to cells E19:E20 without formatting to preserve borders.
f. Format cells E18:E21 as Currency.
9. Total the earnings in cell E21.
10. Create and format the current date.
a. Select cell G23 and insert the NOW function.
b. Select cell G23 and click the Number drop-down list, and select More Number Formats. On the Number tab,
select the Date category.
c. Scroll the Type list to find the date that displays the month spelled out, the date, a comma, and a four-digit
year (Figure 2-101).
d. Click OK. Press fn+Ctrl+Left Arrow or fn+Cmd+Left Arrow.
11. Create and copy a VLOOKUP function to display goals for each funding source.
a. Click the Family Day sheet tab and select cell F6.
b. Start the VLOOKUP function and use cell E6 as the lookup_value.
c. Click the Tables sheet tab for the table_array argument and use cells $A$6:$B$10. The data is sorted by the
first column in ascending order.
d. Use the second column as the col_index_num The range_lookup argument is empty.
e. Copy the formula in cell F6 to cells F7:F20 without formatting to preserve the fill color.
f. Format cells F6:F20 as Currency with no decimal places.
SIMnet – Excel 2019 In Practice – Ch 2 Independent Project 2-4 https://devry.simnetonline.com/sp/embed/#pr/5573827
2 of 4 10/22/20, 10:43 PM
Figure 2-101 Date format selected
12. Create and copy an IF function.
a. Select cell H6 and start an IF
b. Type a logical_argument to determine if cell G6 is
greater than or equal to (>=) cell F6.
c. Type Yes as the Value_if_true argument and No as
the Value_if_false argument.
d. Copy the formula in cell H6 to cells H7:H20 without
formatting to maintain the fill color.
e. Center align cells H6:H20.
f. Press fn+Ctrl+Left Arrow or fn+Cmd+Left Arrow.
13. Insert a new sheet at the end of the tab names and
paste the range names starting in cell A1. AutoFit columns
A:B and name the worksheet as Range Names.
14. Save and close the workbook (Figure 2-102).
Figure 2-102 Excel 2-4 completed
SIMnet – Excel 2019 In Practice – Ch 2 Independent Project 2-4 https://devry.simnetonline.com/sp/embed/#pr/5573827
3 of 4 10/22/20, 10:43 PM
15. Upload and save your project file.
16. Submit project for grading.
SIMnet – Excel 2019 In Practice – Ch 2 Independent Project 2-4 https://devry.simnetonline.com/sp/embed/#pr/5573827
4 of 4 10/22/20, 10:43 PM