Check out theFormula Handbook templateto view 100+ formulas, including a glossary of every function and examples of commonly used and advanced formulas.
Formulas and Functions
Discussion List
Help Article Resources
Categories
Popular Tags
- Formulas10,008
- Project Management4,279
- Sheets3,561
- Reports2,480
- 形式2,240
- functionality2,053
- IT & Operations1,741
- Automations1,612
- Support1,483
- Cell linking1,475
- Enhancement Request1,461
- Email Notifications1,370
- Account and User Management1,366
- Integrations1,194
- Conditional Formatting1,156
- Dashboards1,081
- Construction1,078
- API and Developers858
- Manufacturing858
- Sharing and Collaboration852
- Update Requests774
- Gantt View760
- Product Development757
- Calendar View736
- Attachments727
This should work<\/p>
<\/p>
=IF(CONTAINS(\"TBD\", [Total column]1:[Total column]16), \"TBD\", SUM( [Total column]1:[Total column]16))<\/p>"}]}},"status":{"statusID":3,"name":"Accepted","state":"closed","recordType":"discussion","recordSubType":"question"},"bookmarked":false,"unread":false,"category":{"categoryID":322,"name":"Formulas and Functions","url":"https:\/\/community.smartsheet.com\/categories\/formulas-and-functions","allowedDiscussionTypes":[]},"reactions":[{"tagID":3,"urlcode":"Promote","name":"Promote","class":"Positive","hasReacted":false,"reactionValue":5,"count":0},{"tagID":5,"urlcode":"Insightful","name":"Insightful","class":"Positive","hasReacted":false,"reactionValue":1,"count":0},{"tagID":11,"urlcode":"Up","name":"Vote Up","class":"Positive","hasReacted":false,"reactionValue":1,"count":0},{"tagID":13,"urlcode":"Awesome","name":"Awesome","class":"Positive","hasReacted":false,"reactionValue":1,"count":0}],"tags":[{"tagID":254,"urlcode":"Formulas","name":"Formulas"}]},{"discussionID":104618,"type":"question","name":"Using ISBLANK with a checkbox cell","excerpt":"I'm trying to create a formula for my sheet that is counting a total number of items in the sheet within certain parameters, I've gotten the formula down for most of them but where I've run into issues is that my final formula either needs to be based on a column that is a checkbox OR if another column is NOT blank. The…","categoryID":322,"dateInserted":"2023-04-28T15:38:37+00:00","dateUpdated":"2023-04-28T15:45:57+00:00","dateLastComment":"2023-04-28T16:17:06+00:00","insertUserID":154905,"insertUser":{"userID":154905,"name":"Galadriel975","url":"https:\/\/community.smartsheet.com\/profile\/Galadriel975","photoUrl":"https:\/\/aws.smartsheet.com\/storageProxy\/image\/images\/u!1!knMqvzomcgo!3GtrPzY0BLo!ed-Utf2KUko","dateLastActive":"2023-04-28T18:54:47+00:00","banned":0,"punished":0,"private":false,"label":"✭✭"},"updateUserID":154905,"lastUserID":154905,"lastUser":{"userID":154905,"name":"Galadriel975","url":"https:\/\/community.smartsheet.com\/profile\/Galadriel975","photoUrl":"https:\/\/aws.smartsheet.com\/storageProxy\/image\/images\/u!1!knMqvzomcgo!3GtrPzY0BLo!ed-Utf2KUko","dateLastActive":"2023-04-28T18:54:47+00:00","banned":0,"punished":0,"private":false,"label":"✭✭"},"pinned":false,"pinLocation":null,"closed":false,"sink":false,"countComments":2,"countViews":25,"score":null,"hot":3365396143,"url":"https:\/\/community.smartsheet.com\/discussion\/104618\/using-isblank-with-a-checkbox-cell","canonicalUrl":"https:\/\/community.smartsheet.com\/discussion\/104618\/using-isblank-with-a-checkbox-cell","format":"Rich","tagIDs":[249,254],"lastPost":{"discussionID":104618,"commentID":373720,"name":"Re: Using ISBLANK with a checkbox cell","url":"https:\/\/community.smartsheet.com\/discussion\/comment\/373720#Comment_373720","dateInserted":"2023-04-28T16:17:06+00:00","insertUserID":154905,"insertUser":{"userID":154905,"name":"Galadriel975","url":"https:\/\/community.smartsheet.com\/profile\/Galadriel975","photoUrl":"https:\/\/aws.smartsheet.com\/storageProxy\/image\/images\/u!1!knMqvzomcgo!3GtrPzY0BLo!ed-Utf2KUko","dateLastActive":"2023-04-28T18:54:47+00:00","banned":0,"punished":0,"private":false,"label":"✭✭"}},"breadcrumbs":[{"name":"Home","url":"https:\/\/community.smartsheet.com\/"},{"name":"Formulas and Functions","url":"https:\/\/community.smartsheet.com\/categories\/formulas-and-functions"}],"groupID":null,"statusID":3,"attributes":{"question":{"status":"accepted","dateAccepted":"2023-04-28T16:17:11+00:00","dateAnswered":"2023-04-28T16:11:43+00:00","acceptedAnswers":[{"commentID":373718,"body":"
The ISBLANK should work, but generally I use slightly different syntax to say \"is checked\" or \"Is not checked\".<\/p>
<\/p>
Is checked<\/p>
@cell = 1<\/p>
<\/p>
Is not checked<\/p>
@cell <> 1<\/p>
<\/p>
=COUNTIFS({Range}, @cell = 1)<\/p>
=COUNTIFS({Range}, @cell <> 1)<\/p>"}]}},"status":{"statusID":3,"name":"Accepted","state":"closed","recordType":"discussion","recordSubType":"question"},"bookmarked":false,"unread":false,"category":{"categoryID":322,"name":"Formulas and Functions","url":"https:\/\/community.smartsheet.com\/categories\/formulas-and-functions","allowedDiscussionTypes":[]},"reactions":[{"tagID":3,"urlcode":"Promote","name":"Promote","class":"Positive","hasReacted":false,"reactionValue":5,"count":0},{"tagID":5,"urlcode":"Insightful","name":"Insightful","class":"Positive","hasReacted":false,"reactionValue":1,"count":0},{"tagID":11,"urlcode":"Up","name":"Vote Up","class":"Positive","hasReacted":false,"reactionValue":1,"count":0},{"tagID":13,"urlcode":"Awesome","name":"Awesome","class":"Positive","hasReacted":false,"reactionValue":1,"count":0}],"tags":[{"tagID":249,"urlcode":"Education","name":"Education"},{"tagID":254,"urlcode":"Formulas","name":"Formulas"}]}],"title":"Trending in Formulas and Functions ","subtitle":null,"description":null,"noCheckboxes":true,"containerOptions":[],"discussionOptions":[]}">