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
-
-
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
Help Article Resources
Categories
Check out the Formula Handbook template!