IF/THEN/ELSE Statement Help

jdaquanno1
✭✭
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
- 67.3K Get Help
- 462 Global Discussions
- 156 Industry Talk
- 508 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 81 Community Job Board
- 517 Show & Tell
- 35 Member Spotlight
- 3 SmartStories
- 307 Events
- 35 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!