Formula error when trying to generate value based off of between dates
I'm using this formula but I'm getting an #INVALID OPERATION error.
=IF(AND(date@row >= [Start Date]@row, date@row <= [End Date]@row), "yes", "no")
I used the Smartsheet formula creator to create my formula and all of my date rows are formatted to use dates what am I doing wrong?
Answers
-
I set this up below and everything seems to be working, is there anything different with your columns other than names compared to my example? I have locked in the Date format as well,
=IF(AND([Completion Date]@row >= [Start Date]@row, [Completion Date]@row <= [End Date]@row), "Yes", "no")
-
Hi Cory and thanks for helping- it matches up however the start and end date are formulas rather than static data entries.
-
What are the formulas you are using to populate the dates?
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!