|
Candice Santomauro, Director of Program Development at GreatSchools.org, uses Smartsheet to stay on top of One easy way to track progress on all these touchpoints is to use "Checkbox columns" to indicate (or check off) when the annual report or Spring Fundraiser invites are sent. By adding a checkbox formula, you can automate a sheet to count total number of invites sent – or anything else you can check off. Let's walk through how Santomauro could use the checkbox formula to keep track of invitations sent for GreatSchool.org’s Spring Fundraiser.
In this example, the pink row with “Spring Fundraiser Invite List” is the parent row. In the “Invite Sent?” column in the parent row, enter the formula: ="Total Sent: " + COUNTIF(CHILDREN(), 1)
With this formula applied, your sheet will automatically calculate the total number of invitations sent. It’s as easy as that.
This is just the beginning of the possibilities available with formulas in Smartsheet. In the coming weeks, we’ll walk you through many more ways you can use formulas to automate your sheets. In the meantime, our Help Center has some basic information about formulas. To help you get going with formulas in your own sheets, we built this template as a list of all of the formulas that work in Smartsheet. It’s a great reference to have when experimenting in your sheets for the first time. If you’ve got some time on your hands and are ready to learn even more, this instructional video will walk you through more of the ins and outs of formulas in Smartsheet: Til next time, dig in and explore! - Support Team
|
||
Comments
Checkbox Formula
This may be obvious, but just in case
If you don't want any text in front of the Count the formula is
="" + Countif(children(), 1)
When you leave out the "" + you just get a checked box
Multiple checklist columns
We use a tool called a "Red Dot/Green Dot" spreadsheet. It has rows along the side with every client's name. The columns are products from us that they either have purchased (green dot) or havent purchased yet (red dot).
If I put columns of check boxes, couldn't we see at a glance how many clients have purchased each product? or any product if we included prospects in our rows?
Re: Multiple checklist columns
Hi Becky,
Yes, you can certainly add in a checkbox column with this formula.
You can also apply a similar formula on your RYG columns:
Use =COUNTIF([RYG Column]:[RYG Column], "Red") to count all of the rows that contain red balls or =COUNTIF([RYG Column]:[RYG Column], "Green") to count all of the rows that contain green balls. If you run into any snags, feel free to email us directly to troubleshoot: support@smartsheet.com
Good luck!
Post new comment