I've a range named "staff" which I have set a validation: List --> source =
INDIRECT($B$1). For the dropdown list, the users can select the staff name
within the range. However, in the meantime, I want to set another validation
to the range so that there is no duplicate entry: Custom --> source =
COUNTIF($C$C, C2)<=1. However, when I select the range and want to set
another validation, the first validation appears and seems I cannot input
another validation. Is there a way to do this? If yes, how? If no, please
advise is there other way to achieve this.
Thanks in advance.
See if this helps:
http://contextures.com/xlDataVal03.html
--
Biff
Microsoft Excel MVP
"Freshman" <Fres...@discussions.microsoft.com> wrote in message
news:43AE97FD-FEDE-4EBB...@microsoft.com...
I've read the link before but I just want to know whether I can use
validation to do this job and can Excel allows use to use 2 validation for
the same range.
Thanks & regards.
"T. Valko" wrote:
> .
>
The info at that link is still using only one type of validation (list) but
how it's implemented it actually applies two types of validation, list and
only allow one unique selection per cell.
--
Biff
Microsoft Excel MVP
"Freshman" <Fres...@discussions.microsoft.com> wrote in message
news:66F4C692-57B9-4BCF...@microsoft.com...