Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Find and replace for cells with certain number of characters. | Excel Worksheet Functions | |||
find cells that contain specific characters | Excel Worksheet Functions | |||
Find cells containing a specified number of characters | Excel Discussion (Misc queries) | |||
Cells.Find , why it DOESN'T search ? help | Excel Programming | |||
Cells.Find , why it DOESN'T search ? help | New Users to Excel |