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
.net framework 3.5 install hangs
Win 7, running 32bit software on a 64bit machine
Find Duplicate Query
How can I change the colour of text in a report field to match a colour specified in the report?
MS Access XP Report shows no "Print Custom Size" y?
Access 2007 Slow on Subforms
Get all realted downloads to a subcategory
Counting the number of time an item occurs with another event
How do I access another column of data in a ComboBox?
Certreq in Windows 2003 Server (Certificate Authority)