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
How to use CDatabase's ExecuteSQL to find the record or row and then get the result, such as in CRecordSet
Import binary data into SQL 2005
How to export data from various tables into a single xml file
VBA code to paste into webpage textbox and select from a dropdown box.
How to get reference to AxWebbrowser
Use a second axis in Acces PivotChart
Join unrelated tables
How do I add an icon to the Add/Remove Programs Property?
Scripting Problem with IFMEMBER
left column thing is gone in FrontPage 2003