Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

count characters/spaces

I want to count how many characters is there a cell

As well how many spaces


2 separate formulas, or combined the characters - the spaces

Posted on Nov 26, 2015 11:56 AM

Reply
Question marked as Best reply

Posted on Nov 26, 2015 8:46 PM

This should give you some ideas of how to count characters and spaces in the text in cell A1:


User uploaded file


This is a test sentence

Result

Formula

Number of characters

23

=LEN(A1)

Number of non spaces

19

=LEN(SUBSTITUTE(A1," ",""))

Number of spaces

4

=LEN(A1)−LEN(SUBSTITUTE(A1," ",""))



SG

3 replies

count characters/spaces

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.