Hello,
I was hoping to get some guidance on dealing with some data in Excel/Access.
I have a collection of data on antibiotics for each floor in a hospital by dates and a variable called days of antibiotics - as below.
For situations like the second record - I need to be able to split the days of antibiotics between the months and make it attributable to that month, for example that second record should be split into CTX 10/29/2009 to 10/31/2009 Days of Antibiotics = 3 and CTX 11/1/2009 to 11/4/2009 Days of Antibiotics = 4.
Is there a way to do this in Excel (or Access)?
Many thanks for any insights!
<TABLE border=1 cellSpacing=0 bgColor=#ffffff><CAPTION></CAPTION><THEAD><TR><TH bgColor=#c0c0c0 borderColor=#000000>Unit</TH><TH bgColor=#c0c0c0 borderColor=#000000>Antibiotic</TH><TH bgColor=#c0c0c0 borderColor=#000000>Start</TH><TH bgColor=#c0c0c0 borderColor=#000000>Stop</TH><TH bgColor=#c0c0c0 borderColor=#000000>Days of Antibiotics</TH></TR></THEAD><TBODY><TR vAlign=top><TD borderColor=#d0d7e5>2
2
</TD><TD borderColor=#d0d7e5>CTX
CTX
</TD><TD borderColor=#d0d7e5 align=right>10/28/2009
10/29/2009
</TD><TD borderColor=#d0d7e5 align=right>10/29/2009
11/4/2009
</TD><TD borderColor=#d0d7e5 align=right>1.00
7.00
</TD></TR></TBODY><TFOOT></TFOOT></TABLE>
I was hoping to get some guidance on dealing with some data in Excel/Access.
I have a collection of data on antibiotics for each floor in a hospital by dates and a variable called days of antibiotics - as below.
For situations like the second record - I need to be able to split the days of antibiotics between the months and make it attributable to that month, for example that second record should be split into CTX 10/29/2009 to 10/31/2009 Days of Antibiotics = 3 and CTX 11/1/2009 to 11/4/2009 Days of Antibiotics = 4.
Is there a way to do this in Excel (or Access)?
Many thanks for any insights!
<TABLE border=1 cellSpacing=0 bgColor=#ffffff><CAPTION></CAPTION><THEAD><TR><TH bgColor=#c0c0c0 borderColor=#000000>Unit</TH><TH bgColor=#c0c0c0 borderColor=#000000>Antibiotic</TH><TH bgColor=#c0c0c0 borderColor=#000000>Start</TH><TH bgColor=#c0c0c0 borderColor=#000000>Stop</TH><TH bgColor=#c0c0c0 borderColor=#000000>Days of Antibiotics</TH></TR></THEAD><TBODY><TR vAlign=top><TD borderColor=#d0d7e5>2
2
</TD><TD borderColor=#d0d7e5>CTX
CTX
</TD><TD borderColor=#d0d7e5 align=right>10/28/2009
10/29/2009
</TD><TD borderColor=#d0d7e5 align=right>10/29/2009
11/4/2009
</TD><TD borderColor=#d0d7e5 align=right>1.00
7.00
</TD></TR></TBODY><TFOOT></TFOOT></TABLE>