Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
andrewm
 
Posts: n/a
Default lists and validation


Hi - I am using data validation list to create a list. I would like to
in the same cells use data validation custom with countif to limit
duplicates. what can I do. I do not really want to use vba if I don't
have to.any suggestions and can someone point to me to the right
direction

andrewm


--
andrewm
------------------------------------------------------------------------
andrewm's Profile: http://www.excelforum.com/member.php...o&userid=23130
View this thread: http://www.excelforum.com/showthread...hreadid=381560

  #2   Report Post  
Bob Phillips
 
Posts: n/a
Default

You can't use COUNTIF to remove duplicates, you will need to filter the
source using DataFilterAdvanced Filter with Unique Records checked and
Filter in Place.

--
HTH

Bob Phillips

"andrewm" wrote in
message ...

Hi - I am using data validation list to create a list. I would like to
in the same cells use data validation custom with countif to limit
duplicates. what can I do. I do not really want to use vba if I don't
have to.any suggestions and can someone point to me to the right
direction

andrewm


--
andrewm
------------------------------------------------------------------------
andrewm's Profile:

http://www.excelforum.com/member.php...o&userid=23130
View this thread: http://www.excelforum.com/showthread...hreadid=381560



  #3   Report Post  
Mike
 
Posts: n/a
Default

Try using the vlookup and "isna" functions in the custom validation.
Something like:

=isna(vlookup(a10,a$1:a9,1,false))=true.

this will try to lookup the newly entered value in the cells above, and if
it doesn't find it above, it will allow entry, if there is a duplicate above,
it will alert

Good luck
--
Mike L


"andrewm" wrote:


Hi - I am using data validation list to create a list. I would like to
in the same cells use data validation custom with countif to limit
duplicates. what can I do. I do not really want to use vba if I don't
have to.any suggestions and can someone point to me to the right
direction

andrewm


--
andrewm
------------------------------------------------------------------------
andrewm's Profile: http://www.excelforum.com/member.php...o&userid=23130
View this thread: http://www.excelforum.com/showthread...hreadid=381560


  #4   Report Post  
Debra Dalgleish
 
Posts: n/a
Default

Another option is to hide the previously used items, as explained he

http://www.contextures.com/xlDataVal03.html

andrewm wrote:
Hi - I am using data validation list to create a list. I would like to
in the same cells use data validation custom with countif to limit
duplicates. what can I do. I do not really want to use vba if I don't
have to.any suggestions and can someone point to me to the right
direction



--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html

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
Adding entry to validation list without retyping all lists BB Excel Discussion (Misc queries) 2 June 14th 05 10:26 PM
6 Data Validation lists depending on 1 cell value beel Excel Discussion (Misc queries) 9 June 10th 05 07:34 PM
Data Validation - Drop down lists - if then? Steve R Excel Discussion (Misc queries) 2 April 8th 05 06:13 PM
how do I add data validation dropdown lists to a Form SteveD.IFlora Excel Worksheet Functions 3 January 21st 05 04:48 PM
Data Validation Lists Kathy - Lovullo Links and Linking in Excel 1 December 14th 04 02:31 PM


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