Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I have a list of symbols that are either 3, 4, or 5 characters in length and
wanted to filter them so the output consists only of those that are 3 characters in length. ex) A B C 1 aaa 2 bbbb 3 ccc 4 ddddd How would I make a list in column "B" with only those symbols that are 3-characters in lenght from column "A"? Thanks for your help in advance... |
#2
![]() |
|||
|
|||
![]()
I would employ an Advanced Filter using:
=LEN(A2)=3 for the criteria. To use an Advanced Filter, check out: http://www.contextures.com/xladvfilter01.html HTH Jason Atlanta, GA -----Original Message----- I have a list of symbols that are either 3, 4, or 5 characters in length and wanted to filter them so the output consists only of those that are 3 characters in length. ex) A B C 1 aaa 2 bbbb 3 ccc 4 ddddd How would I make a list in column "B" with only those symbols that are 3-characters in lenght from column "A"? Thanks for your help in advance... . |
#3
![]() |
|||
|
|||
![]()
Note that if you wish, you can autofilter them in place. Select Custom
from the autofilter dropdown and set the criterion to equals ??? In article , monkeytrader wrote: I have a list of symbols that are either 3, 4, or 5 characters in length and wanted to filter them so the output consists only of those that are 3 characters in length. ex) A B C 1 aaa 2 bbbb 3 ccc 4 ddddd How would I make a list in column "B" with only those symbols that are 3-characters in lenght from column "A"? Thanks for your help in advance... |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Help with data not getting plotted | Excel Discussion (Misc queries) | |||
Convert data of cells to any type: Number, Date&Time, Text | Excel Discussion (Misc queries) | |||
Refreshing Access data in Excel | Excel Discussion (Misc queries) | |||
Excel 97 chart opened in Excel 2003 - Source Data problem | Charts and Charting in Excel | |||
Can the number of times undo is used in Excel 2002 be increased? | Setting up and Configuration of Excel |