Outdoorsman80
Board Regular
- Joined
- Oct 4, 2014
- Messages
- 62
- Office Version
- 365
- Platform
- Windows
I have a spreadsheet that has combined exported data from multiple sources.
Columns:
[TABLE="width: 603"]
<tbody>[TR]
[TD]MRN
[/TD]
[TD]PATIENT_NAME[/TD]
[TD]MD USER_ID[/TD]
[TD]MD User Name[/TD]
[/TR]
[TR]
[TD]1234[/TD]
[TD]Doe, Jane[/TD]
[TD]UI123[/TD]
[TD]Fake, Doc[/TD]
[/TR]
[TR]
[TD]1283[/TD]
[TD]Smith, Jake[/TD]
[TD]UI172[/TD]
[TD]Real, Doc[/TD]
[/TR]
[TR]
[TD]1246[/TD]
[TD]Fake, Name[/TD]
[TD]UI123[/TD]
[TD]Fake, Doc MD[/TD]
[/TR]
[TR]
[TD]2983[/TD]
[TD]Fake, Girl[/TD]
[TD]UI822[/TD]
[TD]Smith, Doc[/TD]
[/TR]
[TR]
[TD]9836[/TD]
[TD]Fake, Guy[/TD]
[TD]UI098[/TD]
[TD]Doe, Doc[/TD]
[/TR]
</tbody>[/TABLE]
I need to be able to identify, highlight the discrepancy in the MD User Name column. As you can see, there are 2 listings for Fake, Doc- they are both the same people as indicated by the MD USER_ID but one row has the MD in it while the other doesn't.
How can I do this? I have a massive amount of rows and about 40% of the data has these types of discrepancies for many different doctors.
MRN belongs to the patient name.
Columns:
[TABLE="width: 603"]
<tbody>[TR]
[TD]MRN
[/TD]
[TD]PATIENT_NAME[/TD]
[TD]MD USER_ID[/TD]
[TD]MD User Name[/TD]
[/TR]
[TR]
[TD]1234[/TD]
[TD]Doe, Jane[/TD]
[TD]UI123[/TD]
[TD]Fake, Doc[/TD]
[/TR]
[TR]
[TD]1283[/TD]
[TD]Smith, Jake[/TD]
[TD]UI172[/TD]
[TD]Real, Doc[/TD]
[/TR]
[TR]
[TD]1246[/TD]
[TD]Fake, Name[/TD]
[TD]UI123[/TD]
[TD]Fake, Doc MD[/TD]
[/TR]
[TR]
[TD]2983[/TD]
[TD]Fake, Girl[/TD]
[TD]UI822[/TD]
[TD]Smith, Doc[/TD]
[/TR]
[TR]
[TD]9836[/TD]
[TD]Fake, Guy[/TD]
[TD]UI098[/TD]
[TD]Doe, Doc[/TD]
[/TR]
</tbody>[/TABLE]
I need to be able to identify, highlight the discrepancy in the MD User Name column. As you can see, there are 2 listings for Fake, Doc- they are both the same people as indicated by the MD USER_ID but one row has the MD in it while the other doesn't.
How can I do this? I have a massive amount of rows and about 40% of the data has these types of discrepancies for many different doctors.
MRN belongs to the patient name.