From dfd62949ec17400e2673cbbe884b6eec8175a1fb Mon Sep 17 00:00:00 2001 From: Vineet Kumar <105196561+djbravo12@users.noreply.github.com> Date: Sat, 10 Aug 2024 04:51:50 +0530 Subject: [PATCH] Add content to excel functions (#6435) * Update replace--substitute@dke_pySrqYZZ7K3rprnIT.md * Update src/data/roadmaps/data-analyst/content/replace--substitute@dke_pySrqYZZ7K3rprnIT.md --------- Co-authored-by: Kamran Ahmed --- .../replace--substitute@dke_pySrqYZZ7K3rprnIT.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/data/roadmaps/data-analyst/content/replace--substitute@dke_pySrqYZZ7K3rprnIT.md b/src/data/roadmaps/data-analyst/content/replace--substitute@dke_pySrqYZZ7K3rprnIT.md index 9c59cb98e..6ff262270 100644 --- a/src/data/roadmaps/data-analyst/content/replace--substitute@dke_pySrqYZZ7K3rprnIT.md +++ b/src/data/roadmaps/data-analyst/content/replace--substitute@dke_pySrqYZZ7K3rprnIT.md @@ -1 +1,12 @@ -# REPLACE / SUBSTITUTE \ No newline at end of file +# REPLACE / SUBSTITUTE + +In Microsoft Excel, the REPLACE and SUBSTITUTE functions are powerful tools used for modifying text data within cells. Both functions serve to alter text but are utilized in different scenarios based on the nature of the changes needed. + +The SUBSTITUTE function is used to replace occurrences of a specified substring with a new substring. It allows for replacing text based on matching characters rather than position, making it ideal for altering specific instances of text within a string. + +The REPLACE function is used to replace part of a text string with another text string, based on its position within the original text. It is particularly useful when you need to replace a specific segment of text with new text, starting at a designated position. + +Learn more from the following resources: + +- [@article@Replace Function](https://support.microsoft.com/en-us/office/replace-function-6acf209b-01b7-4078-b4b8-e0a4ef67d181) +- [@article@Substitute Function](https://support.microsoft.com/en-us/office/substitute-function-6434944e-a904-4336-a9b0-1e58df3bc332)