Networkdays when second date is empty
I'm trying to figure out how to get the network days when the second date column is blank. It should then just be 1.
I'm going crazy trying to figure it out.
Update: I am still playing with this formula. I've realized I just need an IFBlank formula. If blank, return 1.
My formula returns #Incorrect argument set
=IF(ISBLANK([PTO Date]4, "1"))
=IF(ISBLANK([PTO Date]4, 1))
=ISBLANK([PTO Date]4, "1")
=ISBLANK([PTO Date]4, 1)
Comments
-
Realized that I do need Networkdays and if no second date field is blank, return 1.
Thanks for looking!
-
SOLVED!
=IF(AND(ISDATE([PTO Start Date]2), ISDATE([PTO end date]2)), NETWORKDAYS([PTO Start Date]2, [PTO end date]2))
I was wrong, I don't want it to return 1, I need no amount to show.
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