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

Data Analysis

  • Understanding Pivot Tables in Excel
  • Number and Text Filters Examples in Excel
  • Conditional Formatting Color Scales Examples in Excel
  • How to create a Histogram in Excel
  • Error Bars in Excel

References

  • How to use Excel MMULT Function
  • To count total rows in a range in Excel
  • MATCH function: Description, Usage, Syntax, Examples and Explanation
  • How to use Excel ROW Function
  • Basic INDEX MATCH approximate in Excel

Data Validations

  • Excel Data validation allow uppercase only
  • Excel Data validation date in next 30 days
  • Prevent invalid data entering in specific cells
  • Excel Data validation require unique number
  • Data validation must not exist in list

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

  • IF with wildcards in Excel
  • How to use Excel AND Function
  • OR function: Description, Usage, Syntax, Examples and Explanation
  • SWITCH function example in Excel
  • FALSE function: Description, Usage, Syntax, Examples and Explanation

Date Time

  • Display Date is workday in Excel
  • Add workdays to date custom weekends in Excel
  • MINUTE function: Description, Usage, Syntax, Examples and Explanation
  • Calculate total hours that fall between two times in Excel
  • Get day name from date in Excel

Grouping

  • Group arbitrary text values in Excel
  • Calculate conditional mode with criteria in Excel
  • Running count group by n size in Excel
  • Group times into 3 hour buckets in Excel
  • Group times into unequal buckets in Excel

General

  • Count cells that do not contain errors in Excel
  • Mark Workbook as Final in Excel
  • Share Excel data with Word documents
  • Using Existing Templates in Excel
  • Create dynamic workbook reference to another workbook in Excel
© 2025 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning