Microsoft
Software
Hardware
Network
Question : excel formula to create a password list.
I am trying to create an excel formula to create a password list. The first column is first name. Second column last name. Third column four digit employee number. Forth column would create the password: first letter of first and last name then @ symbol then employee number. (I.e. john smith 5432 would be js@5432). Any suggest on how to create the formula? Thanks in Advanced.
Answer : excel formula to create a password list.
=LCASE(Left(A1,1)&left(B1,
1)) & "@" & C1
But that is very impracticle for a password.
If an employee picks up on the pattern. They could guess another employees password
Posted via EE Mobile
Random Solutions
Delete subjob record when delete main table record
Access multile servers by RDP thru ISA 2006
Can't login after changing from domain to workgroup
MS Excel, MS Office
Help with multiselect listbox
Web Parts Manager
OL 2003 - My macro causes "this outlook session contains macros" warning
Visual Studio creates an error in my rc file every time I change a menu
SQL creating table relationship trouble
dbcc loginfo ( a details explaination )