Summing cells with text and checkbox
Hello,
I am looking for a formula to add cells that include both text and a checkbox. Please see example below.
If Request Type is "FSA" and the box under "Backlog" is checked, formula return a "1". Similarly, if Request Type is "Warranty" and the box under "Backlog" is checked, the formula returns a "1".
Thanks again for your help! Being so new to Smartsheet, I feel like I would just run in circles without this resource!
Best Answer
-
Worked like a charm! Thank you!
Answers
-
Are you wanting to add together all of the cells in the [FSA Backlog] column, or are you trying to automatically generate the 1's in that column or are you trying to get a count of how many rows are "FSA" and the Backlog box is checked?
-
I believe these two formulas will get you going.
=IF(AND([request type]@row = "FSA", backlog@row = "true"), 1, 0)
=IF(AND([request type]@row = "Warranty", backlog@row = "true"), 1, 0)
-
Worked like a charm! Thank you!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 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!