Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
J. J. is offline
external usenet poster
 
Posts: 6
Default Setting up a list where an item can only be picked once in Excel

I'm trying to set up a spreadsheet and I have a list where I would like items
picked only once.
Once that item has been picked, is it possible for it not to reappear in the
list in all the remaining cells in the range?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Setting up a list where an item can only be picked once in Excel

You can use data validation to do this.

Suppose the range of interest is A1:A5
Select the range A1:A5
Goto the menu DataValidation
Allow: Custom
Formula: =COUNTIF(A$1:A$5,A1)<2
OK out

Whenever you attempt to enter a duplicate value you'll get a popup error
message.

Biff

"J." wrote in message
...
I'm trying to set up a spreadsheet and I have a list where I would like
items
picked only once.
Once that item has been picked, is it possible for it not to reappear in
the
list in all the remaining cells in the range?



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,979
Default Setting up a list where an item can only be picked once in Excel

There are instructions here for hiding used items in a data validation list:

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



J. wrote:
I'm trying to set up a spreadsheet and I have a list where I would like items
picked only once.
Once that item has been picked, is it possible for it not to reappear in the
list in all the remaining cells in the range?



--
Debra Dalgleish
Contextures
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
Dropdown List - list item endings not visible if column too narrow AK9955 Excel Discussion (Misc queries) 2 April 27th 07 09:02 AM
How validation dropdown list open when cell is picked?. ron Excel Worksheet Functions 1 February 22nd 06 12:44 AM
If certain item is picked, then text added... roger_home Excel Discussion (Misc queries) 6 February 12th 06 10:39 PM
Spell Checking - Special Words Not Picked Up by Excel Hans Emilio Excel Discussion (Misc queries) 4 May 25th 05 02:25 PM
Selecting an Item from a List and getting a different item to pop. Matt Excel Worksheet Functions 1 December 7th 04 02:37 PM


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

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

About Us

"It's about Microsoft Excel"