Hospital patients - If readmission determine whether within 30 days of most recent discharge.

Glen_Yorkshire

New Member
Joined
Nov 17, 2017
Messages
3
Hi

I have a list of hospital patients each with a unique Patient ID, a date of Admission and a date of Discharge.
For each readmission I need to indicate if it happened within 30 days their most recent discharge.

This is an example of what I am aiming for....
782fac0f-e204-4078-b043-e85dfbda679b


I have managed (in column D) to add 30 days to the Discharge date but this is as far as my Excel skills reach. Column F is what I need to calculate. In the above screenshot I have manually entered 'Yes' and 'No' to show my intention.

Thanks
Glen
 

Excel Facts

Format cells as currency
Select range and press Ctrl+Shift+4 to format cells as currency. (Shift 4 is the $ sign).
battling to save my screenshot....


[TABLE="width: 537"]
<colgroup><col><col><col><col><col><col></colgroup><tbody>[TR]
[TD]Patient ID[/TD]
[TD]Admission Date[/TD]
[TD="colspan: 2"]Discharge Date[/TD]
[TD][/TD]
[TD]30 Day Readmission?[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]01/01/2015[/TD]
[TD]03/01/2015[/TD]
[TD]02/02/2015[/TD]
[TD][/TD]
[TD]No[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]20/06/2015[/TD]
[TD]07/07/2015[/TD]
[TD]06/08/2015[/TD]
[TD][/TD]
[TD]No[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]10/07/2015[/TD]
[TD]14/07/2015[/TD]
[TD]13/08/2015[/TD]
[TD][/TD]
[TD]Yes[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]15/08/2015[/TD]
[TD]15/08/2015[/TD]
[TD]14/09/2015[/TD]
[TD][/TD]
[TD]No[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]13/09/2015[/TD]
[TD]20/09/2015[/TD]
[TD]20/10/2015[/TD]
[TD][/TD]
[TD]Yes[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]25/04/2015[/TD]
[TD]29/04/2015[/TD]
[TD]29/05/2015[/TD]
[TD][/TD]
[TD]No[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]01/06/2015[/TD]
[TD]06/06/2015[/TD]
[TD]06/07/2015[/TD]
[TD][/TD]
[TD]No[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]01/07/2015[/TD]
[TD]05/07/2015[/TD]
[TD]04/08/2015[/TD]
[TD][/TD]
[TD]Yes[/TD]
[/TR]
</tbody>[/TABLE]
 
Upvote 0

Forum statistics

Threads
1,224,823
Messages
6,181,181
Members
453,022
Latest member
Mohamed Magdi Tawfiq Emam

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