Preface: This is my first post.
I am attempting to create a daily census table for a 12 bed facility based on client admission and discharge dates.
The date of discharge should not be counted.
I am attempting to create a daily census table for a 12 bed facility based on client admission and discharge dates.
The date of discharge should not be counted.
Book1 | |||||
---|---|---|---|---|---|
A | B | C | |||
1 | Client Name | Admission Date | Discharge Date | ||
2 | Margaret | 7/30/2015 | 8/6/2015 | ||
3 | Derek | 7/30/2015 | 8/5/2015 | ||
4 | Leslie | 7/30/2015 | 7/31/2015 | ||
5 | Ian | 7/30/2015 | 7/31/2015 | ||
6 | James | 7/31/2015 | 8/5/2015 | ||
7 | Kathleen | 8/2/2015 | 8/6/2015 | ||
8 | Pieter | 8/2/2015 | 8/7/2015 | ||
9 | Matthew | 8/3/2015 | 8/8/2015 | ||
10 | Danielle | 8/3/2015 | 8/8/2015 | ||
11 | Ernesto | 8/3/2015 | 8/10/2015 | ||
12 | Devon | 8/4/2015 | 8/5/2015 | ||
13 | Robert | 8/4/2015 | 8/10/2015 | ||
14 | Erik | 8/5/2015 | 8/7/2015 | ||
15 | Curtis | 8/5/2015 | 8/10/2015 | ||
16 | Perri | 8/5/2015 | 8/11/2015 | ||
17 | Daniel | 8/5/2015 | 8/7/2015 | ||
18 | Brittany | 8/6/2015 | 8/11/2015 | ||
19 | Kerry | 8/6/2015 | 8/10/2015 | ||
20 | Ryli | 8/7/2015 | 8/13/2015 | ||
21 | Meaghan | 8/8/2015 | 8/12/2015 | ||
22 | Cory | 8/8/2015 | 8/12/2015 | ||
23 | Charles | 8/8/2015 | 8/12/2015 | ||
24 | Michael | 8/10/2015 | 8/17/2015 | ||
25 | John | 8/10/2015 | 8/17/2015 | ||
26 | Kimberly | 8/10/2015 | 8/15/2015 | ||
27 | Christopher | 8/12/2015 | 8/14/2015 | ||
28 | Justin | 8/12/2015 | 8/12/2015 | ||
29 | Lisa | 8/12/2015 | 8/18/2015 | ||
30 | andrew | 8/12/2015 | 8/17/2015 | ||
31 | Jacquelin | 8/12/2015 | 8/17/2015 | ||
32 | Kathyleen | 8/13/2015 | 8/19/2015 | ||
33 | Steven | 8/13/2015 | 8/19/2015 | ||
34 | Laurie | 8/14/2015 | 8/19/2015 | ||
35 | Elias | 8/14/2015 | 8/18/2015 | ||
36 | Devon | 8/15/2015 | 8/23/2015 | ||
37 | Zachary | 8/16/2015 | 8/24/2015 | ||
38 | John | 8/17/2015 | 8/21/2015 | ||
39 | Larry | 8/17/2015 | 8/23/2015 | ||
40 | Shane | 8/17/2015 | 8/24/2015 | ||
41 | Richard | 8/18/2015 | 8/24/2015 | ||
42 | Katherine | 8/18/2015 | 8/20/2015 | ||
43 | Alex | 8/18/2015 | 8/22/2015 | ||
44 | Adam | 8/19/2015 | 8/27/2015 | ||
45 | Tessa | 8/20/2015 | 8/26/2015 | ||
46 | Terri | 8/21/2015 | 8/27/2015 | ||
47 | Matt | 8/21/2015 | 8/27/2015 | ||
48 | Thomas | 8/22/2015 | 8/22/2015 | ||
49 | Steven | 8/22/2015 | 8/24/2015 | ||
50 | Austin | 8/23/2015 | 8/31/2015 | ||
Sheet1 |