Skip to content
Home
Tutorials
Real-World Examples
Count number of characters in a range
Update Formula
Parameters
Formula
Range Reference:
enter the range from which you want to count the number of characters
Formula:
=
SUMPRODUCT
(
LEN
(
B5:B7
))
=
SUMPRODUCT
(
LEN
(B5:B7))