miquele506
New Member
- Joined
- Mar 10, 2016
- Messages
- 13
I’m trying use and IF formula with networkdays and I want it to stop when a process is filled cancelled or on hold, for some reason it is telling there is a missing parenthesis.
At this point i don’t know what to do:
Any advice will be well received
=IF(T20="Cancelled";NETWORKDAYS(U20;Z20); NETWORKDAYS(U20;B6) IF(T20="Filled";NETWORKDAYS(U20;Z20);NETWORKDAYS(U20;B6)) IF(T20="On Hold";NETWORKDAYS(U20;Z20); NETWORKDAYS(U20;B6))
At this point i don’t know what to do:
Any advice will be well received
=IF(T20="Cancelled";NETWORKDAYS(U20;Z20); NETWORKDAYS(U20;B6) IF(T20="Filled";NETWORKDAYS(U20;Z20);NETWORKDAYS(U20;B6)) IF(T20="On Hold";NETWORKDAYS(U20;Z20); NETWORKDAYS(U20;B6))