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

Restrict Access to PHPMyAdmin with DirectAdmin

cd /usr/local/directadmin/ ./directadmin set one_click_pma_login 1 restart cd custombuild ./build update ./build set phpmyadmin_public no ./...