Networkdays problem
Hi, I keep getting an #Unparseable error. Here's my function:
=NETWORKDAYS([IRB Submission Date]1, [IRB Approval Date]1)
Any thoughts?
Best Answers
-
Double check that your column names are correct. Instead of manually typing them, try clicking on the cell you want to reference in the formula so that smartsheet automatically populates the column name to make sure that it is an exact match.
-
That was it! I had the correct names, but it wasn't pulling it in for some reason. Clicked on them and that solved it! Thank you!!
-
Just a misplaced parenthesis.
=IFERROR(NETWORKDAYS([IRB Submision Date]@row, [IRB Approval Date]@row), "")
=IFERROR(original_formula, """)
You want to drop your original formula into the first portion of the IFERROR (excluding the initial "=").
Answers
-
Double check that your column names are correct. Instead of manually typing them, try clicking on the cell you want to reference in the formula so that smartsheet automatically populates the column name to make sure that it is an exact match.
-
That was it! I had the correct names, but it wasn't pulling it in for some reason. Clicked on them and that solved it! Thank you!!
-
Happy to help. 👍️
-
Also follow-up question - how do I use the IFERROR function?
Tried this but not working...
=IFERROR(NETWORKDAYS([IRB Submision Date]@row, [IRB Approval Date]@row, ""))
Thoughts?
Thank you again!!
-
Just a misplaced parenthesis.
=IFERROR(NETWORKDAYS([IRB Submision Date]@row, [IRB Approval Date]@row), "")
=IFERROR(original_formula, """)
You want to drop your original formula into the first portion of the IFERROR (excluding the initial "=").
-
SUCCESS! Thank you so much!!!!
-
Happy to help. 👍️
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
Check out the Formula Handbook template!