【发布时间】:2014-09-02 13:18:19
【问题描述】:
我正在尝试从 excel 中的字符串中删除一个字符。如何从指定字符串中删除第一个和最后一个字符?在 excel 表中,我在每一列中都有数据。一些以 $$ 字符开始和结束的测试,我只需要从字符串中删除第一个字符 ($) 和最后一个字符 ($)。
示例:单元格 1:
$$hello world$$. World is beautiful. $$where there is will there is a way.$$ money makes many things.
应该代表:
$hello world$. World is beautiful. $where there is will there is a way. $money makes many things$.
谢谢大家
【问题讨论】:
-
选择要删除 $$ 叹息的所有单元格。点击
CTRL+HKEY,然后将$$替换为$..
标签: excel excel-formula