Difference between revisions of "Documentation/How Tos/Calc: SUBSTITUTE function"

From Apache OpenOffice Wiki
Jump to: navigation, search
m
m
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
__NOTOC__
+
{{DISPLAYTITLE:SUBSTITUTE function}}
 +
{{Documentation/CalcFunc TextTOC
 +
|ShowPrevNext=block
 +
|PrevPage=Documentation/How_Tos/Calc:_SEARCH_function
 +
|NextPage=Documentation/How_Tos/Calc:_T_function
 +
}}__NOTOC__
  
 
== SUBSTITUTE ==
 
== SUBSTITUTE ==
Line 20: Line 25:
 
: returns <tt>'''a red and white rose'''</tt>. The second occurrence of <tt>'''red'''</tt> is replaced.
 
: returns <tt>'''a red and white rose'''</tt>. The second occurrence of <tt>'''red'''</tt> is replaced.
  
{{Documentation/SeeAlso|
+
{{SeeAlso|EN|
 
* [[Documentation/How_Tos/Calc: REPLACE function|REPLACE]]
 
* [[Documentation/How_Tos/Calc: REPLACE function|REPLACE]]
 
* [[Documentation/How_Tos/Calc: FIND function|FIND]]
 
* [[Documentation/How_Tos/Calc: FIND function|FIND]]

Latest revision as of 15:40, 2 February 2024



SUBSTITUTE

Substitutes new text for old text in a text string.

Syntax:

SUBSTITUTE(originaltext; oldtext; newtext; which)

In originaltext, removes oldtext, inserts newtext in its place, and returns the result. oldtext and newtext can have different lengths.
which (optional) is a number which specifies which occurrence of oldtext to replace (counting from the left). If omitted, all occurrences are replaced.

Example:

SUBSTITUTE("castle"; "stl"; "v")

returns cave.

SUBSTITUTE("a red red rose"; "red"; "white")

returns a white white rose. All occurrences of red are replaced if which is omitted.

SUBSTITUTE("a red red rose"; "red"; "and white"; 2)

returns a red and white rose. The second occurrence of red is replaced.



See Also
Retrieved from "https://wiki.openoffice.org/w/index.php?title=Documentation/How_Tos/Calc:_SUBSTITUTE_function&oldid=260114"
Views
Personal tools
Navigation
Tools