Recall & Review
beginner
What does the TRIM function do in Excel?
TRIM removes all extra spaces from text except for single spaces between words. It helps clean up text that has extra spaces at the start, end, or between words.
Click to reveal answer
beginner
What is the purpose of the CLEAN function in Excel?
CLEAN removes non-printable characters from text. These characters can cause problems when copying data from other sources like websites or PDFs.
Click to reveal answer
intermediate
How would you use TRIM and CLEAN together in a formula?
You can use CLEAN first to remove non-printable characters, then TRIM to remove extra spaces. For example:
=TRIM(CLEAN(A1)) cleans the text in cell A1.Click to reveal answer
beginner
True or False: TRIM removes all spaces from text.
False. TRIM removes extra spaces but keeps single spaces between words intact.
Click to reveal answer
beginner
Why might you need to use CLEAN on data copied from a website?
Data copied from websites often contains hidden non-printable characters that can cause errors or display issues. CLEAN removes these characters to make the text usable.
Click to reveal answer
What does the TRIM function remove from text?
✗ Incorrect
TRIM removes extra spaces but keeps single spaces between words.
Which function removes non-printable characters from text?
✗ Incorrect
CLEAN removes non-printable characters that can cause issues in text.
What is the correct formula to remove non-printable characters and extra spaces from cell A1?
✗ Incorrect
Use CLEAN first to remove non-printable characters, then TRIM to remove extra spaces.
If a text has spaces only at the start and end, what will TRIM do?
✗ Incorrect
TRIM removes spaces at the start and end, and extra spaces between words.
Why is it useful to use CLEAN on data copied from PDFs?
✗ Incorrect
PDFs often add hidden characters that CLEAN removes for better data use.
Explain how and why you would use TRIM and CLEAN together on messy text data.
Think about cleaning text copied from websites or documents.
You got /4 concepts.
Describe the difference between what TRIM and CLEAN functions do in Excel.
One deals with spaces, the other with hidden characters.
You got /3 concepts.