How to count the entries in a single cell in each row?
Hello All, Below is the example I am working with. "Column-to-Count" has several entries in each cell within that column. I want to output the count of each cell, which is the "Count" column. | Column-to-Count | Count || ab1, tgh9o, pl79s | 3 || ab1, fisc8u | 2 || ab1, psivb, 7ushg8 | 3 | Is there a formula type th...