Excellence
Prerequisites
- Microsoft® Windows®
- Microsoft® Excel® 2010 or later
- Compliance in the Cloud's Excellence add-in
REMOVE
The REMOVE function is used to remove characters from a text value.
REMOVE(text, remove_text)
- text
-
- A text value.
- A pointer to a cell containing the text value.
- remove_text
-
- A text value containing the characters to remove.
- A pointer to a cell containing a text value containing the characters to remove.
None
None
=REMOVE("Hello","el") will output "Ho"