+ Reply to Thread
Results 1 to 3 of 3

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

  1. #1
    csa001
    Guest

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

    Have a worksheet in which I need to know the largest size item in each
    column, text coulmns only.

  2. #2
    Valued Forum Contributor
    Join Date
    03-25-2004
    Location
    Boston, MA US
    Posts
    1,094
    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 just enter. It should look like this after commiting,

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


    Does that help?

    Steve

  3. #3
    Ardus Petus
    Guest

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

    =MAX(LEN(A1:A1000))
    Array formula, to be validated with Ctrl+Shift+Enter


    HTH
    --
    AP

    "csa001" <[email protected]> a écrit dans le message de news:
    [email protected]...
    > Have a worksheet in which I need to know the largest size item in each
    > column, text coulmns only.




+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1