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
RDP causes blue screen
Vlookup as MsAccess Query - possible? But with one variance...
How to use InvokeCommand with verb "COMPRESS"?
Lookup Values with Substring Match instead of Exact Match
Can VS 2008 run on the same computer as VS 2010?
Login to local account on Domain Computer
Replace part of ntext field SQL
Control Size of Form in ACCDE?
Query question - difference in single table
Integrity check job fails: sqlmaint.exe SQLSTATE 4200, Error 22029