OK, this has me confused. I have a formula I use at work to determine Nursing Hours Per Patient Day (NHPPD) which is basically the sum of employees *4 (a four hour block)/census (number of patients on the floor). This formula (i'll put below) if for the whole day.
=sum(B112:G112)*4/B115
Now my boss wants to determine NHPPD for every 4 hour block so I put in this and dragged across:
=(B112*4)/B115
where B112 is the total staff for that 4 hour period, the 4 is the 4 hour period it covers, and B115 is the census for that 4 hour period.
Here's my problem: when the census (B115) goes down or the staffing (B112) goes up, the NHPPD should go up but it doesn't. The formula is determining NHPPD, which "should" mean that the more staff (B112) or lower census (B115) would get you a higher NHPPD. Anyone know how to fix it? If my explanation needs further explanation, let me know. Thanks in advance.
=sum(B112:G112)*4/B115
Now my boss wants to determine NHPPD for every 4 hour block so I put in this and dragged across:
=(B112*4)/B115
where B112 is the total staff for that 4 hour period, the 4 is the 4 hour period it covers, and B115 is the census for that 4 hour period.
Here's my problem: when the census (B115) goes down or the staffing (B112) goes up, the NHPPD should go up but it doesn't. The formula is determining NHPPD, which "should" mean that the more staff (B112) or lower census (B115) would get you a higher NHPPD. Anyone know how to fix it? If my explanation needs further explanation, let me know. Thanks in advance.