dbashby1969
New Member
- Joined
- Mar 8, 2015
- Messages
- 2
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 want to auto calculate the points awarded but no matter what when I use the =SUM(D3:D31) I still get Zero in the total. Can someone advise why this what should be simple task is not working.
Thanks
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 want to auto calculate the points awarded but no matter what when I use the =SUM(D3:D31) I still get Zero in the total. Can someone advise why this what should be simple task is not working.
Thanks