#Invalid Operation
Comments
-
This is a weird one. Are your column names accurate? Very weird indeed. I would report this one to smartsheet support.
https://app.smartsheet.com/b/response?type=11&_ga=2.160561018.65390117.1559058841-61535698.1548289777 -
So my formula is correct? All the column names are correct. It's driving me nuts!
-
Are you trying to get it to display text or leave blank since there is no data in the row?
If you are wanting to leave it blank since there is no data, you could build an additional IF statement on the front end saying to run if (for example) [Date Range End]@row is a date.
=IF(ISDATE([Date Range End]@row), IF(AND([Completion Date]@row = "", [Date Range End]@row < TODAY()), "Past Due", "ALL DONE"), "")
-
Hi Paul,
This worked perfectly, thank you so much. Now I understand what I wasn't doing correctly.
Thank you!
-
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.7K Get Help
- 438 Global Discussions
- 152 Industry Talk
- 497 Announcements
- 5.3K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 77 Community Job Board
- 509 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 307 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!