Adding one working day (no blanks)
Hi,
I am trying to add a day onto a date generated from a previous date - However, it needs to be a working day and the cells with no previous date need to stay blank until the previous date is entered... i am currently using - =[Expected Final or QA Approval]@row + 1 - however the cells with no date in the previous cells are generating a "1" result - i need this to be blank.
Confused.com....
Tags:
Best Answer
-
Try this:
=IFERROR(WORKDAY([Expected Final or QA Approval]@row, 1), "")
Answers
-
Try this:
=IFERROR(WORKDAY([Expected Final or QA Approval]@row, 1), "")
-
@Paul Newcome Perfect! thank you!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.2K Get Help
- 452 Global Discussions
- 155 Industry Talk
- 505 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 81 Community Job Board
- 514 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!