Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 17
Default Alternatives to advance filtering?

Anyones help would be greatly appreciated. I believe that when using the
advance filter function it applies an asterix/wildcard at the end of the
word. Can anyone tell me what the VBA coding is to look for a true/exact word
- i think it incorporates and = sign immediately before the word?


--


Alwyas Trying
Eddie
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Alternatives to advance filtering?

Enter this as text (preform the cell as text or start with an apostrophe):

'=Ed
(to retrieve all the Ed's, but not the Eddie's.)

Or use a formula that evaluates to that same text string.
="="&"ED"

Eddie Holder wrote:

Anyones help would be greatly appreciated. I believe that when using the
advance filter function it applies an asterix/wildcard at the end of the
word. Can anyone tell me what the VBA coding is to look for a true/exact word
- i think it incorporates and = sign immediately before the word?

--

Alwyas Trying
Eddie


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 17
Default Alternatives to advance filtering?

That is great Thank you Dave
--


Alwyas Trying
Eddie


"Dave Peterson" wrote:

Enter this as text (preform the cell as text or start with an apostrophe):

'=Ed
(to retrieve all the Ed's, but not the Eddie's.)

Or use a formula that evaluates to that same text string.
="="&"ED"

Eddie Holder wrote:

Anyones help would be greatly appreciated. I believe that when using the
advance filter function it applies an asterix/wildcard at the end of the
word. Can anyone tell me what the VBA coding is to look for a true/exact word
- i think it incorporates and = sign immediately before the word?

--

Alwyas Trying
Eddie


--

Dave Peterson

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 272
Default Alternatives to advance filtering?

Another option is to check "transition formula evaluation" in Excel options,
before applying the filter, but make sure to uncheck it off after.

ActiveSheet.TransitionExpEval=True
Range.AdvancedFilter ...
ActiveSheet.TransitionExpEval=False


"Eddie Holder" wrote:

Anyones help would be greatly appreciated. I believe that when using the
advance filter function it applies an asterix/wildcard at the end of the
word. Can anyone tell me what the VBA coding is to look for a true/exact word
- i think it incorporates and = sign immediately before the word?


--


Alwyas Trying
Eddie

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
Sorting data and Advance filtering to get totals on a spreadsheet Pinlaro Excel Discussion (Misc queries) 4 December 19th 08 05:13 PM
Need advance filtering to grab records that contain certain charac Bendinblues Excel Discussion (Misc queries) 4 November 4th 07 11:55 PM
What are the alternatives ??? christopherp Excel Discussion (Misc queries) 4 March 19th 06 02:39 PM
advance filtering [email protected] Excel Discussion (Misc queries) 3 February 28th 06 04:24 PM
Advance filtering with multiple conditons falloutx Excel Discussion (Misc queries) 3 January 21st 06 07:28 PM


All times are GMT +1. The time now is 08:45 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"