COUNTIF/AND/THEN CHECK A BOX OR SYMBOL
FORMULA 1-I need a formula that will "count 5" check boxes and a "contain" to either "check a box or a symbol."
Answers
-
Hi @Bobby1 !
If I'm understanding the scenario correctly, this should work:
=IF(AND(COUNTIF([data entry]@row:pca@row, true) = 4, review@row = "1-Complete"), true, false)
It will check on (true) your Complete column if there 4 checks AND Review = 1-Complete.
-
thank you.. it returbed invalid or incorrect
=IF(AND(COUNTIF([Data Entry]@row:[PCA STAMP]@row, true) = 4, [Fiscal Review]@row = "1-Complete"), true, false)
-
Hi @Bobby1
What type of column are you putting the formula into?
This is built to be written into a checkbox type of column:
=IF(AND(COUNTIF([Data Entry]@row:[PCA STAMP]@row, true) = 4, [Fiscal Review]@row = "1-Complete"), true, false)
However if you're using Symbols, you'll want to change the input at the end:
=IF(AND(COUNTIF([Data Entry]@row:[PCA STAMP]@row, true) = 4, [Fiscal Review]@row = "1-Complete"), "Yes", "No")
Cheers,
Genevieve
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 458 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 137 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!