Invalid data type for Date Formula
Hello,
I am trying to figure out what I am doing wrong. I keep getting invalid data type and I am not sure why, the source column and formula column are both set to date columns.
Here is the formula I am using, =WORKDAY([Date January Late Notification Sent]@row, 10), I am trying to figure out 10 working days from the date listed in the "Date January Late Notification Sent" Column, which is set as a date column in properties.
Best Answer
-
@CaraBart28 Try putting a date in your Date January Late Notification Sent cell. Since your formula has no data to reference it errors out.
you could do this.
=IFERROR(WORKDAY([Date January Late Notification Sent]@row, 10)," ")
Answers
-
@CaraBart28 Try putting a date in your Date January Late Notification Sent cell. Since your formula has no data to reference it errors out.
you could do this.
=IFERROR(WORKDAY([Date January Late Notification Sent]@row, 10)," ")
-
@JamesB adding in the IFERROR worked, thank you so much!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.5K Get Help
- 402 Global Discussions
- 213 Industry Talk
- 450 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 135 Just for fun
- 56 Community Job Board
- 454 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!