Return list of results. from a list, if cell value is blank

TheOnlyJme

New Member
Joined
Jun 25, 2013
Messages
6
Hi,

I'm helping a friend improve his patient list (He works for the National Health Service in the UK).

He wants a 'view' of his patient list that only shows current patients (i.e. a second sheet with duplicate data, if the patient's discharge date is not set (blank)).

The patient lists contains 20 columns of data (name, ID, condition, discharge date etc). The team don't want to use filters but would like to have a duplicate sheet (with identical look and feel) that only shows patients who are still under there care, based on the fact that there is no discharge date. Sheet 1=Patients Sheet, 2=Current Patients, Column I contains 'Date of discharge from hospital'.

I thought I should be able to achieve this using Vlookup with Match and possibly If. But can't find the right combination of functions to use.

Due to security, I'm not able to use VBA.

Thanks in advance!!
Jamie
:)
 

Excel Facts

What is the last column in Excel?
Excel columns run from A to Z, AA to AZ, AAA to XFD. The last column is XFD.
If it helps the layout is something like this:

NamePatient IDDOBAgeSexAdmission DateReferral Date1st Treatment DateDischarge Date
Jamie1234541/12/7042M06/1/1808/1/1809/1/1807/2/18
Paula87654518/8/7937F12/1/1812/1/1813/1/18
Carl7566431/8/8036M19/1/1820/1/1820/1/1830/1/18

<tbody>
</tbody>

So in this example I only want Paula to show up on the 'view' sheet and then underneath all the other patients with a blank Discharge Date.
 
Upvote 0

Forum statistics

Threads
1,216,030
Messages
6,128,418
Members
449,449
Latest member
Quiet_Nectarine_

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