+ Reply to Thread
Results 1 to 4 of 4

Vlookup help

  1. #1
    Registered User
    Join Date
    05-28-2008
    Posts
    4

    Vlookup help

    Hi all,

    I have 2 worksheets and I'm trying to do a vlookup from one sheet to another. I have to enter the formula that will bring over the information onto the other worksheet. Any ideas?

    Thanks
    Last edited by VBA Noob; 05-30-2008 at 08:42 AM.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898
    Have you read Vlookup help in Excel's help files?

    That should put you in the right direction...

    If not, we would need more details as to actual sheet/column/cell references...
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    05-28-2008
    Posts
    4
    Hi
    Ok 1st worksheet is called customers with:
    Column a:customer number
    column b:custmer name
    column c:address
    column d: home phone

    worksheet 2 is called workorders
    this has the same columns but no details
    I have to do vlookup on this worksheet so that when i enter the customer number it will automatically fill in all the colums details.
    So far i think I have to do this:
    Vlookup (a2:customers!$a$2$) ??
    Help!!!

  4. #4
    Valued Forum Contributor ratcat's Avatar
    Join Date
    03-07-2008
    Location
    Rural NSW, Australia
    MS-Off Ver
    Vista 2007
    Posts
    1,111
    G'day aluzio,

    Try this

    =vlookup(A2,customers!A1:D1000,2,false)

    Lookup value = A2

    Table array = customers!A1:D1000

    Col index num = 2

    Eg

    1 = Column a:customer number
    2 = column b:custmer name
    3 = column c:address
    4 = column d: home phone

    Range lookup = false
    (The range lookup is a logical value: to find the closest match in the first column ((sorted in ascending order)) = True or omitted; to find an exact match = false.)

    Hope this helps
    Last edited by ratcat; 05-30-2008 at 05:52 AM.
    Have I made you happy ??? If yes, please make me happy by pressing the http://www.excelforum.com/images/buttons/reputation-40b.png Add Reputation button in my post.
    Please don't forget to do the same to other contributors of this forum.

    Thanks
    I don't void confusion, I create it

+ 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