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

Data Analysis

  • Get column name from index in Excel Table
  • How to conditionally sum numeric data in an Excel table using SUMIFS
  • Number and Text Filters Examples in Excel
  • How to create Checklist in Excel
  • How To Create Frequency Distribution in Excel

References

  • How to get last row in numeric data in Excel
  • How to use Excel INDIRECT Function
  • Two-way lookup with VLOOKUP in Excel
  • How to use Excel FORMULATEXT function
  • LOOKUP function: Description, Usage, Syntax, Examples and Explanation

Data Validations

  • Excel Data validation only dates between
  • Excel Data validation specific characters only
  • Excel Data validation with conditional list
  • Excel Data validation allow uppercase only
  • Excel Data validation date in next 30 days

How to count total characters in a range in Excel

by

If you want to count the total characters in a range of cells, you can do with a formula that uses LEN, along with the SUMPRODUCT function.

Formula

=SUMPRODUCT(LEN(rng))

Explanation

In the example, the active cell contains this formula:

=SUMPRODUCT(LEN(B3:B6))

Here’s how the formula works:

SUMPRODUCT accepts the range B3:B6 as an array of four cells. For each cell in the array, LEN calculates the length of the text as a number. The result is an array that contains 4 numbers. SUMPRODUCT then sums the items in this array and returns the total.

Post navigation

Next Post:

Create One-dimensional and Two-dimensional Array

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

  • How to use Excel TRUE Function
  • TRUE function: Description, Usage, Syntax, Examples and Explanation
  • SWITCH function: Description, Usage, Syntax, Examples and Explanation
  • Return blank if in Excel
  • XOR function: Description, Usage, Syntax, Examples and Explanation

Date Time

  • Convert date to month and year in Excel
  • How to calculate most recent day of week in Excel
  • How to calculate working days left in month in Excel
  • How to get Holiday Date from Year in Excel
  • Calculate series of dates by workdays in Excel

Grouping

  • Group numbers at uneven intervals in Excel
  • Categorize text with keywords in Excel
  • How to randomly assign people to groups in Excel
  • Map inputs to arbitrary values in Excel
  • If cell contains one of many things in Excel

General

  • How to calculate percent of students absent in Excel
  • Advanced Number Formats in Excel
  • Count cells that do not contain errors in Excel
  • Check if range contains a value not in another range in Excel
  • Basic error trapping example in Excel
© 2025 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning