I'm looking for a formula or UDF to calculate the net working days on a 4 day work week in Excel 2007. I'm attempting to calculate how late or early a project is so I need it to display +/-. Right now I'm using =NETWORKDAYS(L10,E10,0) where L10 is the Expected Completion and E10 is the Contract Completion. I know I could list all the Fridays as holidays but ideally I need something more flexible, as I might need to change to a 5 or 7 day work week depending on the activity.
I've tried using the VBA from here but am coming up with a #NAME? error and I'm not sure this is the best tool for my needs.
Any advice is greatly appreciated!
I've tried using the VBA from here but am coming up with a #NAME? error and I'm not sure this is the best tool for my needs.
Any advice is greatly appreciated!