Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Len Function for Multiple Cells

need a character count function like the len function but I need it to take a range (i.e A1:D22). What do you suggest I use? I'm looking for something other than fill down on the len function across multiple columns and rows and then sum it all. I'm trying to do it with one function. This is to use it as a check value.

like image 551
daniellopez46 Avatar asked Oct 20 '25 17:10

daniellopez46


2 Answers

If I understand well, you can use the following array formula:

=SUM(LEN(A1:D22))

Note: press CTRL+SHIFT+ENTER to enter the formula (because this is array formula)

like image 109
daniellopez46 Avatar answered Oct 23 '25 07:10

daniellopez46


You can use an array formula

=SUM(LEN(A1:D22))

Enter and hit control + shift + Enter

like image 41
Jesse Avatar answered Oct 23 '25 07:10

Jesse



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!