Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hello I need your help. I will warn you now, that I am new here and may not
know the EXACT terminology so please bare with me. I am trying to use an advanced filter that contains specific numbers... The text string looks something like these. 0002267 A HANSEN RICE 1542 Nonresidenti 0003936 I TITAN INDUST 3559 Special Indu 0006108 A GEA POWER CO 1711 Plumbing, He I need to be able to filter on specific ones like 1542 & 1711... Thank you VERY much for your help. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am assuming you know the basics as how to set up the criteria range with
headers etc. To get 1542 you can use * 1542 * assuming there is a space before and after will find all entries that have 1542 in the string. If you want entries with either those 2 you can setup the criteria like this Address Address * 1542 * * 1711 * replace Address with whatever header you use, note that OR filtering then you use the next value one cell below so if you have 3 different values you would use a criteria that is another header and the next value another row below so the whole area would cover 3X4 cells -- Regards, Peo Sjoblom "HeartMom" wrote in message ... Hello I need your help. I will warn you now, that I am new here and may not know the EXACT terminology so please bare with me. I am trying to use an advanced filter that contains specific numbers... The text string looks something like these. 0002267 A HANSEN RICE 1542 Nonresidenti 0003936 I TITAN INDUST 3559 Special Indu 0006108 A GEA POWER CO 1711 Plumbing, He I need to be able to filter on specific ones like 1542 & 1711... Thank you VERY much for your help. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell | Excel Discussion (Misc queries) | |||
change "true" and "false" to "availble" and "out of stock" | Excel Worksheet Functions | |||
HELP on "left","right","find","len","substitute" functions | Excel Discussion (Misc queries) | |||
how can I use "filter" but keep "title" row in sight? | Excel Discussion (Misc queries) | |||
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next | New Users to Excel |