Extracting the sheet name from a formula
从公式中提取工作表名称
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Extracts the sheet name from a formula of the form <SHEET_NAME>!<CELL_ADDRESS>
提取工作表名称从公式的形式<SHEET_NAME>!<CELL_ADDRESS>
用法----------Usage----------
extractSheetName(formula)
参数----------Arguments----------
参数:formula
Formula string of the form <SHEET_NAME>!<CELL_ADDRESS>. Note that the validity of the formula won't be checked.
公式字符串的形式<SHEET_NAME> <CELL_ADDRESS>。请注意,将不被检查的公式的有效性。
值----------Value----------
Returns the name of the sheet referenced in the formula. For quoted sheet names (required if names contain e.g. whitespaces or exclamation marks (!)) in formulas the function returns the unquoted name.
返回式中引用的表的名称。对于引用的工作表名称(如果名称中含有如空格或惊叹号(!))公式中的函数返回非上市的名。
(作者)----------Author(s)----------
Martin Studer<br>
Mirai Solutions GmbH <a href="http://www.mirai-solutions.com">http://www.mirai-solutions.com</a>