Hi
I have a column of text that looks simmilar to the following:
Column B
S
SS
G
M
MMM
S
GG
The data within the column can change. I need to count the number of "S"'s that occur as well as the "G"'s and the "M"'s. The "S" stands for Shop, while the M is for mobile units and G's are for Gazebo units. It would be the easy way out to use a numeric for the number of units the franchisees have, but management wants to see the MG or S's. For the above data i need a cell values for the "S" = 4, "G"=3 and "M"=4. First thought of concatenating the range and then counting but having some difficulty as the values can change and it needs to be responsive. Any help would be greatly appreciated.
Many thanks, Alwyn
I have a column of text that looks simmilar to the following:
Column B
S
SS
G
M
MMM
S
GG
The data within the column can change. I need to count the number of "S"'s that occur as well as the "G"'s and the "M"'s. The "S" stands for Shop, while the M is for mobile units and G's are for Gazebo units. It would be the easy way out to use a numeric for the number of units the franchisees have, but management wants to see the MG or S's. For the above data i need a cell values for the "S" = 4, "G"=3 and "M"=4. First thought of concatenating the range and then counting but having some difficulty as the values can change and it needs to be responsive. Any help would be greatly appreciated.
Many thanks, Alwyn