Setting up the best formula
Hi all
Can someone please help me. I am new to setting up formulas and have been successful in doing a number of them on my smartsheet already however for some reason my brain has gone dead and I cannot figure out a formula.
I have a column which is a checkbox, I want a formula set up to notify me how many have been ticked. So far I got COUNT(CHILDREN([Todays Date]196:[Todays Date]207)), however I don't know what to put for it to count the checked boxes.
Please can some advise me or tell me I am wayyyyy off track with this??
Thanks
Answers
-
Can you describe your process in more detail and maybe share the sheet(s)/copies of the sheet(s) or some screenshots? (Delete/replace any confidential/sensitive information before sharing) That would make it easier to help. (share too, andree@getdone.se)
I hope that helps!
Be safe and have a fantastic week!
Best,
Andrée Starå
Workflow Consultant / CEO @ WORK BOLD
✅Did my post(s) help or answer your question or solve your problem? Please help the Community by marking it as the accepted answer/helpful. It will make it easier for others to find a solution or help to answer!
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
What kind of column type are you adding the formula to?
You'll need to use a COUNTIFS function.
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
Try this...
=COUNTIFS(CHILDREN([Todays Date]196:[Todays Date]207), 1)
-
Below is the screenshot of the formula which I have entered for the column labelled "Todays Jobs". As you can see I have 2 boxes in that column which has a tick in the box, however formula comes back with #UNPARSEABLE
The formula I have used is COUNTIFS(CHILDREN[Todays Jobs]196:[Todays Jobs]211,1)
-
Can you try adding the screenshot again because it's not showing?
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
Hi Rachelle,
Paul Newcome got the right answer. Only forgot the closing parenthesis of the CHILDREN function.
I think this should solve your problem :
=COUNTIFS(CHILDREN([Todays Jobs]:[Todays Jobs]), 1)
Have a great day!
Mathieu @evolytion
Mathieu | Workflow Consultant
info@evolytion.com
-
Hi Mathieu
I've tried it this way as well and it still doesn't work
I've also tried it noting the rows to count under the Child indent as well and that still won't work. I may have to find another way to do it
Thanks
Rachelle
-
Based on your screenshot, try this...
=COUNTIFS(CHILDREN([Todays Jobs]1), 1)
-
Strange!
I'd be happy to take a quick look.
Can you maybe share the sheet(s)/copies of the sheet(s)? (Delete/replace any confidential/sensitive information before sharing) That would make it easier to help. (share too, andree@getdone.se)
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
I will send you the access now Andre
Its under The Tuesday heading, you will see where I have the error.
The formula =COUNTIFS(CHILDREN([Todays Jobs]1),1) does work however it is counting the whole row. I only want it to count specific rows under this heading and not the whole row
-
You will want to make sure the column in the formula is the checkbox column since I cannot see your column names. The row reference should be the row number that contains "Tuesday" (the parent row).
-
Excellent!
Glad we got it working!
✅Remember! Did my post(s) help or answer your question or solve your problem? Please help the Community by marking it as the accepted answer/helpful. It will make it easier for others to find a solution or help to answer!
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
Problem solved! Thank you all for your help
-
What was the solution?
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.1K Get Help
- 414 Global Discussions
- 221 Industry Talk
- 460 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!