Hi,
I am using excel 2002. I have a simple, but large spreadsheet.
Name Procedure Procedure ID
Dr. X lap chole 123456
Dr. Y lap chole w/grams 123456
Dr. z open chole 112456
Now, all I want is to take the column of Procedure ID and format all the procedures by color. they are spread all around, since the grouping was on Dr's. - but I want to visually be able to see the "same" procedure ID. I am a complete newbie w/excel and have tried to work something up in the conditional format. Also, I am afraid of running out of colors. Is there a better way for me to format these? Some how I need to identify all same procedures.
I looked/found this formula on this forum - but wasn't sure if I could implement this:
this looks like it identifies same data - but instead of deleting, I want to format it.
Thanks for all your help. I am using WNT 2k.
lareya
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Crystal 8.5; ORSOS/One Call Hospital Scheduling System v9.3; SQL database; Huge Newbie to Crystal! Operating Room RN Analyst
I am using excel 2002. I have a simple, but large spreadsheet.
Name Procedure Procedure ID
Dr. X lap chole 123456
Dr. Y lap chole w/grams 123456
Dr. z open chole 112456
Now, all I want is to take the column of Procedure ID and format all the procedures by color. they are spread all around, since the grouping was on Dr's. - but I want to visually be able to see the "same" procedure ID. I am a complete newbie w/excel and have tried to work something up in the conditional format. Also, I am afraid of running out of colors. Is there a better way for me to format these? Some how I need to identify all same procedures.
I looked/found this formula on this forum - but wasn't sure if I could implement this:
Code:
A quick one this as the question comes up time and again.
Sort your sheet by the numbers you are trying to find duplicates on (in this instance we shall call it column A)
Then in a spare column type this formula
=if(A1=A2,1,0)
Then switch on auto filter and filter by 1 on your column with the equation
Then delete these 1s
This should leave you with a set of de-duped refs.
Thanks for all your help. I am using WNT 2k.
lareya
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Crystal 8.5; ORSOS/One Call Hospital Scheduling System v9.3; SQL database; Huge Newbie to Crystal! Operating Room RN Analyst