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
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!