Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a list of numbers I auto-filtered. When I try to run a custom
filter using ends with or begins with it show no results (there should be results) It works fine if I use the equal condition. Any ideas why it isn't working with begins with or ends with? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Real numbers won't work the way you want.
But if you add a helper column and convert that number number to a text number, you could filter on that helper column. You could use: =text(a2,"0000.000") or =a2&"" to convert to text (depending on what you want to see) wrote: I have a list of numbers I auto-filtered. When I try to run a custom filter using ends with or begins with it show no results (there should be results) It works fine if I use the equal condition. Any ideas why it isn't working with begins with or ends with? -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thank you very much, it worked!
Dave Peterson wrote: Real numbers won't work the way you want. But if you add a helper column and convert that number number to a text number, you could filter on that helper column. You could use: =text(a2,"0000.000") or =a2&"" to convert to text (depending on what you want to see) wrote: I have a list of numbers I auto-filtered. When I try to run a custom filter using ends with or begins with it show no results (there should be results) It works fine if I use the equal condition. Any ideas why it isn't working with begins with or ends with? -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Auto Filter problems... | Excel Worksheet Functions | |||
Counting items in auto filter - how? | Excel Discussion (Misc queries) | |||
URGENT !! Auto Filter | Excel Discussion (Misc queries) | |||
Have you had a problem with Auto Filter freezing? | Excel Discussion (Misc queries) | |||
Auto Filter problem | Excel Worksheet Functions |