logo
excelfunctions.org
bookmarks

CLEAN

Removes all nonprintable characters from text.

TextBeginner EssentialsMost UsedText Cleaning

What it does

Removes non-printable characters from text.

Syntax

CLEAN(text)

Arguments

  • text(text) β€” Text to clean.

Examples

Remove line breaks

Clean text that contains a line break.

FORMULA
=CLEAN(A2)
RESULT
HelloWorld
SAMPLE DATA
A
1Text
2Hello World
3No issues