I have a column for each record where a multi-select drop-down list displays various countries. I would like to count the number of selections (in this case countries) that each row has selected.
Example: Row 2 has the United States, Canada, Mexico, and South Africa selected in B2 and Row 3 has Canada, Brazil, and France selected in B3. I would like to return "4" in C2 and "3" in C3.
Example: Row 2 has the United States, Canada, Mexico, and South Africa selected in B2 and Row 3 has Canada, Brazil, and France selected in B3. I would like to return "4" in C2 and "3" in C3.