Friday, August 6, 2021

Google Sheet Sigle column No Duplicate Data Validation

 Here the example is given for column A:

=COUNTIF($A$2:$A711,$A13)<2

No comments:

Post a Comment

Linux command to find user who failed to login from pop/imap

 journalctl -u dovecot -g "auth failed" grep -i "auth failed" /var/log/mail.log | grep -E "imap|pop" journalct...