FuzzyTom
New Member
- Joined
- May 26, 2011
- Messages
- 24
Hi,
I have a range say A1:A100 that is populated with Client Names.
I would like to use Advance Filter to copy unique values of Client Names to another Range ... say G1 and in another case H1.
This is the criteria I have been testing for a while with no success:
in Range B2, my criteria range, I have:
="=*-ccs"
My thinking being that I would like all unique entries in A1:A100 that have "-ccs" as part of the Client name copied to G1
Then for my second case my criteria range, C2, is:
="<>*.ccs"
Again, I was hoping for all Client Names that do not have "-ccs" as part of the Client Name copied to H1.
I was thinking when I get this to work I would record the whole operation and thereby see the VBA code necessary to achieve the result.
Well, I cannot even get this to work ... typically that means I need to get more knowledge and being smart I know exactly where to go for this knowledge.
Any pointers, suggestions or help you can offer will be appreciated.
Thanks.
Tom.
I have a range say A1:A100 that is populated with Client Names.
I would like to use Advance Filter to copy unique values of Client Names to another Range ... say G1 and in another case H1.
This is the criteria I have been testing for a while with no success:
in Range B2, my criteria range, I have:
="=*-ccs"
My thinking being that I would like all unique entries in A1:A100 that have "-ccs" as part of the Client name copied to G1
Then for my second case my criteria range, C2, is:
="<>*.ccs"
Again, I was hoping for all Client Names that do not have "-ccs" as part of the Client Name copied to H1.
I was thinking when I get this to work I would record the whole operation and thereby see the VBA code necessary to achieve the result.
Well, I cannot even get this to work ... typically that means I need to get more knowledge and being smart I know exactly where to go for this knowledge.
Any pointers, suggestions or help you can offer will be appreciated.
Thanks.
Tom.