79706763

Date: 2025-07-18 21:30:57
Score: 1.5
Natty:
Report link

How about:

=COLUMNS(TEXTSPLIT(A1,","))

In the case where a cell might be empty, use this:

=IF(A1="",0,COLUMNS(TEXTSPLIT(A1,",")))
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Starts with a question (0.5): How
  • Low reputation (0.5):
Posted by: Major Fifth