Forum Discussion
Ricard_1967
Jul 11, 2022Copper Contributor
LISTA DESPLEGABLE / REPETICIONES EN RANGO
Hola,
Estoy buscando 1) hacer una lista desplegable que, según vayamos escogiendo sus valores, solo queden los que no han sido escogidos.
Es decir, si en una lista hay 7 colores: Azul, Blanco, Rojo, Verde, Amarillo, Marrón, Negro y se escoge el color Verde, no se pueda volver a escoger.
Por otra parte, estoy intentando programar un aviso de valores repetidos en cierto rango. Es decir, tengo 24 valores en un rango para los que quiero evitar que haya repeticiones.
¿Se puede conseguir esto en Excel?
Ricardo Sena Codina
email address removed for privacy reasons
Trying to exclude selected names from the drop-downs would be tedious with so many different ranges.
I have added a Worksheet_Change event procedure to the worksheet module that prevents users from entering the same name twice on the same day. The workbook is now a macro-enabled workbook
(*.xlsm), so you'll have to allow macros.
- Ricard_1967Copper ContributorI have been testing and it does not accept the range, or perhaps I have not been able to resolve the error.
Could you attach a sample workbook (without sensitive data), or if that is not possible, make it available through OneDrive, Google Drive, Dropbox or similar? Thanks in advance.