coppercarbide
New Member
- Joined
- Apr 7, 2011
- Messages
- 6
Hi all,
I made a sheet a long time ago and need to modify it a bit. One of the cells calculates how many work days are within two days, I had some help doing this one, and I'm using this formula:
=IF(J6="",0,SUM(INT((WEEKDAY(J6-{2,3,4,5,6,7})+K6-J6)/7)))
I need to modify this formula in order to be able to dynamically set whether Saturday is a workday or not (currently it is in the above formula).
If someone could explain what exactly this formula is doing, I should hopefully be able to figure out how to dynamically select the workdays.
Thanks!
I made a sheet a long time ago and need to modify it a bit. One of the cells calculates how many work days are within two days, I had some help doing this one, and I'm using this formula:
=IF(J6="",0,SUM(INT((WEEKDAY(J6-{2,3,4,5,6,7})+K6-J6)/7)))
I need to modify this formula in order to be able to dynamically set whether Saturday is a workday or not (currently it is in the above formula).
If someone could explain what exactly this formula is doing, I should hopefully be able to figure out how to dynamically select the workdays.
Thanks!