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
- Smartsheet Customer Resources
- 64.3K Get Help
- 423 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 Community Job Board
- 462 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!