+ Reply to Thread
Results 1 to 4 of 4

Cell Content Greater than 24 Characters.

  1. #1
    Registered User
    Join Date
    10-13-2005
    Posts
    2

    Cell Content Greater than 24 Characters.

    I am needing to sort a column by cells that have greater than 24 characters. Is there a simple function to achieve this?

    Thanks in advance.

    -Donald

  2. #2
    Forum Expert Cutter's Avatar
    Join Date
    05-24-2004
    Location
    Ontario,Canada
    MS-Off Ver
    Excel 2010
    Posts
    6,451
    If your data starts in A1 then in B1 type:

    =IF(LEN(A1)>24,1,0)

    Drag copy the formula down as far as necessary.

    Now select the used range in the 2 columns and do a sort on it based on the value in column B

  3. #3
    Registered User
    Join Date
    10-13-2005
    Posts
    2

    Smile Thank you

    Thank you for the quick response, worked like a charm.

    Happy times.

    Thank You.

  4. #4
    Forum Expert Cutter's Avatar
    Join Date
    05-24-2004
    Location
    Ontario,Canada
    MS-Off Ver
    Excel 2010
    Posts
    6,451
    You're welcome. Glad it helped and thanks for acknowledging.

+ 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