Greetings experts,
I have this function which counts the number of words in a cell.
=IF(LEN(TRIM($B$22))=0,0,LEN(TRIM($B$22))-LEN(SUBSTITUTE($B$22," ",""))+1)
However, as I type into the cell, the word counting is not live. It is only after I press enter that I can see the word count.
I need it to be updated live for the user as I have placed a character limit on cell B2.
Any help is much appreciated!
I have this function which counts the number of words in a cell.
=IF(LEN(TRIM($B$22))=0,0,LEN(TRIM($B$22))-LEN(SUBSTITUTE($B$22," ",""))+1)
However, as I type into the cell, the word counting is not live. It is only after I press enter that I can see the word count.
I need it to be updated live for the user as I have placed a character limit on cell B2.
Any help is much appreciated!