I would like to count the aging but I'm getting #UNPARSEABLE in this formula.
Best Answer
-
Hi @Debbie Sawyer , Thanks for helping!
I found a paren out of place. Try this:
=IFERROR(IF(Status@row="Closed", NETWORKDAYS([date served]@row, [date of actual close-out]@row), NETWORKDAYS([date served]@row, [date today]@row)),"")
If it still doesn't work, confirm that all of your columns with dates are set as date columns in the properties.
We'll help you figure this out.
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
Answers
-
Hey @Maryjo Reyes
I can see a black parenthesis at the end of your formula - this indicates you have too many. The blue one indicates you have the correct number of them but doesn't necessarily indicate they are placed in the correct position. Delete the last black parenthesis.
-
Hi @Maryjo Reyes ,
Try:
=IFERROR(IF(Status@row="Closed", NETWORKDAYS([date served]@row, [date of actual close-out]@row), NETWORKDAYS([date served]@row, [date today]@row),"")
Work?
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
-
Hi Mark,
Doesn't work. Is there any way in Smartsheet that it will compute the aging when the Status is Open and stop computing when the status is Closed. Thanks
-
Hi @Maryjo Reyes ,
Did it give you an error or the wrong answer?
Yes, you can create a formula so the aging stops reporting when Closed. You'd use the same logic =IF(Status@row="Closed, then... logic.
Did you try just removing the extra parne from your original formula as Kelly (@KDM ) suggested?
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
-
It gives #INCORRECT. Also tried what KDM says but it gives me same results.
-
Hi Maryjo
Have you copied and pasted Marks formula into your sheet, or did you retype it? He has changed the first networkdays function from using a minus sign to having a comma. If you still have a minus sign in that part of the formula you will receive an #incorrect arguments type error.
Your original
=IF(Status@row="Closed", (NETWORKDAYS([Date Served]2 - [Date of Actual Close-out]2),1), (NETWORKDAYS([Date Served]@row, [Date Today]@row)),1))))
Mark's Suggestion
=IFERROR(IF(Status@row="Closed", NETWORKDAYS([date served]@row, [date of actual close-out]@row), NETWORKDAYS([date served]@row, [date today]@row),"")
Have you got Mark's formula entered exactly as it is here? If you didn't try copying and pasting from here before, give it a go, as Mark's suggestion should work for you.
Kind regards
Debbie
-
Hi Debbie,
Tried it already, still gives me #INCORRECT.
-
Hi @Debbie Sawyer , Thanks for helping!
I found a paren out of place. Try this:
=IFERROR(IF(Status@row="Closed", NETWORKDAYS([date served]@row, [date of actual close-out]@row), NETWORKDAYS([date served]@row, [date today]@row)),"")
If it still doesn't work, confirm that all of your columns with dates are set as date columns in the properties.
We'll help you figure this out.
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
-
Hi Mark,
It works! Thanks for your help.
-
Perfect. Thank you for contributing to the Community.
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 423 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!