If, Networkdays, IfError
Hello everyone
I’m in need of some more help with the below formula:
=IFERROR(NETWORKDAYS(SupQARevCompleteDate@row, PlannerRevCompleteDate@row), "N/A")
I need to add a condition to first check if Supplier QA Review Result = “Skip” then use EngRevCompleteDate@row instead of SupQARevCompleteDate@row. If Supplier QA Review Result= “Approved” then leave the rest of the formula as-is.
Any suggestions welcome.
Answers
-
You would use an IF statement to output the desired date and then drop that into the applicable portion of the NETWORKDAYS function.
=IFERROR(NETWORKDAYS(IF([Supplier QA Result]@row = "Skip", EngRevCompleteDate@row, SupQARevCompleteDate@row), PlannerRevCompleteDate@row), "N/A")
-
This worked perfectly! You have saved me so much time, I greatly appreciate you!
April
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.5K Get Help
- 402 Global Discussions
- 213 Industry Talk
- 450 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 135 Just for fun
- 56 Community Job Board
- 454 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!