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))



1 comment: