How can I determine the largest physical size cell in a column

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Have a worksheet in which I need to know the largest size item in each
column, text coulmns only.
 
=MAX(LEN(A1:A1000))
Array formula, to be validated with Ctrl+Shift+Enter


HTH
 
Do you mean the highest number of characters?

Try,

=MAX(LEN(A1:A100))

This is an array formula so commit with Ctrl-Shift-Enter not jus
enter. It should look like this after commiting,

{=MAX(LEN(A1:A100))}


Does that help?

Stev
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top