【发布时间】:2017-02-16 20:01:01
【问题描述】:
寻找一个计算多个变量的公式,同时引用不同列中的另一个变量。
我尝试过 countif、countifs 和 sumproduct,但没有成功。
=countif('02'!$F2:$F:147="Y",'02'!H2:H147,"*PAR" or "NR")
根据下表查找计数 2。
column f column h
N NR
Y NR
N PAR
Y PAR
【问题讨论】:
标签: excel excel-formula