Calculating todays register
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
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.5K Get Help
- 424 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 146 Just for fun
- 63 Community Job Board
- 465 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!