Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/reactjs/23.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Excel formula 获取另一个单元格所在单元格范围的平均值';s值大于一个数字_Excel Formula - Fatal编程技术网

Excel formula 获取另一个单元格所在单元格范围的平均值';s值大于一个数字

Excel formula 获取另一个单元格所在单元格范围的平均值';s值大于一个数字,excel-formula,Excel Formula,如何查找B列中单元格的平均值,但仅查找A列中大于或等于n的单元格的平均值 =AVERAGEIF(A:A100,">=100",B1:B100) 将单元格编号和>=100替换为要使用的值 用您想要使用的值替换单元格编号和>=100。您想要AVERAGEIF(): 您需要AVERAGEIF(): =AVERAGEIF(A:A,">"&E1,B:B)

如何查找B列中单元格的平均值,但仅查找A列中大于或等于n的单元格的平均值

=AVERAGEIF(A:A100,">=100",B1:B100)
将单元格编号和>=100替换为要使用的值

用您想要使用的值替换单元格编号和>=100。

您想要AVERAGEIF():

您需要AVERAGEIF():

=AVERAGEIF(A:A,">"&E1,B:B)