Formula help!
Hello! I need help with a formula. I need to be able to have an "IF" formula with an "AND" and an "OR" included to reference two different columns.
Below is what I currently have, and while it works, I haven't been able to add in an "OR" statement to account for another column that needs to be referenced. Any suggestions would be great!
=IF(AND(TODAY() > [End date (actual)]@row, NOT(Status@row = "Complete")), 1, 0)
Thank you!
Answers
-
Hello,
Would something like this work for you:-
=IF(AND(OR(Status@row = "Complete", [Another Column]@row = "Test"), [End Date]@row < TODAY()), 1, 0)
I hope that is helpful to you in some way,
Protonspounge
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 85 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 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!