Networkdays with If
I am trying to run the networkdays formula based off a certain status. So what I am trying to accomplish is if the position status shows filled, how long did it take to fill? Here is the formula I am trying and I get the Unparseable error.
=IF([Position Status]@row='Filled',NETWORKDAYS([Submitted to HM]@row, [Overall Position Status Date]@row),[""])
Best Answer
-
Hi @mbonner517 ,
Hope you are good and Safe!
Could you please remove the last Square brackets from that formula and use like this,
=IF([Position Status]@row='Filled', NETWORKDAYS([Submitted to HM]@row, [Overall Position Status Date]@row),"")
Thanks,
Sandhiya P
Answers
-
Hi @mbonner517 ,
Hope you are good and Safe!
Could you please remove the last Square brackets from that formula and use like this,
=IF([Position Status]@row='Filled', NETWORKDAYS([Submitted to HM]@row, [Overall Position Status Date]@row),"")
Thanks,
Sandhiya P
-
Thank you for your response! That worked :)
-
Hi @mbonner517
That's Great!
Please accept the answer if it worked so that status will be changed to accepted.
Thank you!
Have a Good day!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 68K Get Help
- 474 Global Discussions
- 208 Use Cases
- 517 Announcements
- 5.6K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 84 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!