Use SPLIT to count non-empty cells in Google Sheets. Complete tutorial with syntax and examples.
SPLIT(text, delimiter, [split_by_each], [remove_empty_text])
Divides text around a specified character or string and puts each fragment into a separate cell. To count non-empty cells, combine SPLIT with the right arguments for your dataset.
Google Sheets exclusive. Great for parsing CSV data, addresses, names.