Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Document preview thumbnail
Preview 4 out of 36 pages
Exam (elaborations)

WGU C268 Spreadsheets Advanced Prep: Master Financial Modeling & Data Analysis Practice Questions & Detailed Explanations

Document preview thumbnail
Preview 4 out of 36 pages

WGU C268 Spreadsheets Advanced Prep: Master Financial Modeling & Data Analysis Practice Questions & Detailed Explanations

Content preview

,WGU C268 Spreadsheets Advanced Prep:
Master Financial Modeling & Data
Analysis Practice Questions & Detailed
Explanations
Subject: Advanced Excel Financial Modeling, Logical Functions, and Data
Analysis

Question 1: You are constructing a loan amortization table. You have the annual interest rate in
cell C13 and the loan term in years in cell C12. Which of the following formulas correctly
calculates the monthly interest amount for the first period, assuming the initial balance is in cell
F19?

A) =F19 * (C)

B) =F19 * C13 * 12

C) =F19 * (C)

D) =F19 / C

Correct Answer: A) =F19 * (C)

Explanation: To calculate the interest for a single period in an amortization schedule, you must
multiply the outstanding balance by the periodic interest rate. Since the annual rate (C13) is
given and payments are made monthly, you must divide the annual rate by 12 to obtain the
monthly interest rate. Option B incorrectly multiplies by 12, and Option C assumes a daily basis
which is not standard for a monthly amortization schedule.

Question 2: You are using the PMT function to calculate monthly loan payments. The annual
interest rate is 6% (cell C13), the loan term is 5 years (cell C12), and the loan amount is $25,000
(cell C11). Which formula is correct?

A) =PMT(C13, C1212, -C11) B) =PMT(C13/12, C1212, C11)

C) =PMT(C13/12, C12*12, -C11)

D) =PMT(C13, C12, C11)

,Correct Answer: C) =PMT(C13/12, C12*12, -C11)

Explanation: The PMT function syntax is =PMT(rate, nper, pv). The rate must be periodic
(annual/12), the nper (number of periods) must be in months (years12), and the present value
(pv) is typically entered as a negative number to represent a cash outflow for the borrower.
Options A and B fail to handle the pv sign or the periodic rate correctly.*

Question 3: When using the VLOOKUP function with a 'range_lookup' argument of FALSE,
what does Excel specifically search for?

A) The closest value that is less than or equal to the lookup value.

B) The closest value that is greater than or equal to the lookup value.

C) An exact match to the lookup value.

D) The first value in the range, regardless of the lookup value.

Correct Answer: C) An exact match to the lookup value.

Explanation: Setting the range_lookup argument to FALSE (or 0) instructs the VLOOKUP
function to perform an exact match search. If no exact match is found, the function returns an
#N/A error. TRUE allows for an approximate match, which is useful for ranges but not for
unique identifiers like IDs or specific categories.

Question 4: You need to combine three separate cells: Name (A2), Department (B2), and ID
(C2) into a single string in the format "Name - Department - ID". Which formula is most
efficient?

A) =CONCAT(A2, " - ", B2, " - ", C2)

B) =A2 + " - " + B2 + " - " + C2

C) =TEXTJOIN(" - ", FALSE, A2, B2, C2)

D) =CONCATENATE(A2, B2, C2)

Correct Answer: A) =CONCAT(A2, " - ", B2, " - ", C2)

Explanation: The CONCAT function allows for the inclusion of delimiters like " - " directly as
arguments. Option B is incorrect because the plus sign is a mathematical operator in Excel and
cannot be used for string concatenation. Option C is valid but more complex than necessary for
simple concatenation. Option D fails to include the separators.

Question 5: If cell E16 contains the hours worked and C16 contains the estimated hours, which
nested IF function correctly displays "Too Much Time" if hours exceed estimates, "Good Job" if

, they are exactly equal, and "Poor Quality" otherwise (assuming the remaining cases imply
efficiency/under-hours)?

A) =IF(E16>C16, "Too Much Time", IF(E16=C16, "Good Job", "Poor Quality"))

B) =IF(E16<C16, "Good "Poor "Too C)="IF(E16" IF(E16="C16," Job", Much Quality"))
Time",>C16, "Poor Quality", IF(E16=C16, "Good Job", "Too Much Time"))

D) =IF(E16=C16, "Too Much Time", IF(E16>C16, "Good Job", "Poor Quality"))

Correct Answer: A) =IF(E16>C16, "Too Much Time", IF(E16=C16, "Good Job", "Poor
Quality"))

Explanation: This logic follows a standard hierarchical approach: first checking the condition
for "Too Much Time", then the equality condition, and finally returning the default "Poor
Quality" for all other scenarios (where hours worked are less than estimated).

Question 6: Which function should be used to find the starting position of a specific character
(e.g., "$") within a text string located in cell D9? A) FIND(D9, "$")

B) SEARCH("$", D9) C) LOOKUP("$", D9)

D) INDEX(D9, "$")

Correct Answer: B) SEARCH("$", D9)

Explanation: The SEARCH function returns the number of the character at which a specific
character or text string is first found. FIND is also a viable option but is case-sensitive, whereas
SEARCH is not; in standard Excel assessments, SEARCH is typically preferred unless case
sensitivity is explicitly required.

Question 7: You are calculating the total operating expenses. The formula is the sum of salary
expenses (C21), commissions (C22), and fixed costs (C23). Which of the following is the most
robust formula?

A) =C21 + C22 + C23

B) =SUM(C21:C23)

C) =TOTAL(C21, C22, C23)

D) =SUM(C21, C22, C23)

Correct Answer: D) =SUM(C21, C22, C23)

Document information

Uploaded on
July 10, 2026
Number of pages
36
Written in
2025/2026
Type
Exam (elaborations)
Contains
Questions & answers
$21.99

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Sold
1
Followers
1
Items
722
Last sold
1 month ago


Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions