【发布时间】:2021-06-07 20:07:40
【问题描述】:
我想知道这在谷歌表格中是否可行:
cell A2 has string 100*2 + 50
How to get the result in another cell, such as A3 = evaluate(A2) and get 250?
我在这里分享了公开的谷歌表“stringEvaluate”:
必填
从另一个字符串单元格获取数学结果
我的尝试
=query(A2) This gives the same string, does not evaluate
【问题讨论】:
标签: math google-sheets indexing google-sheets-formula google-query-language