+ Reply to Thread
Results 1 to 2 of 2

Please Help! - Need Help pulling data from one spreadsheet to anot

Hybrid View

Guest Please Help! - Need Help... 02-01-2006, 04:20 PM
Guest RE: Please Help! - Need Help... 02-01-2006, 05:25 PM
  1. #1
    dhwinters
    Guest

    Please Help! - Need Help pulling data from one spreadsheet to anot

    I have two spreadsheets

    The first lists URLs for several hundred companies along with the number of
    email addresses associated with that company. This work sheet is called
    "Domain"

    Example

    Column 1 Column 2
    URL # of Users
    abc.com 1234

    The other lists company names, city and state locations and the URL for that
    company. It is called "Blitz"

    Example

    Column 1 Column 2 Column 3 Column 4
    ABC Company New York NY abc.com

    I want to compare Domain and Blitz based on the URL. If a URL on "Domain"
    is also located on Blitz, then I want to pull the number of users and
    pre-populate a new column 5 in Blitz called "# of Users"

    This way I can find out which companies in my area have the most number of
    users.



  2. #2
    dhwinters
    Guest

    RE: Please Help! - Need Help pulling data from one spreadsheet to anot

    Hey, I figured it out on my own using VLookup. Pretty cool.

    =VLOOKUP(A:A,'C:\Documents and Settings\Owner\My Documents\a. CCTS\[Domain
    Search.xls]Complete List'!$1:$65536,3,FALSE)

    "dhwinters" wrote:

    > I have two spreadsheets
    >
    > The first lists URLs for several hundred companies along with the number of
    > email addresses associated with that company. This work sheet is called
    > "Domain"
    >
    > Example
    >
    > Column 1 Column 2
    > URL # of Users
    > abc.com 1234
    >
    > The other lists company names, city and state locations and the URL for that
    > company. It is called "Blitz"
    >
    > Example
    >
    > Column 1 Column 2 Column 3 Column 4
    > ABC Company New York NY abc.com
    >
    > I want to compare Domain and Blitz based on the URL. If a URL on "Domain"
    > is also located on Blitz, then I want to pull the number of users and
    > pre-populate a new column 5 in Blitz called "# of Users"
    >
    > This way I can find out which companies in my area have the most number of
    > users.
    >
    >


+ 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