INCORRECT ARGUMENT error when using IFERROR, NETWORKDAY AND @ROW on a date column

m_schmidt
ββ
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
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!