

Start by selecting the cell, or the range of cells you’d like to know the word count for. You can also count words in Excel by writing up user defined functions with VBA code. It is important to note, however, that this method can only be used to count the number of words in a cell and not the number of words in a spreadsheet. Hit the Enter key and you will have your word count!.For example, if you want to know the number of words you have in cell A1 you will need to enter the following formula into cell B1:.Now that you have defined the function, you can use it in an excel spreadsheet.IntWordCount = UBound(Split(rng.Value, " "), 1) + 1 Once the window is opened click on Insert, choose Module and input the following:įunction intWordCount(rng As Range) As Integer.Click on Developer, then go to Visual Basic and choose a new Microsoft Visual Basic for applications.To do so, please follow the following instructions: =SUM(IF(LEN(TRIM(A1:C7))=0,0,LEN(TRIM(A1:C7))-LEN(SUBSTITUTE(A1:C7," ",""))+1))Īnother option to count words in Excel is by a predefined function. Once, done select Shift + Ctrl + Enter and the number of words in your selected cells will be displayed. For example, if you wish to count the number of words in xls within cells A1:C7 you will be copying the below formula into cell D1. =IF(LEN(TRIM(A1))=0,0,LEN(TRIM(A1))-LEN(SUBSTITUTE(A1," ",""))+1)ī.) If you have several cells within which you need a word-count for, the formula would be slightly altered. If done correctly, it would count the number of words in cell A1.

For example, if you need to count the number of words in cell A1, enter the below formula into cell B1 and then hit ENTER. There are two formulas that would assist you in finding the number of words in your spreadsheet:Ī.) If you need to count the words inside a specific cell you can use specific excel functions. Merely upload your spreadsheet and the word count will display in the bottom right.Ĭounting words by using embedded excel functions The first and most simple way is to use Scrybs’ word counter for free! Scrybs, as an online translation service needs to count the number words in documents submitted by our clients.

There are 5 main ways to count words in Excel: If you are reading this article in another language than English, it has been automatically translated by our WordPress Multilingual Plugin. However, everything that has to do with words in xls is a bit more tricky. It is fairly easy for someone who is proficient in Excel to be able to sum up numbers, add dates, convert rates and so on.
#How to get word count in word how to
If you are working on a project that requires the use of spreadsheet, there are many times when you would want to know how to count words in Excel.
