WGU C268 Study Guide for EXCEL PA, Exams of Computer Science

WGU C268 Study Guide for EXCEL PA

Typology: Exams

2025/2026

Available from 06/30/2026

hesigrader002
hesigrader002 🇺🇸

4.1

(43)

7.7K documents

1 / 10

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
1 / 10
WGU C268 Study Guide for EXCEL PA
1.
Calculate the payment amount for the loan in cell C15. Reference the cells containing
the appropriate loan information as the arguments for the func-tion you use. Cells C20-
C67 in the "Payment" column are populated with the
payment amount from cell C15.:
=PMT(C13/12,C12,C11)
2.
Calculate, in cell D20, the interest amount for period 1 by multiplying the balance in
period 0 (cell F19) by the loan interest rate (cell C13) divided by
12. Dividing the interest rate by 12 results in the monthly interest rate. This formula is
reusable. The interest for a given period is always the monthly interest rate times the
balance from the previous period.
f:
=F19*C$13/12
3. Copy the Interest amount calculation down to complete the "interest" col-umn of
the amortization table.:
Paste down column .
4.
Calculate, in cell E20, the principal amount for period 1. The principal amount is the
difference between the payment amount (cell C20) and the interest amount (cell D20) for
period 1. Construct your formula in such a way that it can be reused to complete the
"principal" column of the amortization
table.: =C20-D20
5. Copy the principal amount calculation down to complete the "principal"
column of
the amortization table.: Copy and paste down.
6.
Calculate, in cell F20, the balance for period 1. The balance is the difference between
the balance for period 0 (cell F19) and the principal amount for
period 1 (cell E20). This
formula is reusable. The balance is always calculated as
the difference between the balance
from the previous period and the principal amount for the current period.:
=F19-E20
7. Copy the balance amount calculation down to complete the balance column of the
amortization table.: Copy and paste down.
8.
Calculate, in cell G12, the total amount paid by multiplying the payment amount
(cell C15) by the term of the loan (cell C12).:
=C15*C12
9.
Calculate the total interest paid in cell G13. The total interest paid is the sum of
all interest paid in the "Interest" column of the amortization table.-
:
=SUM(D20:D67)
10.
Check to see if the total interest calculation in the amortization table is
correct. The total interest paid is also equal to the difference between the total amount
paid over the course of the loan and the original loan amount. Insert
a formula into cell
G14 to calculate the difference between the total amount paid and the original loan
amount. Notice the negative sign associated with
the original loan amount. This value
should equal the total interest calculated using the amortization table.: =G12+C11
11.
Assume you have made the first 36 payments on your loan. You want to trade
the car in for a new car. You believe that you can sell your car for $4000. Will this cover
pf3
pf4
pf5
pf8
pf9
pfa

Partial preview of the text

Download WGU C268 Study Guide for EXCEL PA and more Exams Computer Science in PDF only on Docsity!

WGU C268 Study Guide for EXCEL PA

1. Calculate the payment amount for the loan in cell C15. Reference the cells containing

the appropriate loan information as the arguments for the func-tion you use. Cells C20- C67 in the "Payment" column are populated with the payment amount from cell C15.: =PMT(C13/12,C12,C11)

2. Calculate, in cell D20, the interest amount for period 1 by multiplying the balance in

period 0 (cell F19) by the loan interest rate (cell C13) divided by

  1. Dividing the interest rate by 12 results in the monthly interest rate. This formula is reusable. The interest for a given period is always the monthly interest rate times the balance from the previous period. f: =F19*C$13/

3. Copy the Interest amount calculation down to complete the "interest" col-umn of

the amortization table.: Paste down column.

4. Calculate, in cell E20, the principal amount for period 1. The principal amount is the

difference between the payment amount (cell C20) and the interest amount (cell D20) for period 1. Construct your formula in such a way that it can be reused to complete the "principal" column of the amortization table.: =C20-D

5. Copy the principal amount calculation down to complete the "principal" column of

the amortization table.: Copy and paste down.

6. Calculate, in cell F20, the balance for period 1. The balance is the difference between

the balance for period 0 (cell F19) and the principal amount for period 1 (cell E20). This formula is reusable. The balance is always calculated as the difference between the balance from the previous period and the principal amount for the current period.: =F19-E

7. Copy the balance amount calculation down to complete the balance column of the

amortization table.: Copy and paste down.

8. Calculate, in cell G12, the total amount paid by multiplying the payment amount

(cell C15) by the term of the loan (cell C12).: =C15*C

9. Calculate the total interest paid in cell G13. The total interest paid is the sum of

all interest paid in the "Interest" column of the amortization table.- : =SUM(D20:D67)

10. Check to see if the total interest calculation in the amortization table is

correct. The total interest paid is also equal to the difference between the total amount paid over the course of the loan and the original loan amount. Insert a formula into cell G14 to calculate the difference between the total amount paid and the original loan amount. Notice the negative sign associated with the original loan amount. This value should equal the total interest calculated using the amortization table.: =G12+C

11. Assume you have made the first 36 payments on your loan. You want to trade

the car in for a new car. You believe that you can sell your car for $4000. Will this cover

the balance remaining on the car in period 36? Answer either "Yes" or "No" in cell G from the drop-down menu.: No

12. Use the HLOOKUP function to complete the "Hourly Wage" column of table

1. Use the "Employee" column of table 1 as the lookup_value and the "Em-ployee Wage

Information" above table 1 as your reference table.: =HLOOKUP(D16, E$11:H$12, 2,False)

13. Use the AND function to complete the "Time Bonus?" column of table 1. An

employee earns a time bonus if the project's "Hours Worked" are fewer than the "Estimated Hours" and if the work "Quality" is greater than 1.: - =AND(E161)

14. Use the OR function to complete the "Outcome Bonus?" column of table 1. An

employee earns an outcome bonus if the difficulty of a job is greater than 3 or if the quality of their work is equal to 3.: =OR(G16>3,H16=3)

15. Use the IF function to complete the "Time Bonus $" column of table 1. If an

employee earns a time bonus (i.e., the corresponding cell in the "Time Bonus?" column is TRUE), then "Time Bonus $" is the "Job Pay" for that project times the bonus percentage in cell M11. Otherwise "Time Bonus $" is 0.: =IF(I16=True, K16*M$11,0)

16. Use the IF function to complete the "Outcome Bonus $" column of table 1. If an

employee earns an outcome bonus (i.e., the corresponding cell in the "Outcome Bonus?" column is TRUE), then "Outcome Bonus $" is the "Job Pay" for that project times the outcome bonus percentage in cell M12; otherwise, "Outcome Bonus $" is 0.: =IF(J16=True, K16*M$12,0)

17. Use the IF function to complete the "Comments" column of table 1. Display

"Good Job" if both the "Hours Worked" are less than or equal to the "Estimated Hours" for a project and the assessed "Quality" of that project is greater than 1. Display "Too Much Time" if the "Hours Worked" on a project exceed the "Estimated Hours" for that project; otherwise, display "Poor Quality.": - =IF(AND(E16<=C16, H16>1) , "Good Job", IF(E16>C16,"Too Much Time","Poor Quality"))

18. Use the Vlookup Function to complete the "employee" column of table

2. Use "job Id" from table 2 as your lookup_value(s) and table 1 as your reference.:

=vlookup(B40,B$16:D$35,3)

19. Use the Vlookup function to complete the "difficulty" column of Table 2. Again

use "job ID" from table 2 as the lookup_value(s) and table 1 as the reference table.: =Vlookup(B40,B$16:H$35,6)

20. Use the Countif function to complete the #of Jobs, column in table 3. Ref-erence

the "employee" names in table three as your criteria.: =Countif(B16:D35,G39)

21. Use the SUMIF function to complete the "total hours" column in table 1 as

your range and the "employee" names in table three as your criteria.: - =sumif(D$16:D$35, G39, E$16:E$35)

22. Use the SUMIF function to complete the "Total Pay" column in table 3.

30. Construct a line chart to examine the total annual revenue for Google, Inc.

from 2003 to 2010 (use the data in table 2 - range C19:J19). Format the chart with the title on top "Google Revenue Line" and the years across the

horizontal axis. Do not include a legend. Note: in order for the grading engine to identify the chart for grading, the title must be precisely, "Google Revenue Line" (without the quotes).: Drag from C19:J19 and click on quick analysis. Select on line graph. Click on the numbers and then click on select data. Change the name to the dates of Table 1 =Google!$C$7:$J$7.

31. Add a linear trendline to the "Google Revenue Line " chart.: Add chart element and

trendline and click on linear.

32. Use the LEN function in cell D10 to determine the number of characters in the

statement template in cell D9.: =LEN(D9)

33. Use the SEARCH function in cell D11 to determine the position of the "#"

character in the statement template (cell D9).: =SEARCH("#",D9)

34. Use the SEARCH function in cell D12 to determine the position of the "$"

character in the statement template (cell D9).: =SEARCH("$",D9)

35. Use the LEFT function in cell D13 to return the text "I spent $" from the

statement template in cell D9. Refer to the location of the "$" character you cal-culated in cell D12 as the "num_char" argument for your function.: =LEFT(D9,D12)

36. Use the MID function in cell D14 to return the text "at merchant #" from the

statement template in cell D9. Refer to the location of the "$" (in cell D12)—ad-justed by adding 1—as the "start_num" argument. Use the difference between the location of the "#" character (in cell D11) and the "$" character (in cell D12) as the "num_char" argument.: =MID(D9,D12+1,D11-D12)

37. Use the RIGHT function in cell D15 to return the text "on:" from the state-ment

template in cell D9. Use the difference between the length of the state-ment template (in cell D10) and the location of the "#" character (in cell D11) as the "num_char" argument.: =RIGHT(D9,D10-D11)

38. Use the MONTH function in cell E18 to calculate the month portion of the "Time

Stamp" in cell B18. Copy and paste your function down to complete the "Month" column of the table.: =MONTH(B18)

39. Use the DAY function in cell F18 to calculate the day portion of the "Time Stamp"

in cell B18. Copy and paste your function down to complete the "Day" column of the table.: =DAY(B18)

40. Use the HOUR function in cell G18 to calculate the hour portion of the "Time Stamp"

in cell B18. Copy and paste your function down to complete the "Hour" column of the table.: =HOUR(B18)

41. Use the MINUTE function in cell H18 to calculate the minute portion of the "Time

Stamp" in cell B18. Copy and paste your function down to complete the "Minute" column of the table.: =MINUTE(B18)

42. Use the SECOND function in cell I18 to calculate the second portion of the "Time

Stamp" in cell B18. Copy and paste your function down to complete the "Second" column of the table.: =SECOND(B18)

limit for your sales forecast for each type of product if expected atten-dance at the future event is 18000 people. Reference the confidence interval you created for your calculation.: Programs=I16+J Food=J16+K Merchandise=K16+L

52. In the "Input Analysis" section of the spreadsheet model, calculate the low-er

limit for your sales forecast for each type of product if expected attendance at the future event is 18000 people. Reference the confidence interval you created for your calculation.: Programs=I16-J Food=J16-K Merchandise=K16-L

53. How likely is it that food sales would exceed $220,000 if attendance is 18,

people? Select the correct answer from the drop-down list in cell L35.v: <5% chance

54. In the "Event Profitability Analysis" section of the model, enter the projected sales

for each product type for this event by referencing your sales forecast from the "Input Analysis" section of the model.: Programs=I Food=J16 Merchandise=K

55. Calculate the cost of goods sold (COGS) for each product. The COGS is calculated

as the sales for each product type times the COGS percentage from the "Model Inputs" section of the model for that product type.term-55: Pro-grams=C15C Food=D15D Merchandise=E15*E

56. Calculate the gross profit for each product. The gross profit is calculated as the

sales minus the COGS for each product.: Programs=C15-C Food=D15-D Merchandise=E15-E

57. Which product generates the largest gross profit? Select the correct answer from

the drop-down list in cell L38.: Merchandise

58. Calculate the commissions paid for each product type. The commissions paid

are calculated as the expected sales for each product type times the commission percentage from the "Model Inputs" section of the model.: Pro-grams=C15C Food=D15D Merchandise=E15*E

59. Enter the fixed costs in the model. Reference the appropriate amount for each

product type in the "Model Inputs" section.: Programs=C Food=D6 Merchandise=E

60. Calculate the total operating expenses for each product type. This is the sum of

salary expenses (yet to be calculated), commissions, and the fixed costs for each product type.: Programs=SUM(C21,C22,C23) Food==SUM(D21,D22,D23)

Merchandise= =SUM(E21,E22,E23)

61. Calculate the profit before the arena fee for each product type. This is the gross

profit minus the total operating expenses for each type of product, including the salary expenses (yet to be calculated).: Programs=C17-C Food=D17-D Merchandise=E17-E

62. Calculate the number of employees that are needed to work the event for each

type of product. This is calculated as the profit before the arena fee for each type of product, times the employees (% of expected profit) for each product type from the "Model Inputs" section of the worksheet. Because you cannot hire a fraction of an employee, round your calculations up to the next whole number.: Programs=ROUNDUP(C26C7,0) Food=ROUNDUP(D26D7,0) Merchandise=ROUNDUP(E26*E7,0)

63. Which product will require the fewest employees? Select the correct answer from

the drop-down list in cell L40.: Programs

64. Calculate the salary expenses for each product type. This is calculated as the

number of employees needed for each product type times the salary (per employee) in the "Model Inputs" section. (Employees make the same salary despite the product type.) This will create a circular reference in your worksheet. You will need to change the options in Excel to appropriately account for the circular reference.: File -> Options -> Formulas Under calculation options check the option to "Enable iterative calculation Programs=C28C$ Food=D28C$ Merchandise=E28*C$

65. Complete the "Sales" portion of the "Profit Summary" section of the work-sheet

by calculating the total sales for all products from the "Gross Profit" section of the model.: =SUM(C15:E15)

66. Complete the "Gross Profit" portion of the "Profit Summary" section of the

worksheet by totaling the gross profit for all products from the "Gross Profit" section of the model.: =SUM(C17:E17)

67. Complete the "Total Operating Expenses" portion of the "Profit Summary"

section of the worksheet by calculating the total operating expenses for all products from the "Operating Expenses" section of the model.: =SUM(C24:E24)

68. Complete the "Profit before Arena Fee" portion of the 'Profit Summary"

section of the worksheet by calculating the total profit before the arena fee for all products from the "Operating Expenses" section of the model.: =SUM(C26:E26)

69. Complete the "Arena Fee" portion of the "Profit Summary" section of the model by

referencing the arena fee from the "Model Inputs" section of the worksheet.: =C

10 / 10 PivotTable. Rename the new worksheet "PT3" (without the quotes).: 1.) Columns- Crowd Size

2.) Rows- Type

3.) Values- Event Summarize Values By Count, Show Value As % of Show as average

78. What percent of events with "Fair" crowd sizes were sporting events? Select the

answer closest to your answer from the drop-down list in cell J26.: 51%

79. Use the event data on the "Past Events" worksheet (range A3:G103) to construct

a PivotTable to determine what percent of all concerts had a crowd size of "Excellent." Place the PivotTable on a new worksheet. Use "Type" as a row label, "Crowd Size" as a column label, and an appropriate presentation of "Event" as the "Values" field for the PivotTable. Rename the new worksheet "PT4" (without the quotes).: 1.) Columns- Crowd Size

2.) Rows- Type

3.) Values- Summarize Values By Count, Show Value As % of Row Total

80. What percent of all concerts had a crowd size of "Excellent"? Select the

answer closest to your answer in the drop-down list in cell J2.: 19%

81. Use the event data on the "Past Events" worksheet (range A3:G103) to construct

a PivotTable to show the differences in Total Food Sales for each Type of Event from the Total Food Sales for the Other Events type. Place the PivotTable on a new worksheet. Use "Type" as a row label and an appropriate presentation of "Food" as the "Values" field for the PivotTable. Rename the new worksheet "PT5" (without the quotes).: 1.) Rows- Type 2.) Values- Summarize Values By Sum, Show Values As Ditterence From Type & Concert

82. How much more money from food sales has been generated at concerts than

at other events, not including sporting events, for events in the sample? Select the answer closest to your answer in the drop-down list in cell J31.: - $625,

83. Use Solver to calculate the optimal number of dozens of product to make. Be

sure to save your work.: Solver:

1.) Set Objective: Profit ($F$15)

2.) To: Max

3.) By Changing Variable Cells:Produced (C$14:F$14)4.)Constraints: C$14:F$14 <= C$15:F$15 (Cannot produce more

than demanded), C$14:F$14 = integer (Must make whole donuts), C$14:F$14 >= 12 (Complete Dozen), C$30:C$35<=D$30:D$35 (What is used cannot be more than what is available)