View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ron Coderre
 
Posts: n/a
Default Data Validation Function Help

Would your situation be more easily handled by Option buttons (like in a
survey)?

Check out Dave Peterson's code on this website (it builds the form for you):
http://www.contextures.com/xlform01.html

Does that help?

***********
Regards,
Ron

XL2002, WinXP-Pro


"John Jost" wrote:

I am working on a cell validation formula (Data, Validation) where I provide
a list from a specified range. My list will have 10 choices. The form will
have three separate validation cells from which they will select their first,
second and third choices. As all three cells will show choices A-J, I want
to make sure they do no select the same option multiple times.

Can my lists that contain the same range, only contain the unselected values
from the other list boxes? For Example box one the user selects A, box two
should show options B-J. Option Box two, the user selects B, then box
three should not show A or B.

Can this be done?