【问题标题】:Does Excel accept the [check]?[true]:[false] notation, instead of =IF([check],[true],[false])Excel 是否接受 [check]?[true]:[false] 表示法,而不是 =IF([check],[true],[false])
【发布时间】:2014-10-19 09:25:13
【问题描述】:

我想知道 excel 是否接受 IF 语句的替代符号。它将高度简化对括号等过于复杂的公式的阅读。

我正在寻找替代方法

=IF([condition],[true],[false])

类似

=[condition]?[true]:[false]

有人知道这样的事情吗?

【问题讨论】:

    标签: if-statement excel-2010


    【解决方案1】:

    我相信(并且documentation 支持这个假设)除了使用

    之外别无他法
    =IF([condition],[true],[false])
    

    语法(很遗憾)。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2020-11-03
      • 2019-08-15
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2015-03-03
      • 2017-09-24
      相关资源
      最近更新 更多