云叶 發表於 2019-5-29 00:00:00

(视频)表格文本函数:巧用文本函数MIDB 截取指定字符

<b>视频地址1:</b>点击观看<br><br>
<b>视频地址2:</b>点击观看<br><br>
<b>教程难度:</b>初级<br><br>
<b>图文教程:</b><br>
<p><span style="font-family: 微软雅黑, Microsoft YaHei;">返回文本字符串中从指定位置开始的特定数目的字符,该数目由用户指定。此函数用于双字节字符。&nbsp;<br style="margin: 0px; padding: 0px; font-family: Arial, 宋体, Helvetica, sans-serif; font-size: 14px; white-space: normal; background-color: rgb(250, 253, 255);"><br></span></p><p><strong><span style="font-family: 微软雅黑, Microsoft YaHei;">语法</span></strong><span style="font-family: 微软雅黑, Microsoft YaHei;">&nbsp;<br style="margin: 0px; padding: 0px; font-family: Arial, 宋体, Helvetica, sans-serif; font-size: 14px; white-space: normal; background-color: rgb(250, 253, 255);">MIDB(text,start_num,num_bytes)&nbsp;<br style="margin: 0px; padding: 0px; font-family: Arial, 宋体, Helvetica, sans-serif; font-size: 14px; white-space: normal; background-color: rgb(250, 253, 255);">Text 是包含要提取字符的文本字符串。&nbsp;<br style="margin: 0px; padding: 0px; font-family: Arial, 宋体, Helvetica, sans-serif; font-size: 14px; white-space: normal; background-color: rgb(250, 253, 255);">Start_num 是文本中要提取的第一个字符的位置。文本中第一个字符的 start_num 为 1,以此类推。&nbsp;<br style="margin: 0px; padding: 0px; font-family: Arial, 宋体, Helvetica, sans-serif; font-size: 14px; white-space: normal; background-color: rgb(250, 253, 255);">Num_bytes 指定希望 MIDB 从文本中返回字符的个数(按字节)。&nbsp;<br style="margin: 0px; padding: 0px; font-family: Arial, 宋体, Helvetica, sans-serif; font-size: 14px; white-space: normal; background-color: rgb(250, 253, 255);"><br></span></p><p><strong><span style="font-family: 微软雅黑, Microsoft YaHei;">说明</span></strong><span style="font-family: 微软雅黑, Microsoft YaHei;">&nbsp;<br style="margin: 0px; padding: 0px; font-family: Arial, 宋体, Helvetica, sans-serif; font-size: 14px; white-space: normal; background-color: rgb(250, 253, 255);">若 num_bytes 是负数,则 MIDB 返回错误值 #VALUE!。&nbsp;</span></p>
頁: [1]
查看完整版本: (视频)表格文本函数:巧用文本函数MIDB 截取指定字符