【发布时间】:2010-03-25 02:38:48
【问题描述】:
我有一个 Google 电子表格,其中包含 3 列空白或有值。我想计算填充了 A 和 B 或 C 的行数。如果我正在编写 SQL 查询,那将是
select count(*)
from Table
where A is not null and (B is not null or C is not null)
但我终其一生都无法弄清楚如何在 Google 电子表格中获取此信息
【问题讨论】:
标签: google-sheets google-sheets-formula