Results 1 to 2 of 2

Thread: How to compare 2 excel file data by VBA?

  1. #1

    Thread Starter
    New Member
    Join Date
    Dec 2005
    Posts
    1

    How to compare 2 excel file data by VBA?

    Dear Experts,

    here is just a example.

    testing1.xls A column is the type of name
    testing1.xls B column is the name
    testing2.xls B column is the name need to SEARCH

    SEARCH function:
    input: testing2.xls B column
    output: search the name of testing1.xls and output the corresponding type

    testing2.xls C column is the output of the search

    How can i have the output?
    by newbie

  2. #2
    Member mwyatt's Avatar
    Join Date
    May 2005
    Posts
    42

    Re: How to compare 2 excel file data by VBA?

    I think that the function your looking for is "VLOOKUP"

    Excel should walk you through how to use it, if not post again and I'll explain it.

Posting Permissions

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



Click Here to Expand Forum to Full Width