LEN(A1) will give you the number of characters in A1, so you could put
this formula in a helper column:
=IF(LEN(A1)>1000,"Yes","")
and copy down. You can then apply autofilter to this column and select
Yes from the filter pull-down.
Hope this helps.
Pete
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.