Im trying to check the box in Column 2 with either TTP or TTV value in either Column’s 3 or 4 and th
Best Answer
-
Hello @Hobo
It looks like your request was truncated. Are you trying to check the box if either columns have TTP or TTV in them? Is there more to the condition? If not, try the formula below.
=IF(COUNTIFS([Column 3]@row:[Column 4]@row, OR(@cell = "TTP", @cell = "TTV")) > 0, 1)
Will this work for you?
Kelly
Answers
-
Hello @Hobo
It looks like your request was truncated. Are you trying to check the box if either columns have TTP or TTV in them? Is there more to the condition? If not, try the formula below.
=IF(COUNTIFS([Column 3]@row:[Column 4]@row, OR(@cell = "TTP", @cell = "TTV")) > 0, 1)
Will this work for you?
Kelly
-
Hi Kelly thanks this works perfectly!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 439 Global Discussions
- 138 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!