Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ARRAYFORMULA COUNTIF each row separately

I try to COUNTIF(B2:Q2;">5") for each row and return the result for each row in column A but I clearly fail on using ARRAYFORMULA for this purpose.

Could you help?

like image 666
friedman Avatar asked Mar 11 '26 17:03

friedman


1 Answers

In addition to Max's solution, I believe it should be possible to use COUNTIF(). See if this works

=ARRAYFORMULA(COUNTIF(IF(B2:Q>5,ROW(B2:B)), ROW(B2:B)))
like image 106
JPV Avatar answered Mar 14 '26 08:03

JPV



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!