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
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 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!