Any way to return the number of count on criteria in a cell from column B
Users place the type of response in a cell.
They may select I (Immediate), L (Later), H (HEAT), F (Feedback), M (Meeting).
I need to count the numbers of each of these I have.
The problem is that the users are putting multiple selections in one cell, such as I,H,F.
Their multiple selections are separated by a comma with no additional spacing.
Do I have any way to count each of the I’s, each of the H’s, and each of the F’s when they do this together
with those that are single I’s, H’s,F’s which the CountIF function can handle
TIA