If Blank and Workday in the same cell?
Hello,
I'd like a Due Date cell to populate based on a date being entered into another Date Completed cell, and add 35 days. That formula works fine: =WORKDAY([Date Completed]44, +35)
The issue I'm running into is that I'd like the Due Date cell in row 51 to stay blank if there isn't a date entered into the Date Completed cell in row 44, instead I get #INVALID DATA TYPE.
I know there is an ISBLANK function that works, and I did try that, but I can't seem to get both functions to work at the same time in the cell. I'm still pretty new to this and I always have struggled a bit with functions/formulas in Excel as well.
I'd love any help I can get.
Best Answer
-
Either should work,
=IFERROR(WORKDAY([Date Completed]44, 35), "")
=IF(ISBLANK([Date Completed]44), "", WORKDAY([Date Completed]44, 35))
Answers
-
Either should work,
=IFERROR(WORKDAY([Date Completed]44, 35), "")
=IF(ISBLANK([Date Completed]44), "", WORKDAY([Date Completed]44, 35))
-
Thank you so much! That worked beautifully!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!