Autofilter > Unique Values

MarkAndrews

Well-known Member
Joined
May 2, 2006
Messages
1,970
Office Version
  1. 2010
Platform
  1. Windows
I have a list, which i run the auto filter on to extract a unique list

However - Contained in this list are Employee names and also document types

What i need to do is get rid of anything that isnt a name, is there a way Excel can do this? :rolleyes:

TIA

Mark
 

Excel Facts

Will the fill handle fill 1, 2, 3?
Yes! Type 1 in a cell. Hold down Ctrl while you drag the fill handle.
Andrew - Here's a sample of my data (although my list is 200+ rows)

Red = Employee Names
Efunds.xls
ABCD
1Name
2A94B94INsProcessed:
3AlwinFernandes
4AmjadShaikh
5AnupBatwar
6ArunLazur
7AudreyNataliaSoares
8AUTHACTsProcessed:
9BlandinaTrindale
10BLDPOLINsProcessed:
11BonaventureDsouza
12BROKACCTsProcessed:
13BROKAUTHsProcessed:
14CANCELsProcessed:
15CassandraMascarenhas
16CharlesChettiar
17CHCERTINsProcessed:
18ChetanVikas
19COMMSINsProcessed:
20CONFINsProcessed:
21COTsProcessed:
22DelilahCowan
23Detail:
24DhananjayThingalaya
25DivyaDesai
26DocumentClass:
27DocumentClass:A94B94IN
28DocumentClass:AUTHACT
29DocumentClass:BLDPOLIN
30DocumentClass:BROKACCT
Sheet2
 
Upvote 0
C1 must be blank. In C2 enter:

=ISNUMBER(SEARCH(":",A2))

In C4 type Name.

Data|Filter|Advanced Filter:

Copy to another location
List Range $A$1:$A$30
Criteria Range $C$1:$C$2
Copy to $C$4
 
Upvote 0
Andrew - Here's what i end up with
Efunds.xls
CDEF
1
2TRUE
3AlwinFernandes
4Name
5A94B94INsProcessed:
6AUTHACTsProcessed:
7BLDPOLINsProcessed:
8BROKACCTsProcessed:
9BROKAUTHsProcessed:
10CANCELsProcessed:
11CHCERTINsProcessed:
12COMMSINsProcessed:
13CONFINsProcessed:
14COTsProcessed:
15Detail:
16DocumentClass:
17DocumentClass:A94B94IN
18DocumentClass:AUTHACT
19DocumentClass:BLDPOLIN
20DocumentClass:BROKACCT
21DocumentClass:BROKAUTH
22DocumentClass:CANCEL
23DocumentClass:CHCERTIN
24DocumentClass:COMMSIN
25DocumentClass:CONFIN
26DocumentClass:COT
Sheet2
 
Upvote 0
Sorry, I've follwed your instructions as above & I get

"The extract range has a missing or illegal field name"

?
 
Upvote 0
Hi Andrew, I've followed your instructions again & it still gives me an error

"The extract range has a missing or illegal field name"
 
Upvote 0

Forum statistics

Threads
1,216,030
Messages
6,128,418
Members
449,449
Latest member
Quiet_Nectarine_

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top