What am I doing wrong when using Workday formula?
I am using this formula: =WORKDAY($[Due Date]$1, [Days from Close Day]101, Holidays:Holidays) It is returning Invalid Data Type Error. I think the issue is Holidays. It is working on some rows. I want to add it to new rows and I am getting this error. What am I doing wrong?
Answers
-
@Sheila Robson Are you Holidays a date field? If not, it needs to be. Why is your Due Date with the numbers? That should just be [Due Date]1, which should also be a date. Are you applying this to the whole column with different numbers in Days from Close Day? Try the following formula
=WORKDAY([Due Date]1, [Days from Close Day]@row, Holidays:Holidays)
Hopefully that helps, if not, please respond and maybe provide a screenshot.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!