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
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.8K Get Help
- 474 Global Discussions
- 205 Use Cases
- 516 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 83 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!