Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
re re is offline
external usenet poster
 
Posts: 2
Default Consolidate 3 lists with duplicates into one list

Hi,

How do I take 3 lists with similar but not exact information and also
compare and consolidate those lists into one list. For example:

A B A B A B
Chix 20 Lio 10 App 5
App 10 Bob 15 Lio 10
Lio 12 Chix 20 Bob 10
Chix 10

Does that make sense?

Thx, Re
--
Re
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 143
Default Consolidate 3 lists with duplicates into one list

The simplest thing to do is to create one column with all the data:
Chix 20
App 10
Lio 12
Lio 10
Bob 15
Chix 20
App 5
Lio 10
Bob 10
Chix 10

Sort it by A then B:
App 5
App 10
Bob 10
Bob 15
Chix 10
Chix 20
Chix 20
Lio 10
Lio 10
Lio 12

Enter this formula into column C:
=IF(A2&B2=A1&B1,1,0)

And all of your duplicate values will show as 1. You can filter those out,
or resort on column C and delete them.

Hope this helps.

--
Regards,

PJ
Please rate this post using the vote buttons if it was helpful.



"Re" wrote:

Hi,

How do I take 3 lists with similar but not exact information and also
compare and consolidate those lists into one list. For example:

A B A B A B
Chix 20 Lio 10 App 5
App 10 Bob 15 Lio 10
Lio 12 Chix 20 Bob 10
Chix 10

Does that make sense?

Thx, Re
--
Re

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
Delete duplicates: Sum & Consolidate evoxfan Excel Worksheet Functions 2 November 19th 08 02:32 PM
Delete Duplicates: Sum values & Consolidate evoxfan Excel Discussion (Misc queries) 1 November 18th 08 10:44 PM
Consolidate Lists from Multiple Sheets on another Sheet Lemmesee Excel Worksheet Functions 9 October 13th 08 03:41 AM
Consolidate multiple lists, with auto-update Eric Excel Discussion (Misc queries) 0 November 1st 07 04:44 PM
How to consolidate several Excel lists into one? alm60103 Excel Discussion (Misc queries) 1 May 26th 05 07:40 PM


All times are GMT +1. The time now is 07:44 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"