Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Using Find or search for Cells with <3 Characters?

I have an excel spreadsheet with thousands of entries in it down just
one column "A". My question is, how do I find just the cells with less
than 3 or 4 characters in them and with or without numbers also? Is
this possible?

Thanks for your help!!

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 93
Default Using Find or search for Cells with <3 Characters?

Paste this function in column B and copy down
=IF(LEN(A1)<3,"less","more")
it will tell you if it has less than 3
Or a better way is just to do a =Len(A1) and copy that down then copy paste
special values and sort.

--
--
-John
Please rate when your question is answered to help us and others know what
is helpful.

"MichiganMan" wrote in message
ups.com...
I have an excel spreadsheet with thousands of entries in it down just
one column "A". My question is, how do I find just the cells with less
than 3 or 4 characters in them and with or without numbers also? Is
this possible?

Thanks for your help!!



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Find and replace for cells with certain number of characters. JRC[_2_] Excel Worksheet Functions 8 December 28th 09 03:02 PM
find cells that contain specific characters mshornet Excel Worksheet Functions 8 November 23rd 05 02:02 PM
Find cells containing a specified number of characters jdanker Excel Discussion (Misc queries) 3 August 23rd 05 08:57 PM
Cells.Find , why it DOESN'T search ? help Andrzej Excel Programming 7 May 29th 05 07:25 AM
Cells.Find , why it DOESN'T search ? help Andrzej New Users to Excel 1 May 22nd 05 02:42 PM


All times are GMT +1. The time now is 04:10 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"