Table of Contents
The SUBSTITUTE function in Google Sheets is a useful tool for replacing specific text within a cell or range of cells with new text. This function allows users to easily make changes to their data without manually editing each cell individually. By specifying the text to be replaced, the new text, and the cell or range to be affected, the SUBSTITUTE function can efficiently make multiple replacements in one simple step. This can save time and effort when working with large amounts of data. Additionally, the SUBSTITUTE function can also be combined with other functions, such as FIND and REPLACE, to create even more powerful data manipulation tools. Overall, the SUBSTITUTE function in Google Sheets is a valuable tool for efficiently managing and editing data.
SUBSTITUTE
Replaces existing text with new text in a string.
Sample Usage
SUBSTITUTE("search for it","search for","Google")
SUBSTITUTE(A2,"new york","New York")
SUBSTITUTE("January 2, 2012",2,3,1)
Syntax
SUBSTITUTE(text_to_search, search_for, replace_with, [occurrence_number])
text_to_search– The text within which to search and replace.search_for– The string to search for withintext_to_search.search_forwill match parts of words as well as whole words; therefore a search for"vent"will also replace text within"eventual".
replace_with– The string that will replacesearch_for.occurrence_number– [ OPTIONAL ] – The instance ofsearch_forwithintext_to_searchto replace withreplace_with. By default, all occurrences ofsearch_forare replaced; however, ifoccurrence_numberis specified, only the indicated instance ofsearch_foris replaced.
Notes
SUBSTITUTEcan be used to replace one or all instances of a string withintext_to_search. It cannot be used to replace multiple, but not all instances within a single call.- This function returns text as the output. If a number is desired, try using the
VALUEfunction in conjunction with this function.
See Also
TEXT: Converts a number into text according to a specified format.
REPLACE: Replaces part of a text string with a different text string.
Examples
[wpcc-iframe height=”300″ src=”https://docs.google.com/spreadsheet/pub?key=0As3tAuweYU9QdDhrejJicnZQWS1ud1lhREoxajRpdnc&output=html” width=”500″]
Cite this article
stats writer (2024). How can I use the SUBSTITUTE function in Google Sheets?. PSYCHOLOGICAL SCALES. Retrieved from https://scales.arabpsychology.com/stats/how-can-i-use-the-substitute-function-in-google-sheets/
stats writer. "How can I use the SUBSTITUTE function in Google Sheets?." PSYCHOLOGICAL SCALES, 1 Jul. 2024, https://scales.arabpsychology.com/stats/how-can-i-use-the-substitute-function-in-google-sheets/.
stats writer. "How can I use the SUBSTITUTE function in Google Sheets?." PSYCHOLOGICAL SCALES, 2024. https://scales.arabpsychology.com/stats/how-can-i-use-the-substitute-function-in-google-sheets/.
stats writer (2024) 'How can I use the SUBSTITUTE function in Google Sheets?', PSYCHOLOGICAL SCALES. Available at: https://scales.arabpsychology.com/stats/how-can-i-use-the-substitute-function-in-google-sheets/.
[1] stats writer, "How can I use the SUBSTITUTE function in Google Sheets?," PSYCHOLOGICAL SCALES, vol. X, no. Y, ص Z-Z, July, 2024.
stats writer. How can I use the SUBSTITUTE function in Google Sheets?. PSYCHOLOGICAL SCALES. 2024;vol(issue):pages.

Comments are closed.