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
creating variables out of column items
Push mail on SBS2008 problem
SystemDB and MDW questions
Table parameter in SQL 2008
OSC 2007 R2, need to deploy a FQDN pool. not sure how to
After Update event code
MS Access 2007 Passthrough Query Fails
SBS 2008/Exchange 2007 broken Autodiscover
Can't reach <a rel="nofollow" href="http://localhost" target="_blank">http://localhost</a>
SQL - Filter Dates from Two Different Tables