Word Count of text in a Numbers column?

Hi everyone

I'd like to be able to see how many words are in each column in a Numbers sheet.

Is this possible at all?


If, as I suspect, it isn't: can anyone suggest a work around?


Many thanks in advance,

David

Mac mini, macOS 12.6

Posted on Apr 5, 2023 09:17 AM

Reply
Question marked as Top-ranking reply

Posted on Apr 5, 2023 03:00 PM

With the newer functions REGEX.EXTRACT and TEXTJOIN, along with COUNTA, it can be done.



D2=COUNTA(REGEX.EXTRACT(TEXTJOIN(" ",TRUE,B2:B6),"\S+",0))


It counts the number of groups of "non-whitespace" characters such as "The", "quick", "dog.", "ain't" etc.

3 replies

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Word Count of text in a Numbers column?

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