Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Advanced filter criteria

I am using the AdvancedFilter technique to filter a large data set.

Everything works fine. I am searching in a particular column for text
matching the following pattern:

="=*TEXT*"

and this works well. However, I need to use this filter to find records
that contain double quote marks: " (the column contains part descriptions
like '17" alloy wheels' and I want to filter out all the ones containing 17")

If I include them in the expression, it doesn't work - I can't work out how
to specify the criteria to include the quote marks. This isn't accepted:

="*17"*"

but any ideas as to what will be accepted?!

Thanks
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default Advanced filter criteria

diPrefix with tilde ~

equals *~"*

or

contains ~"

--
Jacob


"Andy Faulkner" wrote:

I am using the AdvancedFilter technique to filter a large data set.

Everything works fine. I am searching in a particular column for text
matching the following pattern:

="=*TEXT*"

and this works well. However, I need to use this filter to find records
that contain double quote marks: " (the column contains part descriptions
like '17" alloy wheels' and I want to filter out all the ones containing 17")

If I include them in the expression, it doesn't work - I can't work out how
to specify the criteria to include the quote marks. This isn't accepted:

="*17"*"

but any ideas as to what will be accepted?!

Thanks

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Advanced filter criteria

Excel won't let me enter that formula. The formula has to be entered like
this:

="=*~"*"

but Excel won't accept that and gives an error in formula.

"Jacob Skaria" wrote:

diPrefix with tilde ~

equals *~"*

or

contains ~"

--
Jacob


"Andy Faulkner" wrote:

I am using the AdvancedFilter technique to filter a large data set.

Everything works fine. I am searching in a particular column for text
matching the following pattern:

="=*TEXT*"

and this works well. However, I need to use this filter to find records
that contain double quote marks: " (the column contains part descriptions
like '17" alloy wheels' and I want to filter out all the ones containing 17")

If I include them in the expression, it doesn't work - I can't work out how
to specify the criteria to include the quote marks. This isn't accepted:

="*17"*"

but any ideas as to what will be accepted?!

Thanks

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
Criteria for Advanced Filter HELP knowshowrosegrows New Users to Excel 5 February 21st 09 12:32 PM
Advanced filter criteria Marvin Buzz Excel Discussion (Misc queries) 2 May 23rd 08 02:37 PM
Advanced filter criteria Phil C Excel Discussion (Misc queries) 4 April 10th 07 07:48 AM
Advanced filter and Criteria Range gearoid Excel Discussion (Misc queries) 2 July 20th 05 02:33 PM
"Criteria Range" in the "Data/Filter/Advanced Filter" to select Du TC Excel Worksheet Functions 1 May 12th 05 02:06 AM


All times are GMT +1. The time now is 12:40 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"