反馈已提交
网络繁忙
Grammar
SUBSTITUTE(text, old_text, new_text, instance_num)
Substitutes new_text for old_text in a text string.
Parameter 1
text
Text string
Parameter 2
old_text
Old text string you want to replace
Parameter 3
new_text
New text string with which you want to replace old_text
Parameter 4
instance_num
Specifies which instance of old_text you want to replace.
The SUBSTITUTE function is used to replace specific text in a text string.
The REPLACE function is used to replace any text in a specific location in a text string.
Parameters 1, 2, and 3 can be of any type, and Parameter 4 is of the numeric type (that can be defaulted).
For example, if you want to replace Cold in the Product name column with Flu, enter the formula SUBSTITUTE(Product name, "Cold", "Flu"), as shown in the following figure.
More examples:
フィードバック
鼠标选中内容,快速反馈问题
鼠标选中存在疑惑的内容,即可快速反馈问题,我们将会跟进处理。
不再提示
10s后关闭