How to Count the Words in Microsoft Excel
It is very easy to count the words in Microsoft Excel. Here’s a quick guide on how to do it:
- Inside your Microsoft Excel worksheet, select the cell where you intend to show the formula and then type an 'Equals' (=) sign.
- Type 'Len' afterwards, then select it from the suggested results.
- Subsequently, add the TRIM function. Simply type 'TRIM' and choose it from the suggested results.
- Select the cell containing the text you wish to count.
- Following that, end the first part of the formula with two closing parentheses.
- Type a 'Minus' (-) sign afterwards to proceed further.
- Enter another LEN function into your formula. Once again, type 'LEN' and select it from the suggested results.
- After that, add the Substitute function by simply typing 'Substitute' and choosing it from the suggested results.
- Once again, select the cell that contains the text you wish to count and type a 'Comma' (,).
- Add two 'Quotation Marks' with one space in between (" ") to denote a single space. Subsequently, enter a 'Comma' (,) one more time.
- Following that, add another pair of quotation marks. However, delete the spaces in between ("") to indicate that you're excluding the spaces from the word count. End the formula with two closing parentheses and insert '+1' at the very end.
- Once done, tap anywhere around your worksheet to run the formula and process the result.
- After completing these steps, the text from the selected cell will be counted accordingly.
This website uses cookies to ensure you get the best experience on our website. Learn More
Got it