Syntax or pattern
Count characters in a text value.
=LEN(text)5 practical examples
Clean names with LEN
Standardize names imported from forms or CSV files.
=PROPER(TRIM(A2))Adjust the ranges, criteria and sheet names to match your workbook.
Create an ID label
Build a readable code from text and row numbers.
=UPPER(LEFT(A2,3)&"-"&TEXT(ROW(A2),"0000"))Adjust the ranges, criteria and sheet names to match your workbook.
Join address fields
Join address parts while skipping blank cells.
=TEXTJOIN(", ", TRUE, B2:E2)Adjust the ranges, criteria and sheet names to match your workbook.
Remove unwanted characters
Clean copied IDs or imported codes.
=SUBSTITUTE(A2, "#", "")Adjust the ranges, criteria and sheet names to match your workbook.
Split names into parts
Separate text values into columns for later analysis.
=SPLIT(A2, " ")Adjust the ranges, criteria and sheet names to match your workbook.
Common mistakes to avoid
- Not cleaning imported data before splitting or joining it.
- Forgetting that text functions are case-sensitive in some regex patterns.
- Leaving invisible spaces that make lookups fail.
FAQ
What is this Google Sheets page for?
This page gives copy-ready examples for len examples so you can understand the pattern and adapt it to real spreadsheet work.
Can I copy these formulas directly?
Yes. Use the copy buttons, then adjust sheet names, ranges, criteria and column references for your own file.
Why does my formula return an error?
The most common causes are mismatched ranges, missing quotes around text criteria, blank source data, or references that do not match your sheet layout.
Here are some ideas for you
Optional resources that may help if you are learning Google Sheets, building trackers, creating dashboards or improving spreadsheet workflows.
- Google Sheets booksSee ideas
Learn formulas, workflows and dashboards with structured examples.
- Spreadsheet dashboard booksSee ideas
Improve how you design trackers, summaries and reporting sheets.
- Keyboard shortcut guidesSee ideas
Build speed with navigation, editing and formatting shortcuts.
- Numeric keypadsSee ideas
Useful if you enter numbers often on a laptop or compact keyboard.
- External monitorsSee ideas
Helpful for viewing data, formulas and dashboards side by side.
- Desk notebooksSee ideas
Sketch formulas, tracker layouts and reporting ideas before building.
Some links in this section may be affiliate links. Choose only what is useful for your own work.