I want to know if it is a possiblility to find the frequency string data occurs in the table which contain strings. I find there is a FREQUENCY
function, but it is to find the frequency numeric data occurs between some specific values.
For example, I have the table:
And want to know how many times in first column (ID number of product) appears each of product (ABC1, ABC2, CD3, G5, FG4).