BrianGGG
Board Regular
- Joined
- Mar 5, 2016
- Messages
- 62
Hello. I'd like to figure out a formula in a single cell that returns an array of counts rather than an overall grand total count for a given list of columns.
Example. If I have the following 3 columns and four rows:
The answer I am looking for is {1,3,2} because the COUNTA value of each column would be 1,3,2 respectively.
If I try something like COUNTA(A1:A4:C1:C4) I just get the grand total of 6 as a single value.
Any ideas how to return the COUNTA value for columns in an array?
thanks
BrianGGG
Example. If I have the following 3 columns and four rows:
Code:
x x
x
x
x x
The answer I am looking for is {1,3,2} because the COUNTA value of each column would be 1,3,2 respectively.
If I try something like COUNTA(A1:A4:C1:C4) I just get the grand total of 6 as a single value.
Any ideas how to return the COUNTA value for columns in an array?
thanks
BrianGGG