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