Hi,
I have a simple spreadsheet with the following fields: account band, account name, product and sales).
I'm trying to create a formula that can count number of products that once i group by customer or account band can see number of products in that field. The product is written as a string (Name of the product).
I have tried COUNT STR(product) to no avail.
I have attached screenshot of sample data and type of output im trying to achieve.
Thanks