+ Reply to Thread
Results 1 to 4 of 4

help needed

  1. #1
    Registered User
    Join Date
    03-05-2006
    Posts
    2

    help needed

    hi guys need some help here:

    let's say i've got a sheet with the following data:

    Name Apples Oranges
    John 1 3
    Peter 2 2
    Mike 1 0


    i got another sheet with the following table:

    Name Apples Oranges
    John
    Jane
    Peter
    Harry
    Mike

    is there a way to, for eg, sort of "tag" 1 apple and 2 oranges to john's name. then let it appear in the correct column on sheet 2?

    thanks in advance...

  2. #2
    Forum Contributor
    Join Date
    06-23-2004
    Location
    Houston, TX
    Posts
    571
    Quote Originally Posted by todd22
    hi guys need some help here:

    let's say i've got a sheet with the following data:

    Name Apples Oranges
    John 1 3
    Peter 2 2
    Mike 1 0


    i got another sheet with the following table:

    Name Apples Oranges
    John
    Jane
    Peter
    Harry
    Mike

    is there a way to, for eg, sort of "tag" 1 apple and 2 oranges to john's name. then let it appear in the correct column on sheet 2?

    thanks in advance...
    ASSUME

    1. that the range of your data worksheet is A2:C10
    2. this data worksheet is Sheet1

    In your other sheet with a table that you want to fill up, enter in Cell B2

    =vlookup(A2,Sheet1!$A$2:$C$10,2,0)

    and in Cell C2, enter this formula

    =vlookup(A2,Sheet1!$A$2:$C$10,3,0)

    Copy down your formulas in B2 and C2 until your range requirements are satisfied.

    Regards.
    BenjieLop
    Houston, TX

  3. #3
    Registered User
    Join Date
    03-05-2006
    Posts
    2
    it works..great thanks!!

  4. #4
    Forum Contributor
    Join Date
    06-23-2004
    Location
    Houston, TX
    Posts
    571
    Thank you for the feeback.


    Regards.

+ 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