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
- 63.6K Get Help
- 403 Global Discussions
- 215 Industry Talk
- 455 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 136 Just for fun
- 56 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!