【问题标题】:Excel COUNTIFS blank cells within a tableExcel COUNTIFS 表格中的空白单元格
【发布时间】:2018-10-03 18:16:27
【问题描述】:

如何在 countifs 公式中包含“单元格为空白”。

我尝试过=countifs(<column reference>,"=" & "*"),它适用于标准单元格,但不适用于表格(listobject)。所有单元格都返回“非空”。

我创建了一个小样本表,并且行为重复。

注意,我不想添加 VBA。

【问题讨论】:

    标签: excel excel-formula


    【解决方案1】:

    试试,

    'for anything non-blank
    =countifs(table1[column], "<>")
    'for blank
    =countifs(table1[column], "=")
    

    【讨论】:

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