Hi everyone
I have a spreadsheet where I dump several user data from AD as name , usernames , ID and many more fields and in the same sheet I have two macros: the first one counts the colors for the "Resumen" tab and the second macro counts de errors of each analyst in"Errores Seguridad Informática" tab as well as "Errores Casos Especiales", what I need is that in the third tab (Errores Seguridad Informática) automatically paste the names of the people who created users in AD (they are in the L2 column), I need the same for the fourth tab "Errores Casos Especiales".
Is it possible to automatically gather the names of the creators of Users accounts (Column L2) and put the "Creado Por (Nombre)" which are the DisplayNames in "Errores Seguridad Informática" tab and the same for "Errores Casos Especiales" tab? I believe the formula should match the DisplayName and his color and then decide if it goes to "Errores Seguridad Informática" or "Errores Casos Especiales" depending on the color.
Green is correct and goes to "Errores seguridad informatica" tab and red is incorrect also goes to "Errores seguridad informática".
Light blue is correct and goes to "Errores Casos Especiales" and orange is incorrect also goes to "Errores Casos Especiales" tab.
This is the link with the sheet with some examples:
https://www.dropbox.com/s/6omsosuzycsd31h/Example%20Sheet.xlsm
Many thanks!