Length of stay - health care

bakerwe3

New Member
Joined
Mar 21, 2016
Messages
25
So I am looking work out what the number of patients that will be discharge every day assuming an a average length of stay in hospital. As an example

let say that average length of stay is 7 days

01/01 - 10 patients are admitted
02/01 - 20 patients are admitted
03/01 - 5 patients are admitted

I want after day 7, 10 patient would be discharge but want a formula, Rather than me manually working it out. Any ideas?
 

Excel Facts

VLOOKUP to Left?
Use =VLOOKUP(A2,CHOOSE({1,2},$Z$1:$Z$99,$Y$1:$Y$99),2,False) to lookup Y values to left of Z values.
Do you mean like this?

Book6
ABCDEF
1Expected
2DateAdmissionsDischarges
31 Jan 202010 Expected stay
42 Jan 202020 7days
53 Jan 20205 
64 Jan 2020... 
75 Jan 2020 
86 Jan 2020 
97 Jan 2020 
108 Jan 202010
119 Jan 202020
1210 Jan 20205
1311 Jan 2020...
Sheet1
Cell Formulas
RangeFormula
C3:C13C3=IFERROR(VLOOKUP(A3-N,Admissions,2,),"")
Named Ranges
NameRefers ToCells
Admissions=Sheet1!$A$3:$B$13C3:C13
N=Sheet1!$E$4C3:C13
 
Upvote 0

Forum statistics

Threads
1,215,731
Messages
6,126,538
Members
449,316
Latest member
sravya

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top