I have a complex formula the produces an Array (10+rows and 10+columns).
For simplicity's sake, let's just say it's =unique(a1:z10)
I'm looking for a formula that can counta()
each Row of the array individually. It should basically return a 1-column array that counts the number of values in each row.
Because I will then wrap that in a max()
function to see the highest count among them all.
Thanks guys. I hope my question is intelligible. Let me know if further clarification needed.