English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I have a database with a load of product codes and have to make sure duplicates are changed to some other value.

I found a few ways to find duplicates on:

http://www.cpearson.com/excel/duplicat.htm

but only testing for duplicate entries works in Excel 2000 on my PC.

Highlighting Duplicate Entries seems to do nothing. have tried background colour and italic text but no go.

Tagging Duplicate Entries results in #NAME? in every cell

Code doesn't just change between Excel97 and 2000? What am I doing wrong?

2007-06-13 11:13:35 · 2 answers · asked by iRant 3 in Computers & Internet Programming & Design

2 answers

I do this to find duplicates in a list..

Sort data by product code.
In an empty column type =if(a1=a2,"duplicate","ok") in the first row of data.
where a2 is the first product code and a1 is the cell above. Copy this down the column to end of data

Hope this makes sence!
Feel free to e-mail me (swinkate@yahoo.co.uk) for an example!!

Kate

2007-06-13 13:16:32 · answer #1 · answered by swinkate 1 · 0 0

You need to define 'Range1'

2007-06-15 10:30:42 · answer #2 · answered by Steve B 7 · 0 0

fedest.com, questions and answers