【发布时间】:2020-08-17 21:09:30
【问题描述】:
我正在尝试编写一个 excel 公式来对给定列中的每隔一行求和,但前提是下方/上方的单元格不为空。
我的excel表格如下:
A B C
1 Group1 First 3
2 Second 9
3 Group2 First -
4 Second 8
5 Group3 First 4
6 Second -
7 Sum Firsts <formula1 - should ignore Group3 because its Second cell is empty>
8 Seconds <formula2 - should ignore Group2 because its First cell is empty>
【问题讨论】:
-
单元格是空的还是虚线的?
-
@basic 他们是空的而不是虚线,我的错
标签: excel excel-formula