How can I count the number of comma separated numbers in a google spreadsheet? April 8, 2024 by Tarik One option is to use the following formula: =COUNT(SPLIT(A1; ",")) Here’s an example: