我有这种格式的字符串WORVS/000017/0005
。
我想在/
. 我只想要000017
这个字符串,而且我还有另一列必须连接到它。
我需要一个相同的公式。
我有这种格式的字符串WORVS/000017/0005
。
我想在/
. 我只想要000017
这个字符串,而且我还有另一列必须连接到它。
我需要一个相同的公式。
创建一个公式并添加以下代码。
Split (dbfield,"/")[2]
Have an eye to this solution, Its Simple, Splitting "Full Name" into First and Last , keeping, Excluding Last name and returning First Name part. Splitting String