【发布时间】:2019-09-19 07:49:12
【问题描述】:
=COUNTIFS(
'NEW V2.0'!L3:L, "<>",
'NEW V2.0'!C3:C, S2,
'NEW V2.0'!I3:I, "<="&'NEW V2.0'!L3:L
)
假设这个公式应该返回 1 但是,我不明白这里缺少什么......
我正在尝试计算I 列中大于L 列中的日期的日期。
| I | L |
|-------------|-------------|
| 20-Sep-2019 | 16-Sep-2019 |
| 20-Sep-2019 | 20-Sep-2019 |
【问题讨论】:
标签: excel google-sheets excel-formula google-sheets-formula countif