Validate strong password
To test for strong passwords, you can use a formula based on the REGEXTEST function. In the worksheet shown, the formula in cell D5, copied down, is: =REGEXTEST(B5,"^(?=.*[A-Z])(?=.*[a-z])(?=.*\d)(?=.*[^\w\s])[^\s]{8,15}$") On each row, the formula …Read more