Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Compare Rows and delete duplicate records

HI,
I am very new to excel and trying to find a solution to filter my data.
My data lookes like the following

A B C D E F ...............
joe 12 14 16 90 80
joe 12 15 18 90 80
john 13 19 20 90 70
Sara 13 20 21 22 23
Sara 13 20 24 25 23

I want to combine the unique records of each user from all the rows into one
row so that it should look like below

A B C D E F G H I J
joe 12 14 16 90 80 15 18
john 13 19 20 90 70
Sara 13 20 21 22 23 24 25


I am sure most of you would know how to accomplsih it. Any quick help will
be greatly appreciated.

Dizzlews


--
Looking for some help
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Compare Rows and delete duplicate records

Hi Dizzlews,
How do you want to combine the data of each user if there are different
entries in the same column. You want to sum them or find the max or what?


"Dizzlews" wrote:

HI,
I am very new to excel and trying to find a solution to filter my data.
My data lookes like the following

A B C D E F ...............
joe 12 14 16 90 80
joe 12 15 18 90 80
john 13 19 20 90 70
Sara 13 20 21 22 23
Sara 13 20 24 25 23

I want to combine the unique records of each user from all the rows into one
row so that it should look like below

A B C D E F G H I J
joe 12 14 16 90 80 15 18
john 13 19 20 90 70
Sara 13 20 21 22 23 24 25


I am sure most of you would know how to accomplsih it. Any quick help will
be greatly appreciated.

Dizzlews


--
Looking for some help

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Compare Rows and delete duplicate records

First of all, my apologies for my late response to your post. I got the email
from Microsoft but I was not able to go on to post the when I clicked on the
Link. I finally found my own post after two days.

to answer your question,

It does not matter where the entries are in the column, they will not follow
any sequence. So i am assuming if you have happen to have the Macro code,
each cell value needs to loop through the entire row.

Taking the example again for my data for Joe.
A B C D E F ...............
R1 joe 12 14 16 90 80
R2 joe 12 15 18 90 80

I believe this is how it should work.

1) Compare A2 with A1 If Not Equal then Do nothing
Else if equals
then B1, should be compared against all the values
in row 1 for Joe, If found a match then Do Nothing
Else if did not Found the Match then Add
to the row1 for joe, the sequence does not matter.......
Similarly B2, B3.........untill B100.
Once Row2 is completely comapred and added to row1, then it should deleted.


Thanks


A B C D E F ...............
joe 12 14 16 90 80
joe 12 15 18 90 80
john 13 19 20 90 70
Sara 13 20 21 22 23
Sara 13 20 24 25 23

I want to combine the unique records of each user from all the rows into one
row so that it should look like below

A B C D E F G H I J
joe 12 14 16 90 80 15 18
john 13 19 20 90 70
Sara 13 20 21 22 23 24 25


I am sure most of you would know how to accomplsih it. Any quick help will
be greatly appreciated.

Dizzlews


--
Looking for some help

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Compare Rows and delete duplicate records

I am sorry I meant B2 in my example.... I have corrected it below again
--
Looking for some help


"Dizzlews" wrote:

First of all, my apologies for my late response to your post. I got the email
from Microsoft but I was not able to go on to post the when I clicked on the
Link. I finally found my own post after two days.

to answer your question,

It does not matter where the entries are in the column, they will not follow
any sequence. So i am assuming if you have happen to have the Macro code,
each cell value needs to loop through the entire row.

Taking the example again for my data for Joe.
A B C D E F ...............
R1 joe 12 14 16 90 80
R2 joe 12 15 18 90 80

I believe this is how it should work.

1) Compare A2 with A1 If Not Equal then Do nothing
Else if equals
then B2, should be compared against all the values
in row 1 for Joe, If found a match then Do Nothing
Else if did not Found the Match then Add
to the row1 for joe, the sequence does not matter.......
Similarly B3, B4.........untill B100.
Once Row2 is completely comapred and added to row1, then it should deleted.


Thanks


A B C D E F ...............
joe 12 14 16 90 80
joe 12 15 18 90 80
john 13 19 20 90 70
Sara 13 20 21 22 23
Sara 13 20 24 25 23

I want to combine the unique records of each user from all the rows into one
row so that it should look like below

A B C D E F G H I J
joe 12 14 16 90 80 15 18
john 13 19 20 90 70
Sara 13 20 21 22 23 24 25


I am sure most of you would know how to accomplsih it. Any quick help will
be greatly appreciated.

Dizzlews


--
Looking for some help

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
Compare and delete duplicate records charles Excel Worksheet Functions 3 June 17th 08 11:46 AM
Delete Duplicate records Finger Tips Excel Worksheet Functions 2 April 29th 07 08:42 PM
how to delete duplicate records in a row Christian Setting up and Configuration of Excel 2 July 21st 06 01:39 AM
How do I delete duplicate records from an entire Excel workbook? Steven B. Excel Discussion (Misc queries) 0 December 6th 05 10:32 AM
How to delete duplicate records when I merge two lists (deleting . rinks Excel Worksheet Functions 10 December 11th 04 01:03 AM


All times are GMT +1. The time now is 08:19 PM.

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"