Share Views Share Knowledge
Showing posts with label
Excel
.
Show all posts
Showing posts with label
Excel
.
Show all posts
Generate Random Password in Excel
Below is the formula which can be used to generate random password in excel.
Copy and paste this formula in excel file to generate random password
=CHAR(INT(RAND()*26+65))&INT(RAND()*3+190)&CHAR(INT(RAND()*26+65))&INT(RAND()*26+65)&CHAR(INT(RAND()*26+65))&CHAR(INT(RAND()*26+65))
Older Posts
Home
Subscribe to:
Posts (Atom)