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
- 66K Get Help
- 429 Global Discussions
- 147 Industry Talk
- 487 Announcements
- 5.2K Ideas & Feature Requests
- 86 Brandfolder
- 152 Just for fun
- 74 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 305 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!