Formula help
Hello! I am trying to do a formula for something called "fire drill" They are checkboxes. I was trying to monthly, quarterly and yearly. I know the formulas, but wasn't sure how to do it for a checkbox. Example of "fire drill" below. Any idea?
Answers
-
For checkboxes, in your formulas use 1 and 0 for checked and unchecked. You can also use "True" and "False" for their values.
All the best,
-Ray
-
So any idea how to do this formula?
=IF(MONTH(Deadline@row) = 1, "January", IF(MONTH(Deadline@row) = 2, "February", IF(MONTH(Deadline@row) = 3, "March", IF(MONTH(Deadline@row) = 4, "April", IF(MONTH(Deadline@row) = 5, "May", IF(MONTH(Deadline@row) = 6, "June", IF(MONTH(Deadline@row) = 7, "July", IF(MONTH(Deadline@row) = 8, "August", IF(MONTH(Deadline@row) = 9, "September", IF(MONTH(Deadline@row) = 10, "October", IF(MONTH(Deadline@row) = 11, "November", IF(MONTH(Deadline@row) = 12, "December"))))))))))))
-
@ashdrap Can you describe your ultimate goal for the formula above and for the Fire Drill column. I think a little more clarity would help us assist you.
Smartsheet Community Champion and Ambassador
If my answer helped you, please be sure to mark it as Accepted to help future learners locate the information.
-
I was trying to get a formula that would count how many fire drill check boxes have been checked monthly, quarterly, but couldn't figure out the correct formula.
-
Hi all,
I would create another sheet and put the months in one column. In the next column I would do a COUNTIFS formula to count how many check boxes are checked for each month. Then that whole table could be displayed on a dashboard or something.
Unless there's a little more to the story that is. The unparseable error in the monthly column, I assume that column should just be pulling in the month name based on the Deadline column somewhere else. The actual counting would be done on the other sheet or maybe in the Sheet Summary popout window.
Crossing my fingers I got this one right.😄
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 437 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!