aneilg
asked on
excel 2007 duplicates
does anyone have any ideas how to check for duplicates.
the problem is i have over 100 columns, and need to compare the whole row.
is there an easy way to do it.
the problem is i have over 100 columns, and need to compare the whole row.
is there an easy way to do it.
Below are the steps on how to do it:
1. Select the columns that you want to check for duplicates.
2. Home -> Styles section, click Conditional Formatting.
3. Select Highlight Cells Rules and click Duplicate Values.
4. Choose the formatting you want for duplicates.
5. OK.
Ed
1. Select the columns that you want to check for duplicates.
2. Home -> Styles section, click Conditional Formatting.
3. Select Highlight Cells Rules and click Duplicate Values.
4. Choose the formatting you want for duplicates.
5. OK.
Ed
ASKER
hello, i've looked at the article but it only checks for cells, as apposed to rows.
i have 1000's of rows in my sheet.
also, i have over 100 columns, and there may be only 1 difference in 1 row.
i have 1000's of rows in my sheet.
also, i have over 100 columns, and there may be only 1 difference in 1 row.
if you are using excel 2010 follow mindsuperbs second comment after you select the whole area you want to check, ctrl-a will select the sheet or press the square in the top right (above 1, left of A). - and give MidSuperb the points!!!!
if not using 2010 you can follow this procedure
http://office.microsoft.com/en-us/excel-help/locate-duplicates-by-using-conditional-formatting-HA001136616.aspx
or if you post a sample here I will set it up for you
Reg
sorry - just re-read your comment and realised what you meant, the second part of my response will work in any version so try this (example attached), if you cant make it work post a sample.
Also consider getting the 'ASAP Utilities' which is free and has a lot of helpful functions like this one built in
http://www.asap-utilities.com/
Reg
Book1.xls
Also consider getting the 'ASAP Utilities' which is free and has a lot of helpful functions like this one built in
http://www.asap-utilities.com/
Reg
Book1.xls
If you want to know duplicated rows, you may use this approach:
1. Concatenate all cells in a row using the function below:
=Concatenate(A1,B1,C1,D1, . . .)
2. Copy the formula down until the last row.
3. Select the concatenated column, and follow Steps 2 to 4 on my post above.
Ed
1. Concatenate all cells in a row using the function below:
=Concatenate(A1,B1,C1,D1, . . .)
2. Copy the formula down until the last row.
3. Select the concatenated column, and follow Steps 2 to 4 on my post above.
Ed
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
The countif funtion will count the number of duplicated values in the range you selected.
Ed
Ed
If you let us know what you need to do with the date after finding the duplicate rows we might be able to come up with something more functional
Reg
Reg
ASKER
hello, i've been going through your solutions.
i have 2 spreadsheets, i ran my extraction last month and thi smonth i ran it again. i have 8 different tabs. with over a 100 columns in each tab. i basically want to highlight the duplicates first then once i have checked them, remove the duplicates. i want to stay away if possible from coutif, because i have over 100 columns.
i have 2 spreadsheets, i ran my extraction last month and thi smonth i ran it again. i have 8 different tabs. with over a 100 columns in each tab. i basically want to highlight the duplicates first then once i have checked them, remove the duplicates. i want to stay away if possible from coutif, because i have over 100 columns.
ASKER
i have two spreadsheets. with data in each.
spreadsheet1 8 worksheets.
spreadsheet2 8 worksheets.
With each worksheet corresponding to each other.
I want to look for dups in each corresponding worksheet.
spreadsheet1 8 worksheets.
spreadsheet2 8 worksheets.
With each worksheet corresponding to each other.
I want to look for dups in each corresponding worksheet.
SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
hello,
basically i have two sets of data.
first set of data was extracted on 01/10/11 and exported to excel.
second set of data was extracted on 01/11/11 and exported to excel.
i have eight tabs in each spreadsheet.
average 100 columns.
average 3000 rows.
so i want an easy way to compare data, look at the data the delete it.
basically i have two sets of data.
first set of data was extracted on 01/10/11 and exported to excel.
second set of data was extracted on 01/11/11 and exported to excel.
i have eight tabs in each spreadsheet.
average 100 columns.
average 3000 rows.
so i want an easy way to compare data, look at the data the delete it.
Are you going to add all the unique records from both sets? And they are formatted identically?
If so then you could get them all on one worksheet, and then just use the data>Filter>Advanced>Uniqu e Records only.
This seems like it would do what you want with the minimum effort.
Similar to conditional formating, but this works based on what you select. It will check all the columns and hide any rows where the data in all the columns is identiacal to another row.
Then I just take the visable rows and move them to a different worksheet using F5>Special> select visable cells only. and paste them on a new worksheet.
-SA
If so then you could get them all on one worksheet, and then just use the data>Filter>Advanced>Uniqu
This seems like it would do what you want with the minimum effort.
Similar to conditional formating, but this works based on what you select. It will check all the columns and hide any rows where the data in all the columns is identiacal to another row.
Then I just take the visable rows and move them to a different worksheet using F5>Special> select visable cells only. and paste them on a new worksheet.
-SA
ASKER
not fully answered.
http://www.lytebyte.com/2008/06/10/highlight-remove-delete-duplicates-excel-2007/
Sincerely,
Ed