Skip to main content

How to count number of lines (line breaks) in a cell in Excel?

This article is talking about counting number of lines within a cell in Excel.

Easily split multiline cell contents into rows or columns in Excel


Count number of lines in a cell with formulas

The following formulas can help you to count number of lines in a cell.

1. Select a blank cell, enter the below formula into it, and then press the Enter key.

=LEN(A2)-LEN(SUBSTITUTE(A2,CHAR(10),""))+1

Note: In the formula, A2 is the cell you need to count a number of lines.

2. Keep selecting the resulting cell, then drag the Fill Handle down to get all line numbers of cells as below screenshot shown.

Notes:

1. For a blank cell, you will get number 1 after applying the above formula.
2. This formula =LEN(A2)-LEN(SUBSTITUTE(A2,CHAR(10),""))+(LEN(A2)>1) can also help you to count a number of lines in a cell but get the result of 0 for a blank cell.

Quickly create speedometer chart in Excel:

Kutools for Excel's Split Cells utility helps you easily split cell contents by space, comma, new line or other separators into separated rows or columns in Excel as the below screenshot shown: Download and try it now! (30-day free trail)

doc extract text1


Related articles:

Best Office Productivity Tools

🤖 Kutools AI Aide: Revolutionize data analysis based on: Intelligent Execution   |  Generate Code  |  Create Custom Formulas  |  Analyze Data and Generate Charts  |  Invoke Kutools Functions…
Popular Features: Find, Highlight or Identify Duplicates   |  Delete Blank Rows   |  Combine Columns or Cells without Losing Data   |   Round without Formula ...
Super Lookup: Multiple Criteria VLookup    Multiple Value VLookup  |   VLookup Across Multiple Sheets   |   Fuzzy Lookup ....
Advanced Drop-down List: Quickly Create Drop Down List   |  Dependent Drop Down List   |  Multi-select Drop Down List ....
Column Manager: Add a Specific Number of Columns  |  Move Columns  |  Toggle Visibility Status of Hidden Columns  |  Compare Ranges & Columns ...
Featured Features: Grid Focus   |  Design View   |   Big Formula Bar    Workbook & Sheet Manager   |  Resource Library (Auto Text)   |  Date Picker   |  Combine Worksheets   |  Encrypt/Decrypt Cells    Send Emails by List   |  Super Filter   |   Special Filter (filter bold/italic/strikethrough...) ...
Top 15 Toolsets12 Text Tools (Add Text, Remove Characters, ...)   |   50+ Chart Types (Gantt Chart, ...)   |   40+ Practical Formulas (Calculate age based on birthday, ...)   |   19 Insertion Tools (Insert QR Code, Insert Picture from Path, ...)   |   12 Conversion Tools (Numbers to Words, Currency Conversion, ...)   |   7 Merge & Split Tools (Advanced Combine Rows, Split Cells, ...)   |   ... and more

Supercharge Your Excel Skills with Kutools for Excel, and Experience Efficiency Like Never Before. Kutools for Excel Offers Over 300 Advanced Features to Boost Productivity and Save Time.  Click Here to Get The Feature You Need The Most...

Description


Office Tab Brings Tabbed interface to Office, and Make Your Work Much Easier

  • Enable tabbed editing and reading in Word, Excel, PowerPoint, Publisher, Access, Visio and Project.
  • Open and create multiple documents in new tabs of the same window, rather than in new windows.
  • Increases your productivity by 50%, and reduces hundreds of mouse clicks for you every day!
Comments (8)
Rated 3.5 out of 5 · 1 ratings
This comment was minimized by the moderator on the site
How to count the bold lines within a cell
This comment was minimized by the moderator on the site
Hi SENTHIL KUMAR KJ,
Sorry can't help with this.
This comment was minimized by the moderator on the site
If you don't want to count empty cells simply cover with =if(isblank...)

=IF(ISBLANK(B5)," ",LEN(B5)-LEN(SUBSTITUTE(B5,CHAR(10),""))+1)

*Note: char(10) is for windows & char(15) for mac
Rated 3.5 out of 5
This comment was minimized by the moderator on the site
what is mean of 10 in this formula
This comment was minimized by the moderator on the site
Hi ram,The CHAR function and the code number 10 appear together to represent a line break in Windows.
This comment was minimized by the moderator on the site
Great article thanks, but for this part:
"This formula =LEN(A2)-LEN(SUBSTITUTE(A2,CHAR(10),""))+(LEN(A2)>1) can also help you to count a number of lines in a cell but get number 0 of a blank cell."
That returns 0 for a cell with 1 letter in it.

So I think it would be:
=LEN(A2)-LEN(SUBSTITUTE(A2,CHAR(10),""))+(LEN(A2)>0)
This comment was minimized by the moderator on the site
with this formula, is there a way to differentiate counting lines with different formatting, e.g. one line with bold, one line with strikethrough etc.? TIA
This comment was minimized by the moderator on the site
Good day,
Sorry can't handle your problem with this formula. Thanks for your comment.
There are no comments posted here yet
Please leave your comments in English
Posting as Guest
Rate this post:
0   Characters
Suggested Locations