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
- Smartsheet Customer Resources
- 64.2K 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
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!