Can anyone explain why there is an asterisk (multiplication) in the following array formula that sums all the values in Column A when the value on the same row in Column B is 150 and the value in Column C is the letter U. What is being multiplied and why?
Thank you in advance,
CA
=SUM((A1:A5)*(B1:B5=150)*(C1:C5="U"))
Thank you in advance,
CA

=SUM((A1:A5)*(B1:B5=150)*(C1:C5="U"))