IF/THEN/ELSE Statement Help
Hi All,
I am looking to create and if then statement that will lead to a checkbox being filled if certain conditions are met. Bear with me as I try to spell it out below! Any suggestion is appreciated!
If columns 1 and 2 have data populated, look at column 3
If column three is "Yes" look if date A is populated - if yes, check box
If column three is "No" look if date B is populated - if yes check box
Let me know if anyone has any thoughts!
Thanks
-JD
Answers
-
=if(and([column1]@row<>"",[column2]@row<>""),if(and([column3]@row="Yes",[datecolumnA]@row<>""),1,if(and([column3]@row="No",[datecolumnB]@row<>""),1,0)))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 423 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 144 Just for fun
- 59 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 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!