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
- 64.1K Get Help
- 414 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!