Calculating todays register
Options

Ed Gadd
✭✭✭✭✭
Hi All,
I'm trying to create a formula which will count a one for a ticked box and count 0 for a crossed box.
I have a date column along side and wish to only count todays totals
Is there a formula which can do this please? Or should I simply populate the boxes with 1's and 0's?
Thank you
Answers
-
Hi @Ed Gadd,
What field type are you using? If it is a checked box these have values of 1 when ticked or 0 when not. If using this the formula would look like this.
=SUM(RowName:RowName)
If you are using symbols like the one below there is a word value for each symbol and the formula would look like this.
=COUNTIF(RowName:RowName,"Yes")
Hope this helps!
John
-
Help Article Resources
Categories
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!