#DATE EXPECTED Error
I am trying to create an email reminder automation on one of our project schedules. We want the alert to go out 10 days before the line is set to be due (Finish Date Column). I created a date column to generate the reminder date (for the automation to use) by subtracting 10d from the finish date column. Some lines in this schedule are linked to predecessors in other sheets which means they start off blank until that predecessor is completed. When I subtract days from an empty cell I get a #DATE EXPECTED error which is just super annoying to look at constantly. Instead, it should just return a "-" or just be blank. =IFERROR will not fix this error message (I tried). Whats the workaround for this?
Answers
-
Hi @Gianni
I can't replicate what you are seeing, but would IF(ISBLANK) work for you?
=IF(ISBLANK([Finish Date]@row), "", Your formula to subtract 10 days)
or
=IF(ISBLANK([Finish Date]@row), "-", Your formula to subtract 10 days)
-
Hi Gianni,
Did this solve your problem?
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!