I have been trying to figure out a formula to show how many days a project would take if a start date was given and hours of project assuming a person worked 8 hrs per day. See example below. I used the formula
MIN(D$3-SUM($F$3:G3),8), which will "spread" the "8" until it reaches "0", but when...