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

Data Analysis

  • How to do a t-Test in Excel?
  • Get column index in Excel Table
  • Create Scatter Chart in Excel
  • Working With Tables in Excel
  • Conditional Formatting New Rule with Formulas in Excel

References

  • Basic INDEX MATCH approximate in Excel
  • How to reference named range different sheet in Excel
  • LOOKUP function: Description, Usage, Syntax, Examples and Explanation
  • How to use Excel ROW Function
  • How to get first column number in range in Excel

Data Validations

  • Excel Data validation date in next 30 days
  • Excel Data validation only dates between
  • Excel Data validation allow uppercase only
  • Excel Data validation require unique number
  • Excel Data validation number multiple 100

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

  • Complete List of Excel Logical Functions, References and Examples
  • SWITCH function: Description, Usage, Syntax, Examples and Explanation
  • IF with boolean logic in Excel
  • IFS function: Description, Usage, Syntax, Examples and Explanation
  • How to use Excel XOR Function

Date Time

  • How to calculate Day of the Year in Excel
  • NETWORKDAYS function: Description, Usage, Syntax, Examples and Explanation
  • ISOWEEKNUM function: Description, Usage, Syntax, Examples and Explanation
  • How to calculate future date say 6 months ahead in Excel
  • Roll back weekday to Friday base on a particular date in Excel

Grouping

  • How to randomly assign data to groups in Excel
  • How to randomly assign people to groups in Excel
  • Group numbers at uneven intervals in Excel
  • If cell contains one of many things in Excel
  • Map text to numbers in Excel

General

  • How to make excel worksheets print on one page?
  • How to add sequential row numbers to a set of data in Excel
  • Creating and Opening an existing file in Excel
  • How to get Excel workbook path only
  • 3D SUMIF for multiple worksheets in Excel
© 2025 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning