100% found this document useful (2 votes)
8K views

Cleaning and Manipulating Text - Test Your Skills - Coursera

This document describes an Excel assessment involving cleaning and manipulating text. The assessment contains 12 multiple choice questions testing skills like generating full names with formulas, extracting parts of strings, cleaning up names, and more. Correct answers are provided after each question along with a confirmation if the answer is right or wrong. The assessment covers using functions like PROPER, CONCAT, LEFT, FIND, SUBSTITUTE and more to manipulate text within Excel.

Uploaded by

nguyenvandong
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (2 votes)
8K views

Cleaning and Manipulating Text - Test Your Skills - Coursera

This document describes an Excel assessment involving cleaning and manipulating text. The assessment contains 12 multiple choice questions testing skills like generating full names with formulas, extracting parts of strings, cleaning up names, and more. Correct answers are provided after each question along with a confirmation if the answer is right or wrong. The assessment covers using functions like PROPER, CONCAT, LEFT, FIND, SUBSTITUTE and more to manipulate text within Excel.

Uploaded by

nguyenvandong
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 7

11/01/2022, 13:12 Cleaning and manipulating text: Test your skills | Coursera

Cleaning and manipulating text: Test your skills


Latest Submission Grade 100%

1. To do this assessment you should download this Excel workbook, follow the instructions, 1 / 1 point
and answer the questions.

C1W1 Assessment
XLSX File
Download file

In column D we need a formula to generate the full name.

Which of the following formulas would return the result Tina DE SIATO in cell D23?

Correct
Correct!

2. If we type the formula in cell D4: =PROPER(C4x" "xB4) to achieve the intended result of 1 / 1 point
Question 1 above, what character is required to replace x?

https://www.coursera.org/learn/excel-data-analysis-fundamentals/exam/9ClL6/cleaning-and-manipulating-text-test-your-skills/view-attempt 1/7
11/01/2022, 13:12 Cleaning and manipulating text: Test your skills | Coursera

&

Correct
Yes, the & operator can be used to join text together.

3. If we wanted to change the formula in D4 to return Stevie BACATA, which of the following 1 / 1 point
formulas would achieve this?

Correct
Yes, that is correct.

4. If we entered the calculation =PROPER(CONCAT(C4," ",UPPER(B4))) in D4, what result 1 / 1 point


would it return?

https://www.coursera.org/learn/excel-data-analysis-fundamentals/exam/9ClL6/cleaning-and-manipulating-text-test-your-skills/view-attempt 2/7
11/01/2022, 13:12 Cleaning and manipulating text: Test your skills | Coursera

Correct
Correct.

5. Fill in the Email column. The format for the email addresses is First Name, a ".", Last 1 / 1 point
Name, followed by @pushpin.com. It should all be in lower case. For example, Stevie
Bacata's email address is [email protected].

Which of these formulas would create the email addresses correctly? Multiple options may
be correct.

Correct
Yes, you can use the & operator to join text.

https://www.coursera.org/learn/excel-data-analysis-fundamentals/exam/9ClL6/cleaning-and-manipulating-text-test-your-skills/view-attempt 3/7
11/01/2022, 13:12 Cleaning and manipulating text: Test your skills | Coursera

6. The Location field contains the 2-digit floor number followed by a hyphen, then the wing 1 / 1 point
followed by a space and then the four-digit extension. We need to split them up so that they
are easier to access. For example, 02-West 2635 means Floor 02, West Wing, Extension
2635. Which function should we use to extract the floor number?

LEFT

FIND

SPLIT

CONCAT

Correct
yes, that is correct.

7. Which formula could we use to return the extension number (the last four digits in column K) 1 / 1 point
for each staff member?

Correct
Yes, that is correct

8. 1 / 1 point
https://www.coursera.org/learn/excel-data-analysis-fundamentals/exam/9ClL6/cleaning-and-manipulating-text-test-your-skills/view-attempt 4/7
11/01/2022, 13:12 Cleaning and manipulating text: Test your skills | Coursera

We would like just the first letter of North or West to indicate the wing in column N. Which
formula will give the desired result?

Correct
Correct!

9. Since the wings are West and North, which have different numbers of characters, we 1 / 1 point
cannot hard code the number 4. We will need to use a formula that changes with the wing.

What would be the result of the formula: =FIND(" ",K23)?

Correct

10. We would like to return the full word of the wing. What formula will give the desired result? 1 / 1 point

https://www.coursera.org/learn/excel-data-analysis-fundamentals/exam/9ClL6/cleaning-and-manipulating-text-test-your-skills/view-attempt 5/7
11/01/2022, 13:12 Cleaning and manipulating text: Test your skills | Coursera

Correct
yes, that is correct

11. There are a few names that need to be cleaned up. Bob Decker (row 22) has an unusual 1 / 1 point
character at the end of his name. What is the code for this character?

Correct

12. Which function or functions could you use to remove this unwanted character? 1 / 1 point

CLEAN

Correct
Yes, CLEAN will remove this character.

UNICODE

TRIM

https://www.coursera.org/learn/excel-data-analysis-fundamentals/exam/9ClL6/cleaning-and-manipulating-text-test-your-skills/view-attempt 6/7
11/01/2022, 13:12 Cleaning and manipulating text: Test your skills | Coursera

SUBSTITUTE

Correct
Yes, you can use SUBSTITUTE to remove this character.

https://www.coursera.org/learn/excel-data-analysis-fundamentals/exam/9ClL6/cleaning-and-manipulating-text-test-your-skills/view-attempt 7/7

You might also like