ISBLANK Nesting
Good Morning All,
I am new to Smartsheets and would like some assistance on what I thought would be straight forward and I know I am missing something basic.
So the formula in English:
Is DATE 2 Blank
YES - then NETDAYS between DATE 1 and TODAY in DAYS
NO - the NETDAYS between DATE 1 and DATE 2 in DAYS
So I thought it would be written as:
IF(ISBLANK([DATE 2]1), (NETDAYS([DATE1]1, TODAY()), (NETDAYS([DATE 1]1),([DATE 2]1)))
All I get is Unparseable, why is my logic failing, it seems like it has continuity, but obviously not. Any help would be great appreciated.
Blue
Comments
-
You are just using unnecessary parenthesis is all... Give this a go.
=IF(ISBLANK([DATE 2]1), NETDAYS([DATE1]1, TODAY()), NETDAYS([DATE 1]1,[DATE 2]1))
-
Lol, figures! Thanks Paul for replying!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.6K Get Help
- 433 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.9K Ideas & Feature Requests
- 143 Brandfolder
- 147 Just for fun
- 63 Community Job Board
- 466 Show & Tell
- 32 Member Spotlight
- 2 SmartStories
- 298 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!