=if function with networkdays
I am attempting to write a formula where I can look at a date field and if it is blank have the formula calculate networkdays between two fields and if the date field is not blank then calculate the networkdays between a different two fields.
I have this as my formula:
=if([Order Approval Date]2 ="",NETWORKDAYS([OAM Date]2,[Contract Signature Date]1,ELSEif([Order Approval Date]2<1,networkdays([Order Approval Date]2,[Contract Signature Date]1))
Any help is most appreciated.
Tags:
Comments
-
=IF([Order Approval Date]2 = "", NETWORKDAYS([OAM Date]2, [Contract Signature Date]1), IF(ISDATE([Order Approval Date]2), NETWORKDAYS([Order Approval Date]2, [Contract Signature Date]1)))
Give this a try...
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives