Getting #UNPARSEABLE error with NETWORKDAYS formula
Hello forum, I would really appreciate your help with this #UNPARSEABLE error
=NETWORKDAYS([Start Date] @row, [Closed Date] @row)
Thank you!
Best Answers
-
HI @DVC
Its the spaces between the column refs and @row it needs to be all together
=NETWORKDAYS([Start Date]@row, [Closed Date]@row)
This should work now
Thanks
Paul
-
Thank you Paul & Paul. You're awesome. It worked!
-
It worked! Thank you Paul
Answers
-
Try removing the spaces before the "@row" bits.
-
HI @DVC
Its the spaces between the column refs and @row it needs to be all together
=NETWORKDAYS([Start Date]@row, [Closed Date]@row)
This should work now
Thanks
Paul
-
Paul says to remove the spaces then Paul says to remove the spaces.
@Paul McGuinness Is this how an echo works online?🤣
-
lol @Paul Newcome
There's some matrix Deja vu thing happening here!
-
Thank you Paul & Paul. You're awesome. It worked!
-
Sorry... don't mean to abuse your kindness or overburden you.
The NETWORKDAYS formula is being used in a Days column to calculate a task aging. The column data type is text/number. The formula itself worked as you advised but when converted it to Column Formula I got an #INVALID DATA TYPE error msg
-
@Paul McGuinness It looks like we might have hit a few of the same posts at the same time today. Haha.
@DVC Try an IFERROR like so:
=IFERROR(NETWORKDAYS([Start Date]@row, [Closed Date]@row), "")
-
It worked! Thank you Paul
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!