Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]() I want to find out duplicate data in my excel work sheet. |
#2
![]() |
|||
|
|||
![]() Look at Chip Pearson's web site, and scroll down to the D's to find a great many options on working with duplicates. http://www.cpearson.com/excel/topic.htm -- HTH, RD ============================================== Please keep all correspondence within the Group, so all may benefit! ============================================== "Sridhar" wrote in message ... I want to find out duplicate data in my excel work sheet. |
#3
![]() |
|||
|
|||
![]()
Hi Sridhar
You can use conditional formatting to find duplicates. select the first cell in the column go to format - conditional formatting. Select formulae is and give this formulae (the cell selected is B2) =countif($B$1:$B$100,B2)1 and then select the format (lets say you set the pattern to yellow). Now copy the cell and select the entire range and go for paste special. paste the format in the selected range. The numbers which are duplicated will be highlighed in yellow. Regards Raj "Sridhar" wrote: I want to find out duplicate data in my excel work sheet. |
#4
![]() |
|||
|
|||
![]()
Use conditional formatting, with a formula of
=COUNTIF($A$1:$A1,$A1)1 -- HTH RP (remove nothere from the email address if mailing direct) "Sridhar" wrote in message ... I want to find out duplicate data in my excel work sheet. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Setting today's date automatically in Excel. | Excel Worksheet Functions | |||
In Excel 2003, entering date without slashes, the date is incorre. | Excel Discussion (Misc queries) | |||
Auto date changing in Excel is maddening | Charts and Charting in Excel | |||
Duplicate records in Excel | Excel Discussion (Misc queries) | |||
Creating a Date Selector in Excel VBA? | Excel Discussion (Misc queries) |