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
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 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!