WGU C268 SPREADSHEETS EXAM PREP
SOLVED QUESTIONS ACCURATE
ANSWERS PREMIUM REVIEW
◉ 2. Use the SEARCH function in cell D11 to determine the
position of the "#" character in the statement template (cell D9).
Answer: =SEARCH("#",D9)
◉ 3. Use the SEARCH function in cell D12 to determine the
position of the "$" character in the statement template (cell D9).
Answer: =SEARCH("$",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 calculated in cell D12 as the "num_char"
argument for your function.
Answer: =LEFT(D9,D12)
◉ 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.
Answer: =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.
Answer: =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.
Answer: =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.
Answer: =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.
Answer: =HOUR(B18)
◉ 10. 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.
Answer: =MINUTE(B18)
SOLVED QUESTIONS ACCURATE
ANSWERS PREMIUM REVIEW
◉ 2. Use the SEARCH function in cell D11 to determine the
position of the "#" character in the statement template (cell D9).
Answer: =SEARCH("#",D9)
◉ 3. Use the SEARCH function in cell D12 to determine the
position of the "$" character in the statement template (cell D9).
Answer: =SEARCH("$",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 calculated in cell D12 as the "num_char"
argument for your function.
Answer: =LEFT(D9,D12)
◉ 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.
Answer: =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.
Answer: =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.
Answer: =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.
Answer: =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.
Answer: =HOUR(B18)
◉ 10. 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.
Answer: =MINUTE(B18)