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
Using ADO on Access Database 'parameter query'
Clone Windows 7 to new drive
How to get file path/name after drag drop.
adding a text box to a radio button list?
Opening explorer with a batch file.
CALLING .CS .ASMX WEB SERVICES JAVASCRIPT AND GETTING A RESPONSE
Select month view via scroll bar
Auto Tabbing in a MS Access 2003 Form
pause code in sql2008 through Access07
Cannot execute stored procs from Access without using SQL Native Client driver