Counting characters in cells. Counting characters in cells A program that counts characters

Copy Clear

Brief description of the online service

Using this online service you can count the number of characters, words and lines. The length of a given text is determined both with and without spaces. You can see the result of the automatic counting of characters (letters, special characters, numbers, punctuation marks), as well as the total number of individual words and lines, right under the input form.

Why is our text length analyzer useful?

  • No need to count characters, words and lines manually.
  • Saves time when filling out forms and questionnaires on various sites.
  • Not overloaded with unnecessary functions.
  • There is no need to install special applications and programs on your computer.
  • Allows you to edit a text message directly in the input form in real time online.
  • Allows you not to copy the source text into Word for counting, but to determine the number of characters online.

Who is the tool intended for?

  1. Copywriters, rewriters, editors and proofreaders.
  2. When writing technical specifications on content exchanges, the customer almost always indicates the required length of the finished text. Therefore, the tool will be useful for authors to check the number of characters before sending an article for review to the customer. Moreover, you can trim text and remove stop words directly in the text input window.
  3. For text customers and SEO specialists.
  4. The calculator allows you to quickly calculate the number of characters before paying for a copywriter’s work or measure the length of an article before publishing it on the website.
  5. Users of phones, gadgets, instant messengers and various websites.
  6. Sometimes a situation occurs when the phone balance is almost zero - there is enough money for one or two SMS, but there is simply no way to top up the account at the moment. Or you need not to exceed the well-known character limit in one Twitter message or some messenger. There are also a huge number of other sites where similar restrictions apply, for example, everyone’s favorite Instagram. The character counting service will help you stay within the specified limits.

If you need to count the number of characters in cells, use the LEN function - which counts letters, numbers, characters and all spaces. For example, the length of "It's 98 degrees today, so I'll go swimming" (excluding the quotes) is 42 characters - 31 letters, 2 numbers, 8 spaces, a comma and 2 apostrophes.

To use the function, enter = LENGTH (cell) in the formula bar, press Enter on your keyboard.

Multiple cells: To apply the same formula to multiple cells, enter the formula in the first cell and then drag the fill handle down (or across) the range of cells.

To get the total number of characters in multiple cells is to use the sum functions together with LENGTH. In this example, the LEN function counts the number of characters in each cell and the sum function adds the counters:

= SUM ((LEN function ( cell1 ), function LEN ( cell2 ), (function LEN ( cell3 )) )) .

Try to practice

Below are some examples of how the LENGTH function works.

Copy the table below and paste it into cell A1 in your Excel worksheet. Drag the formula from cell B2 to B4 to see the length of the text in all cells in column A.

Counting characters in one cell

    Click cell B2.

    Enter formula =LENGTH(a2).

The formula counts the characters in cell A2, 27 "Total", which contains all the spaces and the period at the end of the sentence.

Note: LEN counts spaces after the last character.

Character counting V several cells

    Click cell B2.

    Press Ctrl+C to copy cell B2, and then select cells B3 and B4 and press Ctrl+V to paste the formula into cells B3:B4.

This formula will be copied to cells B3 and B4, and the function will count the characters in each cell (20 27 and 45).

Counting the total number of characters

    In the example book, click cell B6.

    Enter a formula in the cell =SUM(LENGTH(A2),LENGTH(A3),LENGTH(A4)) and press ENTER.

This way the number of characters in each of the three cells is counted and summed up in (92).

One of the most useful word processing tasks in Excel is to automatically count the number of words or specific words in a line. There are many different ways to solve this problem, but we will look at the simplest one.

Formula for counting the number of words in an Excel cell

How to count the number of words and spaces in Excel cells? In fact, words in a line are separated by a space character. There is 1 space between each word, so there are always one fewer spaces in a text line than words. A simple formula to understand: number of words per line = number of spaces +1. In other words, we need a formula to count the number of spaces in a line and add +1 to the result of its calculation.

To create a formula in Excel to count the number of words, we need to complete 3 steps:

  1. Determine the length of the original string including spaces.
  2. Determine the length of the source string without spaces.
  3. Subtract a string without spaces from the length of a string with spaces.

The above formula contains 3 functions. One of them is the SUBSTITUTE function, and then there are two identical LENGTHs.

First, the LENGTH function checks the length of the text wash while in its original form in cell A1.

SUBSTITUTE(A2;" ";"")

Placing the SUBSTANCE function as an argument to the LENGTH function allows us to automatically determine the length of the string without spaces.

LENGTH(SUBSTITUTE(A2;" ";""))+1

Note! At this stage you should add +1, because the last word in the text does not have a corresponding space.

Practical applications of the above descriptive formulas are most often found when analyzing large lists of key phrases.



Formula for counting the number of characters in an Excel cell

  1. Determine the length of the original word “Mississippi” = 9.
  2. We determine the length of the same word, but without the letter “C” - “Miiiipi” = 6.
  3. Subtract the word without the letter “C” from the original word: 9-6=3.

As a result, the formula automatically counted the number of letters “C” in all words:


Note. The formula uses the CAPITAL function to capitalize all letters in words because the SUBSTITUTE function is case sensitive. And we are looking for the capital letter “C” in each word of the city name.

There are many different programs on the World Wide Web for counting the number of characters in a given text. These can be either small programs specially developed for this purpose or various text editors.

The most popular way to determine the number of characters in a text for many users has been and remains the time-tested text editor Microsoft Word.

Determining the number of characters for whole text

You need to place the cursor at the beginning of the text, more precisely, before the first character of the text. Then you should find and use the “Statistics” tool in the Word editor, which is ideally suited for such calculations.

Looking for Statistics inWord 2007

1) Place the text in the Word 2007 editor.

2) Place the cursor at the beginning of the text.

3) Find the bottom line in the Word editor, which is called the status bar (number 2 in Fig. 1):

4) Click on the “Number of words” option (number 1 in Fig. 1), after which the “Statistics” window appears. Here we see that the number of characters (without spaces) is 2.304, and with spaces – 2.651.

By the way, if someone tells you that you need, for example, 2000 characters, without specifying whether with or without spaces, then this means “with spaces.”

All this is good. But what if there is a status bar in Word 2007, but there is no “Number of words” option in it?

In this case, click on an empty space in the status bar with RMB (right mouse button), for example, in the place where the number 2 is in Fig. 1. The “Status Bar Settings” window will appear (Fig. 2):

Rice. 2. Check for a checkmark next to the “Number of words” option in the Word status bar.

Here you should check the box next to the “Number of words” option (number 2 in Fig. 2). After which it will automatically appear in the status bar of Word.

Statistics in Word 2010

Everything here coincides exactly with what is written above about Word 2007.

Looking for Statistics in Word 2003

With the left mouse button, you need to single-click on the “Service” function located in the top panel of Word (Fig. 3).

In the window that opens, select the “statistics” sub-item, after a single click on which a small “Statistics” window appears in the center of the Word text editor with all the necessary statistical information about the text. The number of pages, words, characters (without spaces and with spaces), paragraphs and lines is determined:

Counting characters in a piece of text

Often there is a need to calculate the number of characters for a specific part of the text. This is not difficult to do in Word:

1) you just need to select the required part of the text to count the number of characters and

2) find the “Statistics” window (that is, perform the same manipulations as described above for the whole text).

What is a sign reader?

There are so-called “character counters” on the Internet – services designed to count the number of characters in online text. Online services are convenient because you do not need to install any programs on your computer.

Online services operate on the principle of “here and now”, “take and use”, as they say, “without leaving the cash register”, more precisely, without leaving the Internet. While on the Internet, it is enough to open such an online service and use its services.

To find such services, just enter the query “sign readers” in a search engine (Yandex, Google, etc.) and click on one of the first links that will be offered by the search engine.

In Fig. 4 shows an example of a sign reader.

Rice. 4 Count the number of characters in the text online using the Sign Counter.

2) Copy this text to the clipboard, for example, using Ctrl+C.

3) Open the Sign Reader.

4) Paste the text from the clipboard, for example, using the hot keys Ctrl+V.


6) A window will appear with the results of counting the number of characters (number 2 in Fig. 4).

Accurate counting of characters is necessary, for example, for freelancers whose copywriters are paid precisely for “volume”, that is, for a certain number of characters with or without spaces in the written text. It may also be useful for those users who need to place a certain number of characters in any service, no more than a certain number, for example, no more than 140 or 255 characters.

The tool counts the number of characters, marks and words in online text. Character counting can be done both in plain text and with HTML tags. The results display the number of characters with spaces, without spaces, and the number of words. The tool also contains a very convenient text cost calculation feature.

Number of characters online

Attention! JavaScript is disabled.
Without JavaScript enabled feature Characters work will not.
Please enable JavaScript in your browser and refresh the page.

  • Characters
    • Total characters:
    • Characters without spaces (zbp):
    • Word count:
    • Punctuation marks:
  • Additional properties
    • Original text size:
    • Number of spaces:
    • Extra spaces:
    • Line translations:
  • Content cost calculation
    • Price:
    • 0.00 rub. (0 characters)
    • Price:
    • 0.00 rub. (0 characters without spaces)

Below are descriptions of all the fields and values ​​that are used when counting characters and characters in text. It is also indicated how each such value is calculated.

Total characters

All characters in the text are counted. Everything is taken into account and counted - letters, numbers, punctuation marks, as well as spaces. The total number of characters in the text is displayed.

Number of characters without spaces (zbp)

All characters and characters in the text are counted, with the exception of spaces. All spaces are excluded from the calculation and are not included in this result. This value is very often used when calculating or indicating the cost of articles per 1000 characters without spaces (ZBP).

Word count

All found words in the text are counted and displayed.

Punctuation marks

Punctuation marks are considered separately. The counting is based on the most common punctuation marks. , : ; ! ? ... , slash \ | / ⁄ , brackets () () ⟨⟩, dash - ‒ – - ―, quotation marks " " ` „ “ “ “ “ “ “ ‘ ’ .

Below is a description of all the additional properties of the text, such as the original text size, how many spaces there are in the text, and extra spaces. It is described how all these values ​​are calculated.

Original text size

The raw text size contains the length of the raw text, which may contain service characters such as tab, linefeed, carriage return, and other characters that should not be counted in the text count. Web browsers do not display such symbols and are not visible on the site page.

Number of spaces

Counts all spaces in the text, sums up the number of all spaces found and the resulting value is displayed in this field.

Extra spaces

Extra spaces are double spaces one after the other, the number of which can be two or more. All such spaces are considered unnecessary and should not be present in the text. Extra spaces also include spaces that appear before or after a paragraph, as well as on blank lines.

Count HTML tags

Additional option. By default, if the text contains HTML tags, they are ignored and not taken into account when counting the text, thus resulting in a character count of pure text, without HTML tags. This option is very useful, use it if you need to count text, including html markup.

Content cost calculation

This function will be interesting and useful to many journalists, copywriters and rewriters who write articles and texts to order. This function allows you to calculate the cost of text, indicate the cost per 1000 characters and enter the currency. The data is automatically calculated and immediately displayed, which allows you to instantly see the total cost of the entire text or article.

Do punctuation marks count when counting characters?

Yes, they count. Periods, commas, dashes, exclamation marks, question marks and other marks are counted when counting characters in the text. Suppose you need to add a site to the directory by coming up with a title that is only 80 characters long, and if this title contains punctuation marks, they will also be counted as characters. Space is also a punctuation mark and is also counted.

Copywriters in most cases indicate the cost of text per number of characters without spaces (ZBP) in favor of the customer, but all other characters are counted and taken into account. The remaining characters are not excluded because their number has little effect on the final cost of the text.

Loading...Loading...