Skip to content
Free Excel Tutorials
  • Home
  • Excel For Beginners
  • Excel Intermediate
  • Advanced Excel For Experts

Data Analysis

  • Conditional Formatting New Rule with Formulas in Excel
  • How to Create Area Chart in Excel
  • Randomize/ Shuffle List in Excel
  • How to add Trendline to a chart in Excel
  • How to Create One and Two Variable Data Tables in Excel

References

  • How to use Excel INDIRECT Function
  • How to get relative column numbers in a range in Excel
  • Find closest match in Excel
  • MATCH function: Description, Usage, Syntax, Examples and Explanation
  • How to get address of last cell in range in Excel

Data Validations

  • Excel Data validation whole percentage only
  • Excel Data validation exists in list
  • Prevent invalid data entering in specific cells
  • Excel Data validation allow uppercase only
  • Excel Data validation date in specific year

How to Count Number of Characters in a Cell or Range of Cells in Excel

by

Learn how to count the number of characters in a cell or range of cells and how to count how many times a specific character occurs in a cell or range of cells.

1. The LEN function in Excel counts the number of characters in a cell.

Explanation: the LEN function counts 2 numbers, 1 space and 6 letters.

2. You can combine the SUM function and the LEN function to count the number of characters in a range of cells.

Note: as you can imagine, this formula can get quite long.

3. The array formula below counts the number of characters in a range of cells.

Note: finish an array formula by pressing CTRL + SHIFT + ENTER. Excel adds the curly braces {}. The array constant {9;4;6;5} is used as an argument for the SUM function, giving a result of 24. Maybe this is one step too far for you at this stage, but it shows you one of the many other powerful features Excel has to offer.

4. Use the LEN function and the SUBSTITUTE function to count how many times a specific character (in this example, the character a) occurs in a cell.

Explanation: the SUBSTITUTE function replaces the character a (second argument) with an empty string (third argument). LEN(SUBSTITUTE(A1,”a”,””)) equals 8 (the length of the string without the character a). If we subtract this number from 9 (total number of characters in cell A1), we get the number of occurrences of the character a in cell A1.

5. The array formula below counts how many times a specific character (in this example, the character a) occurs in a range of cells.

Note: finish an array formula by pressing CTRL + SHIFT + ENTER. Excel adds the curly braces {}. The array constant {1;1;2;1} is used as an argument for the SUM function, giving a result of 5. The SUBSTITUTE function is case-sensitive. The A in Alaska is not counted.

6. The array formula below counts both lower and upper case occurrences of a specific character (in this example, the character a).


Explanation: The LOWER function converts all letters to lowercase first.

Post navigation

Previous Post:

VLOOKUP without #N/A error in Excel

Next Post:

Manipulating text strings using Left, Mid, Right, Len, Substitute in Excel

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Learn Basic Excel

Ribbon
Workbook
Worksheets
Format Cells
Find & Select
Sort & Filter
Templates
Print
Share
Protect
Keyboard Shortcuts

Categories

  • Charts
  • Data Analysis
  • Data Validation
  • Excel Functions
    • Cube Functions
    • Database Functions
    • Date and Time Functions
    • Engineering Functions
    • Financial Functions
    • Information Functions
    • Logical Functions
    • Lookup and Reference Functions
    • Math and Trig Functions
    • Statistical Functions
    • Text Functions
    • Web Functions
  • Excel VBA
  • Excel Video Tutorials
  • Formatting
  • Grouping
  • Others

Logical Functions

  • Extract multiple matches into separate rows in Excel
  • IFNA function: Description, Usage, Syntax, Examples and Explanation
  • IF with wildcards in Excel
  • AND function: Description, Usage, Syntax, Examples and Explanation
  • IF with boolean logic in Excel

Date Time

  • TIME function: Description, Usage, Syntax, Examples and Explanation
  • How to show last updated date stamp in Excel
  • How to get Weekdays, Working days between Two Dates in Excel
  • How to calculate quarter from date in Excel
  • Get week number from date in Excel

Grouping

  • Group times into unequal buckets in Excel
  • Calculate conditional mode with criteria in Excel
  • Group numbers at uneven intervals in Excel
  • Running count group by n size in Excel
  • Group numbers with VLOOKUP in Excel

General

  • Basic text sort formula in Excel
  • Excel Autofill Cell Ranges, Copy, Paste
  • Count cells that contain errors in Excel
  • 44 Practical Excel IF function Examples
  • How to Insert Cells, Row and Rows in Excel
© 2025 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning