+ Reply to Thread
Results 1 to 4 of 4

extract the added data

Hybrid View

  1. #1
    Sandy
    Guest

    extract the added data

    We have a workbook with a large list of names and email addresses, problem is that 2 people have copied the sheet and added extra names and email's to each of there sheets. I need a way to extract the added data so they can be added to the original. Is this possible?

    Sandy

  2. #2
    mas
    Guest

    Re: extract the added data

    At least on Excel 2002 you can track changes by Sharing Workbook.
    If you go to [Tools>Share Workbook] and turn on sharing function then
    the track changes will be started.
    After it is turned on, Excel helps to keep change history for you.

    mas
    -----
    http://sapass.metro.client.jp


  3. #3
    Sandy
    Guest

    Re: extract the added data

    yes I can understand this, but it is too late for this instance.

    is there some way if we paste the larger email address list into say column
    F and the original email addresses were in column C, is there some way to
    get it to say if an address in column F is in column C ? then we could sort
    by the result and copy the extra data ??

    Sandy.
    "mas" <mas_detokyo@yahoo.com> wrote in message
    news:1125134029.190277.175190@o13g2000cwo.googlegroups.com...
    > At least on Excel 2002 you can track changes by Sharing Workbook.
    > If you go to [Tools>Share Workbook] and turn on sharing function then
    > the track changes will be started.
    > After it is turned on, Excel helps to keep change history for you.
    >
    > mas
    > -----
    > http://sapass.metro.client.jp
    >




  4. #4
    Registered User
    Join Date
    08-27-2005
    Posts
    5
    What you want can be done either by 'VLOOKUP' function or 'MATCH'.
    Assuming you have updated address in column C and original address in Column F.

    Put below formula say column D.
    =VLOOKUP(Cn,F:F,1,0) or =MATCH(Cn,F:F,0)
    For the entries you get other than "#N/A" is on column F.

    If you don't like re-calculation, you can make this into VBA code.

    Regards,
    mas
    http://sapass.metro.client.jp - Update SAP data by VBA

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1