Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Nav
 
Posts: n/a
Default delete doublicate row

I am having problem with combining two long excel files which has same
similear cell such as name, title, publish date and I want to get ride off
any cell or cells having the same. I should only have one name, title,
publisher.
  #2   Report Post  
bj
 
Posts: n/a
Default

one of the ways to do it would be to copy the data from the second sheet to
the bottom of the first sheet.

Make sure the columns are aligned for the different variables.

I assume that you could have the same name with different titiles so that
just duplicates of any one column would not be the way to look

If say there were five columns of information (A: E)
if there is a preference as to the sheet to retain data from (Say the first)
in F1 enter
=if(and(countif($A$1:A1,1)1,countif($B$1:B1,1)1, countif($C$1:C1,1)1,countif($D$1:D1,1)1),1,0)
And copy down to the bottom of the data.
use auto filter and select the 1s in column F
Delete the rows with the 1s



"Nav" wrote:

I am having problem with combining two long excel files which has same
similear cell such as name, title, publish date and I want to get ride off
any cell or cells having the same. I should only have one name, title,
publisher.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to delete rows when List toolbar's "delete" isnt highlighted? Linda Excel Worksheet Functions 1 May 26th 05 08:39 PM
How to delete blank rows John Mansfield Excel Discussion (Misc queries) 3 April 27th 05 11:48 PM
Cannot delete a macro Jeff B Excel Discussion (Misc queries) 3 February 15th 05 12:43 AM
delete row contains specific word in an macro Jean-Francois Excel Discussion (Misc queries) 4 January 11th 05 11:40 PM
Saving to a network share without delete permssions SteveHoot Excel Discussion (Misc queries) 1 January 5th 05 09:50 PM


All times are GMT +1. The time now is 03:50 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"