Hello Gliders, I believe it is possible to count words on google sheet using COUNTA function along with SPLIT " " etc if I am not mistaken. I tried COUNTA function on google sheet but it only counted the single cell. As you can see in this example below, 264 words found in H2 which counted the entire words in G2. I tried Arrayformula but didn’t work and really hard to keep dragging the formula to keep it running. If there is any way around to achieve it?
Would it be possible to achieve it on Glide instead as it will keep counting words instantaneously which is really cool!
Working example is ready. What this does is to replace all “text” characters by an empty one so what is left are all “spaces”.
Let’s say you have a sentence like “A B C” then the regexreplace will leave the 2 spaces. Hence we have to add 1 to that to get the total number of words.
Yours is the highlighted one (Column J) and it indeed minimized the difference. Compared to mine (Column G), there is a little difference. I guess mine is wrong because it splits up words based on space. Yours splits up words based on? length of words? or space? or…