Replace Formula in Microsoft excel
REPLACE
Check below example and try to use in excel in real time for
better understanding
Blue text start with "=" is the formula we used
REPLACE FORMULA |
What Does It Do ?
This function replaces a portion of text with a new piece of text.
You need to specify where the replacement should start, how many characters to remove and what the new replacement text should be.
Syntax
=REPLACE(OriginalText,StartPosition,NumberOfCharactersToReplace,NewText)
Formatting
No special formatting is
needed.
Comments
Post a Comment