【问题标题】:How to evaluate a string in google spreadsheet如何评估谷歌电子表格中的字符串
【发布时间】: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”:

https://docs.google.com/spreadsheets/d/10NzbtJhQj4hQBnZXcmwise3bLBIAWrE0qwSus_bz7a0/edit#gid=337388679

必填

从另一个字符串单元格获取数学结果

我的尝试

=query(A2)   This gives the same string, does not evaluate

【问题讨论】:

    标签: math google-sheets indexing google-sheets-formula google-query-language


    【解决方案1】:

    尝试:

    =INDEX(QUERY(, "select "&A2), 2)
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2018-01-07
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多