How do I merge duplicated data in rows with different criteria

  • Thread starter Thread starter Sigourney-Leigh
  • Start date Start date
S

Sigourney-Leigh

I have a spreadsheet with two columns, the first column has a name the second
a reference no. Some of the data is duplicated. How do I either merge the
data or delete the duplicated rows.
I tried search and find but that means I have to type in each surname. It is
a list of 600 rows.

Any ideas? Thanks
 
One way is to sort by reference number. Duplicates will then be below each
other, ready to be deleted.

Another way is to use a formula
=COUNTIF(A$1:B$600,B1)
Enter this in C1, and copy down - move cursor to right bottom corner of B1,
it changes into a narrow plus sign, double-click and done. All duplicates
will show a number, indicating how many times it has ben duplicated.

--
HTH

Kassie

Replace xxx with hotmail
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Merging Lines of data 4
merging spreadsheets 2
Duplicate Rows 2
Duplicates Deletion ? 2
duplicating rows 1
Excel Comparing two columns 1
Eliminate Duplicate Row 1
Finding Duplicates in Multiple Columns 2

Back
Top