WGU C268 Study Guide for EXCEL PA questions and answers.pdf, Exams of Biology

WGU C268 Study Guide for EXCEL PA questions and answers.pdf

Typology: Exams

2025/2026

Available from 04/01/2026

tutor-lee-1
tutor-lee-1 🇺🇸

4.3

(3)

11K documents

1 / 18

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
pf3
pf4
pf5
pf8
pf9
pfa
pfd
pfe
pff
pf12

Partial preview of the text

Download WGU C268 Study Guide for EXCEL PA questions and answers.pdf and more Exams Biology in PDF only on Docsity!

WGU C268 Study Guide for EXCEL PA questions and answers 2026 AMORTIZATION 1. Calculate the payment amount for the loan in cell C15. Reference the cells containing the appropriate loan information as the arguments for the function 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 prox results in the monthly interest rate. This | =FIS*C$13/12 formula is reusable. The interest for a given period is always the monthly i interest rate times the balance from the previous period. 3. Copy the Interest amount calcualtion ; down to complete the "interest" column ; Paste down column . of the amortization table. 4. Calculate, in cell E20, the principal ' =C20-D20 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 away that it can be reused to complete the “principal” column of the amortization table. 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 H period 1 (cell E20). This formula is H 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. To verify that the total interest ' calculation from the amortization table | is correct, calculate the total interest paid in cell G14. This is the difference between the Total Amount Paid over the } =G12+C11 the “Job Pay" for that project times the bonus percentage in cell M11. Otherwise "Time Bonus $" is 0. 5. 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. =IF16=True, K16*M$12,0) 6. 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") 7. Use the Vilookup 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) 8. Use the Viookup 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) 9. Use the COUNTIF function to complete the "# of Jobs" column in table : =Countif(B16:D35,G39) 3. Reference the appropriate field in table 1 as your range and the “Employee” names in table 3 as your criteria. 10. Use the SUMIF function to complete the "Total Hours" column in table 3. Reference the appropriate field in table 1 as your range and the "Employee" names in table 3 as your criteria. | =sumif(D$16:D$35, G39, E$16:E$35) 11. Use the SUMIF function to complete the "Total Pay" column in table 3. Reference the "Employee" field in table 1 as your range, the "Employee" names in table 3 as your criteria, and the “Total Pay" field in table 1 as your sum_range. =SUMIF(D$16:D$35,G39,N$16:N$35) 12. Use the COUNTIF function to complete the "# of Touch-ups” column in table 4. Reference the appropriate field in table 2 as your range and the "Difficulty" rating in table 4 as your criteria. =COUNTIF(D$40:D$46,G46) 13. Use the SUMIF function to complete the "Cost Touch-ups" column in table 4. Reference the appropriate field in table 2 as your range and the "Difficulty" rating in table 4 as your criteria. =SUMIF(D$40:D$46,G46,E$40:E$46) 14. Use the AVERAGEIF function to complete the "Average Hours/Job" column in table 4. Reference the appropriate field in table 1 as your range and the "Difficulty" rating in table 4 as your criteria. =AVERAGEIF(G$16:G$35,G46,E$16:E$35) engine to identify the chart for grading, the title must be precisely, "Google Revenue by Business Segment" (without the quotes). inside ends. Then click on format data labels. change it to percentage. 5. Construct a line chart to examine the total annual revenue for Google, Inc. from 2003 to 2010 (use the data in table 2 - range C1919). 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. 6. Add a linear trendline to the "Google Revenue Line " chart. Add chart element and trendline and click on linear. SPENDING 1. Use the LEN function in cell D10 to determine the number of characters in the statement template in cell D9. =LEN(D9) 2. Use the SEARCH function in cell D11 to determine the position of the "#" D9). . | =SEARCH("#",D9) character in the statement template (cell : 3. Use the SEARCH function in cell D12 to determine the position of the "$" D9). | =SEARCH("$",D! character in the statement template (cell : s CH("$",D9) 4. 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 =LEFT(D9,D12) calculated in cell D12 as the "num_char" argument for your function. 5. 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)— adjusted 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) 6. Use the RIGHT function in cell D15 to return the text “on:" from the statement template in cell D9. Use the difference between the length of the statement template (in cell D10) and the location of the "#" character (in cell D11) as the “num_char" argument. =RIGHT(D9,D10-D11) 7. 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) 8. 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) 9 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) 13. Use the CONCAT function (or the CONCATENATE function if you are using Excel 2013 or earlier) to create the "Transaction Statement" in cell K18. The statement in cell K18 should read "I spent $24.06 at merchant #4931 on: 8/1". To make this statement, combine "Statement P1" in cell D13, the "Amount" in cell D18, "Statement P2" in cell D14, the "Merchant ID" in cell C18, "Statement P3" in cell D15, and the "Date" in cell J18. Copy and paste your function down to complete the “Transaction Statement" column of the table. =CONCAT(D$13,D18,D$14,C18,D$15,J18) EVENT PROF 1. In the "Input Analysis" section of the spreadsheet model, calculate the average attendance and sales for each type of product from the past events listed in the "Past Events" worksheet. =AVERAGE('Past Events'!C4:C103) 2. In the "Input Analysis" section of the spreadsheet model, calculate the sample standard deviation for attendance and sales for each type of product from the past events listed on the “Past Events" worksheet. (Note for Excel 2007 users: Excel 2007 does not support a specific function to calculate sample standard deviations. Use the STDEV function instead.) =STDEV.S(‘Past Events'!C4:C103) 3. In the “Input Analysis" section of the spreadsheet model, calculate the 95% confidence interval for the sales for each | type of product. (You will not calculate a confidence interval for attendance.) Use =CONFIDENCE.NORM(0.05,J7,13) the number of events (calculated in cell 13) as part of your calculations. (Note to Excel 2007 users: the CONFIDENCE.NORM function is not supported in Excel 2007. Use the CONFIDENCE function instead.) 4. In the "Input Analysis" section of the spreadsheet model, calculate the correlations between the sales of each type of product and event attendance. Use appropriate ranges from the "Past Event" worksheet for your calculations. Programs=CORREL('Past Events'!C4:C103,'Past Events'!D4:D103) Food=CORREL('Past Events'!C4:C103,'Past Events'!E4:E103) Merchandise=CORREL('Past Events'!C4:C103,'Past Events'!F4:F103) 5. The sales for which product type are most highly correlated with attendance? Select the correct answer from the drop-down list in cell L32. Food 6. In the "Input Analysis" section of the spreadsheet model, calculate a sales forecast for each type of product if expected attendance at the future event is 18000 people. Reference cell 113 (the attendance forecast) for your calculations. Programs=FORECAST(I$13,'Past Events'!D4:D103,'Past Events'!C4:C103)Food=FORECAST(I$13,'Past Events'!E4:E103,'Past Events'!C4:C103)Merchandise=FORECAST(I$1. Events'!F4:F103,'Past Events'!C4:C103) 7. In the "Input Analysis" section of the spreadsheet model, calculate the upper 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=116+J8 Food=J16+K8 Merchandise=K16+L8 for each product type times the commission percentage from the “Model Inputs" section of the model. Merchandise=E15*E5 15. Enter the fixed costs in the model. Reference the appropriate amount for each product type in the "Model Inputs" section. Programs=C6 Food=D6 Merchandise=E6 16. 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) 17. 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-C24 Food=D17-D24 Merchandise=E17-E24 18. 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(C26*C7,0) Food=ROUNDUP(D26*D7,0) Merchandise=ROUNDUP(E26*E7,0) 19. Which product will require the fewest employees? Select the correct answer from the drop-down list in cell L40. Programs 20. 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=C28*C$8 Food=D28*C$8 Merchandise=E28*C$8 21. Complete the "Sales" portion of the “Profit Summary" section of the worksheet by calculating the total sales for all products from the "Gross Profit" section of the model. =SUM(C15:E15) 22. 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) 23. 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) 24. 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) the largest average attendance? Select your answer from the drop-down list in cell J20. 3. Use the event data on the "Past Events" worksheet (range A3:G103) to construct a PivotTable that will calculate the total merchandise sales for events with "Excellent" crowd size. Place the PivotTable on a new worksheet. Use "Type" as a row label and "Crowd Size" as a report filter for the analysis. Rename the new worksheet "PT2" (without the quotes). 1.) Filters- Crowd Size 2.) Rows- Type 3.) Values- Sum of Merchandise 4)Select "Excellent" from filter 4. For only those events with "Excellent" crowd sizes, how much total merchandise revenue was earned? Select the answer closest to your answer from the drop-down list in cell J23. $ 7 Million 5. Use the event data on the “Past Events" worksheet (range A3:G103) to construct a PivotTable to determine what percent of events with "Fair" crowd size were sporting events. 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 "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 6. 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% 7. 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 8. 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% 9. 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 Difference From Type & Concert 10. How much more money from food sales has been generated at concerts than at other events, not including sporting events, for events in the $625,000 sample? Select the answer closest to your answer in the drop-down list in cell } J31. BAKERY 1. Use Solver to calculate the Solver: optimal number of dozens of product to