PC Review


Reply
Thread Tools Rate Thread

Combining Two Worksheets Of Data.

 
 
Saxman
Guest
Posts: n/a
 
      15th Jul 2011
I have a worksheet which has one column with a list of names plus other
columns of data.

I want to combine that worksheet with a similar worksheet which also has a
list of names.

Most of the names on both worksheets are identical.

I need to match the identical names on both worksheets (so I can use the
data) and make the non-matching names redundant.

What's the best way of approaching this? I'm sure there's some code
around or maybe in can be done manually?
 
Reply With Quote
 
 
 
 
Saxman
Guest
Posts: n/a
 
      15th Jul 2011
On Fri, 15 Jul 2011 08:58:41 +0100, Saxman
<"john.h.williams2(removethis)"@gmail.com> wrote:

> I have a worksheet which has one column with a list of names plus other
> columns of data.
>
> I want to combine that worksheet with a similar worksheet which also has
> a list of names.
>
> Most of the names on both worksheets are identical.
>
> I need to match the identical names on both worksheets (so I can use the
> data) and make the non-matching names redundant.
>
> What's the best way of approaching this? I'm sure there's some code
> around or maybe in can be done manually?


Looks like the addin Activedata for Excel is the answer, but looks quite
expensive for casual use.

Are there any alternatives?
 
Reply With Quote
 
Jim Cone
Guest
Posts: n/a
 
      15th Jul 2011
Matching names is notoriously tricky... Sam Adams vs. Sam Adams Jr. and Samuel Adams vs. Sam Adams.
You can use conditional formatting to do most of the work...

Data in columns c and f, starting in row 5.
1. Select C5:C1500
2. Choose Format | Conditional formatting
3. In ""Condition 1"" choose ""Formula is""
4. Enter this formula =(COUNTIF($F$5:$F$3700,C5)>0)*(C5<>"")
5. Click the "Formats" button and take your pick. OK.OK.
6. Repeat for F5:F3700 using: =(COUNTIF($C$5:$C$1500,F5)>0)*(F5<>"")
The common items from both lists will now be highlighted with the formatting you picked.
'---

My commercial Excel add-in "XL Companion" can match lists and has multiple features to manipulate
data.
Download the free trial from... http://www.mediafire.com/PrimitiveSoftware
'---
Jim Cone
Portland, Oregon USA





"Saxman" <"john.h.williams2(removethis)"@gmail.com>
wrote in message
newsp.vynsumd46s6om4@user1-pc...
> On Fri, 15 Jul 2011 08:58:41 +0100, Saxman <"john.h.williams2(removethis)"@gmail.com> wrote:
>
>> I have a worksheet which has one column with a list of names plus other columns of data.
>>
>> I want to combine that worksheet with a similar worksheet which also has a list of names.
>>
>> Most of the names on both worksheets are identical.
>>
>> I need to match the identical names on both worksheets (so I can use the data) and make the
>> non-matching names redundant.
>>
>> What's the best way of approaching this? I'm sure there's some code around or maybe in can be
>> done manually?

>
> Looks like the addin Activedata for Excel is the answer, but looks quite expensive for casual
> use.
>
> Are there any alternatives?



 
Reply With Quote
 
Saxman
Guest
Posts: n/a
 
      16th Jul 2011
On Fri, 15 Jul 2011 13:58:12 +0100, Jim Cone
<(E-Mail Removed)> wrote:

> Matching names is notoriously tricky... Sam Adams vs. Sam Adams Jr. and
> Samuel Adams vs. Sam Adams.
> You can use conditional formatting to do most of the work...
>
> Data in columns c and f, starting in row 5.
> 1. Select C5:C1500
> 2. Choose Format | Conditional formatting
> 3. In ""Condition 1"" choose ""Formula is""
> 4. Enter this formula =(COUNTIF($F$5:$F$3700,C5)>0)*(C5<>"")
> 5. Click the "Formats" button and take your pick. OK.OK.
> 6. Repeat for F5:F3700 using: =(COUNTIF($C$5:$C$1500,F5)>0)*(F5<>"")
> The common items from both lists will now be highlighted with the
> formatting you picked.
> '---
>
> My commercial Excel add-in "XL Companion" can match lists and has
> multiple features to manipulate
> data.
> Download the free trial from...
> http://www.mediafire.com/PrimitiveSoftware
> '---


Thanks. I'll give it a go later.

Just had another web search and it appears that there are several ways of
doing this including several add-ins.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Combining Data from 2 worksheets gmoore Microsoft Excel Worksheet Functions 18 29th Sep 2009 03:50 PM
Combining Data on two worksheets Gemi Microsoft Excel Misc 2 11th Dec 2008 02:14 PM
combining data from two worksheets =?Utf-8?B?RGF2aWQ=?= Microsoft Excel Worksheet Functions 1 10th Oct 2006 09:02 AM
Combining data from 2 worksheets =?Utf-8?B?bmF1bGVyaWNo?= Microsoft Excel Worksheet Functions 1 17th Mar 2006 01:21 PM
Combining data from several worksheets =?Utf-8?B?Sm9obm55IFQ=?= Microsoft Excel New Users 4 30th May 2005 07:22 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:42 PM.