CLEAN function
Summary
Removes all nonprintable characters from text
Syntax
CLEAN(text)
The CLEAN function syntax has the following arguments:
• Text Required. Any worksheet information from which you want to remove nonprintable characters.
• Text Required. Any worksheet information from which you want to remove nonprintable characters.
Example
=CHAR(9)&"Monthly report"&CHAR(10)
=CLEAN(A2)
=CLEAN(A2)