Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Mehboob Ellahi
 
Posts: n/a
Default how do i make a drop down list of selected names no repeatition

I have a list of 6000 entries in excel of which 4 namely x1,x2,x3 and x4 are
used repeadily and i want to make a drop down list to make my search easier
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Roger Govier
 
Posts: n/a
Default how do i make a drop down list of selected names no repeatition

Hi

Try marking your range of header cells then
DataFilterAutofilter
Use the dropdown on the appropriate column to select X1 etc.
--
Regards

Roger Govier


"Mehboob Ellahi" <Mehboob wrote in message
...
I have a list of 6000 entries in excel of which 4 namely x1,x2,x3 and x4
are
used repeadily and i want to make a drop down list to make my search
easier



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Otto Moehrbach
 
Posts: n/a
Default how do i make a drop down list of selected names no repeatition

If you are trying to find X1, X2, etc then Roger gave you a good way. But
from your subject line I gather that you want to make a list, from your
listing, that doesn't include any duplicates. Is that correct
Here are two methods for finding duplicates in a list:
Say you have a column of data that has some duplicate entries.
You want to find the duplicate entries.
Data is in column A starting at A1.
Formula in B1 is =If(Countif(A:A,A1)=1,True,False) Drag this to bottom of
table. Values appearing more than once appear as false. This can be modified
easily to show dups, triplicates etc.

And:
Format - Conditional Formatting
Formula is:
=COUNTIF(A:A,A1)1
Set the format as you wish.

HTH Otto
"Mehboob Ellahi" <Mehboob wrote in message
...
I have a list of 6000 entries in excel of which 4 namely x1,x2,x3 and x4
are
used repeadily and i want to make a drop down list to make my search
easier



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
How do I add names to a drop down list? Ron Excel Discussion (Misc queries) 2 September 17th 05 08:49 PM
list 1 has 400 names List 2 has 4000. find manes from list 1 on 2 Ed Excel Worksheet Functions 5 September 12th 05 09:48 AM
filter 400 names from list 1 from list 2 with 4000 names Ed Excel Worksheet Functions 2 September 4th 05 03:41 PM
How do I make other cells dependent on my drop down list? mae1778 Excel Discussion (Misc queries) 1 July 29th 05 04:25 PM
Trying to Create a Conditional Drop down list Noel Excel Worksheet Functions 6 July 26th 05 05:18 PM


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