INCORRECT ARGUMENT error when using IFERROR, NETWORKDAY AND @ROW on a date column
Hello,
I am trying to return a networkday value in a date column only when there are dates in the columns but am getting an "incorrect argument" error. I also need it to be a column formula so am using @row. Can someone provide insight on how to adjust the formula?
=IFERROR(NETWORKDAY([Date of Triage Request]@row, [Date submitted to FDA]@row, " "))
Best Answer
-
It looks like you may have misplaced a parenthesis, try this:
=IFERROR(NETWORKDAY([Date of Triage Request]@row, [Date submitted to FDA]@row), "")
Answers
-
It looks like you may have misplaced a parenthesis, try this:
=IFERROR(NETWORKDAY([Date of Triage Request]@row, [Date submitted to FDA]@row), "")
-
It worked! Thank you SO MUCH! I literally just danced at my desk :-)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.3K Get Help
- 364 Global Discussions
- 199 Industry Talk
- 428 Announcements
- 4.4K Ideas & Feature Requests
- 136 Brandfolder
- 127 Just for fun
- 128 Community Job Board
- 445 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!