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