Closed Thread
Results 1 to 3 of 3

Longest Entry in Columns

  1. #1
    Rebecca
    Guest

    Longest Entry in Columns

    Hi. What is the best / quickest way to find the longest entry (most
    characters / numbers, etc.) in a column? Thanks.

  2. #2
    Biff
    Guest

    Longest Entry in Columns

    Hi!

    This array formula entered with the key combo of
    CTRL,SHIFT,ENTER will tell you how long the longest entry
    is in a range of cells:

    =MAX(LEN(A1:A100))

    If you want to identify that entry, you could use
    conditional formatting:

    Select the range A1:A100
    Goto Format>Conditional Formatting
    Formula is: =LEN(A1)=MAX(LEN(A$1:A$100))
    Click the Format button and select a background fill color
    OK out

    Biff

    >-----Original Message-----
    >Hi. What is the best / quickest way to find the longest

    entry (most
    >characters / numbers, etc.) in a column? Thanks.
    >.
    >


  3. #3
    Biff
    Guest

    Longest Entry in Columns

    P.S. -

    If you want the longest entry in a range of cells to be
    returned in a formula:

    Array entered with the key combo of CTRL,SHIFT,ENTER:

    =INDEX(A1:A100,MATCH(TRUE,LEN(A1:A100)=MAX(LEN
    (A1:A100)),0))

    If more than one cell contains the longest entry the
    formula will return the first instance of the longest
    entry.

    Biff

    >-----Original Message-----
    >Hi. What is the best / quickest way to find the longest

    entry (most
    >characters / numbers, etc.) in a column? Thanks.
    >.
    >


Closed 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