Created
May 31, 2017 15:44
-
-
Save tristar500/decc8f30d1521aa6f827c61efebefbb3 to your computer and use it in GitHub Desktop.
Excel - count items in a comma separated list in a worksheet cell
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
=LEN(TRIM(A1))-LEN(SUBSTITUTE(TRIM(A1),",",""))+1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment