Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
=LEN(A2)Computed by a real spreadsheet engine on the sample data below.
| Text |
| Hello World |
| FormulaCraft |
| Excel 365 |
| Go |
| Spreadsheet tips |
=LEN(A2)→11
Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Need it for your exact data?
Describe your columns in plain English and get the precise formula for your sheet, with the right Excel or Sheets syntax.
Yes. Every space is counted as one character. Wrap in TRIM to remove leading and trailing spaces before counting.
Use =SUMPRODUCT(LEN(A2:A6)) to sum character lengths across a range.
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: