I have a simple sheet, a dictionary that after the user has entered the definition will be awarded 1 point.
Column A holds the word
Column B will hold the definition
Col C holds =IF(ISBLANK(B3),"No","Yes")
Col D holds =IF(ISBLANK(B3),"0","1")
Column D will hold the points so at the bottom I...