Formula Help
I have a system generated column for the Created Date. I have a Due Date column that I am trying to calculate the Created Date = 1 Business Day. Here is my formula: =WORKDAY(DATEONLY([Created Date]@row) + 1).
I need to strip the time stamp from the created date which is why I am using the DATEONLY function but I am trying to get the formula to account for adding 1 business day (why I am using the WORKDAY function). I am getting an Incorrect Argument error. What am I missing?
If a request is added on a Friday I want the Due Date to reflect the next Monday (1 business day) as the due date.
Answers
-
You almost had it!
It's incorrect argument set because WORKDAY expects at least (2) arguments and you just gave it one (the date) and then tried to add one. See below.
=WORKDAY(DATEONLY(Created@row), 1)
Let me know if that solves your problem or if you need any more assistance!
-Jon Mark
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 423 Global Discussions
- 221 Industry Talk
- 462 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 144 Just for fun
- 59 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!