D
Denise Posey
If someone could please tell me how to alter this problem.
Here is what I have created:
Total # of people / Total # of work = # per person.
If someone is out for the day, they will put "OUT" on the form. I used =COUNTBLANK(B7:B55)for my formula (Four people out would give me 30 for the day.
Cell B59 =SUM(B57/B56) 325/30 = 11
IN Column C there is a cell for each person that will be (blank cell) to allow for how much work they will receive that day
=B59*(IF(ISBLANK(B7),1)) ---- 11 put in cell
But my problem is 11 * 30 = 330 not 325.
How do I redistribute the 11 to all cells so that they equal 325. I can't figure out where to take the difference of 5 from.
I appreciate any help that can be offered. I now very little coding. Am at the end of taking class on Simply VB.Net
Denise Posey
Texas
Here is what I have created:
Total # of people / Total # of work = # per person.
If someone is out for the day, they will put "OUT" on the form. I used =COUNTBLANK(B7:B55)for my formula (Four people out would give me 30 for the day.
Cell B59 =SUM(B57/B56) 325/30 = 11
IN Column C there is a cell for each person that will be (blank cell) to allow for how much work they will receive that day
=B59*(IF(ISBLANK(B7),1)) ---- 11 put in cell
But my problem is 11 * 30 = 330 not 325.
How do I redistribute the 11 to all cells so that they equal 325. I can't figure out where to take the difference of 5 from.
I appreciate any help that can be offered. I now very little coding. Am at the end of taking class on Simply VB.Net
Denise Posey
Texas