P
Potsy
Hi
I have an excel sheet that has 4 drop down in Columns A,B,C and D
these are selected by user to generate a unique form number as
follows:
Column A: Department Code e.g. Sales = SA
Column B: Document Type e.g. Folder = FL
Column C: Form Number (1-99)
Column D: Revision Number (1-99)
I have concatenated in Column J to give 8 digit code above i.e. AA-BB-
CC-DD, however, need it to stop the user from entering and flag up if
that combination has already been used and reset. I have tried with
the following under validate > list > custom:
=COUNTIF($J$9:$J$202,J9)<=1
However, it only comes if I manually type value into column J and will
not work on a concatenated cell reference of A+B+C+D. Is there any way
to flag up when user selects drop downs and is referenced into Column
J (concatenated field).
Any help appreciated - i would sooner have drop downs to make it
easier than keying in code manually.
Thanks in advance.
Stuart
I have an excel sheet that has 4 drop down in Columns A,B,C and D
these are selected by user to generate a unique form number as
follows:
Column A: Department Code e.g. Sales = SA
Column B: Document Type e.g. Folder = FL
Column C: Form Number (1-99)
Column D: Revision Number (1-99)
I have concatenated in Column J to give 8 digit code above i.e. AA-BB-
CC-DD, however, need it to stop the user from entering and flag up if
that combination has already been used and reset. I have tried with
the following under validate > list > custom:
=COUNTIF($J$9:$J$202,J9)<=1
However, it only comes if I manually type value into column J and will
not work on a concatenated cell reference of A+B+C+D. Is there any way
to flag up when user selects drop downs and is referenced into Column
J (concatenated field).
Any help appreciated - i would sooner have drop downs to make it
easier than keying in code manually.
Thanks in advance.
Stuart