INVALID VALUE

The column with the invalid value is a column formula. Although there are some rows where arrival and end are blank, there are a few that will give a invalid value. This is the formula
=IF(AND(ARRIVAL@row <= [REF DATE]@row, [END DATE]@row >= [REF DATE]@row), [FINAL ROSE COUNT]@row, "")
I would like to understand.
Best Answer
-
Thank you for your response. Finally I added an additional part to the formula and it worked.
=IF(ARRIVAL@row = "", "", IF(AND(ARRIVAL@row <= [REF DATE]@row, [END DATE]@row >= [REF DATE]@row), [FINAL ROSE COUNT]@row, ""))
Answers
-
There might be some issue with individual cells in your columns. Try this:
For each of your date columns, select a whole column and reset the date format to what you want it to be:
Regards,
Jeff Reisman
Link: Smartsheet Functions Help Pages Link: Smartsheet Formula Error Messages
If my answer helped solve your issue, please mark it as accepted so that other users can find it later. Thanks!
-
Thank you for your response. Finally I added an additional part to the formula and it worked.
=IF(ARRIVAL@row = "", "", IF(AND(ARRIVAL@row <= [REF DATE]@row, [END DATE]@row >= [REF DATE]@row), [FINAL ROSE COUNT]@row, ""))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.1K Get Help
- 430 Global Discussions
- 149 Industry Talk
- 489 Announcements
- 5.2K Ideas & Feature Requests
- 85 Brandfolder
- 154 Just for fun
- 74 Community Job Board
- 499 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 305 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!