LEN of multiple cells in a column

teachman

Active Member
Joined
Aug 31, 2011
Messages
321
Hello,

I need to determine the maximum length of a text entry in a series of cells in a column. Is there a way to do this spreadsheet mode? I suppose I could write a macro for it, but, I'm lazy and hoped to find a way without coding.

Thanks,
George Teachman
 

Excel Facts

How to total the visible cells?
From the first blank cell below a filtered data set, press Alt+=. Instead of SUM, you will get SUBTOTAL(9,)
If you just want the length:


Excel 2010
A
2fdgfjhhj
3sdsdgfghhjkjlj
4rere
5
6q
7
8werytuiuioi
9fdfdbvvbvbnbnbnbgf
10
11
1218
Sheet10
Cell Formulas
RangeFormula
A12{=MAX(LEN($A$2:$A$9))}
Press CTRL+SHIFT+ENTER to enter array formulas.
 
Upvote 0

Forum statistics

Threads
1,223,275
Messages
6,171,119
Members
452,381
Latest member
Nova88

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top