Cell Content Greater than 24 Characters.

  • Thread starter Thread starter dlnorris
  • Start date Start date
D

dlnorris

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
 
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
 
Thank you for the quick response, worked like a charm.

Happy times.

Thank You
 

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