↧
Substitution of Strings
Excel’s SUBSTITUTE function allows us to substitute part of a string with another part: SUBSTITUTE(String,”Old Text”,”New Text”,occurrence”) Where: • String is the string that we are working with •...
View ArticleData Cleansing
A useful method when performing data cleansing is simply “Find and Replace”. Working example: From the toolbar select Edit > Replace… (or press CTRL + H) Enter the find and replace characters (the...
View ArticleUsing SUBSTITUTE to switch words
So a common request is switching text, so instead of “The day is Monday” we would switch “Monday” => “Tuesday” so it would ready “The day is Tuesday”. There are two functions that come up,...
View Article