Hello everyone,
I have data that looks like this:
A 1 Y
B 2 Z
C 3
_-4
I would like to make a formula that returns the product of the column counts (3*4*2 = 24), but I want to do it in a single cell, without having to put counts in each column.
Here is my unsuccessful attempt:Formula:
=PRODUCT(COUNTA(OFFSET(A1:A4,0,ROW(1:3)-1)))
Bookmarks