+ Reply to Thread
Results 1 to 5 of 5

Copying corresponding values

  1. #1
    Registered User
    Join Date
    08-04-2008
    Location
    Tallinn
    Posts
    19

    Copying corresponding values

    I need some help.
    I have these values in one column
    706
    706
    706
    512
    512
    12
    12
    12
    12

    In an another column I have same values and in the next column some more values that correspond to the previous values
    12 red
    512 blue
    706 orange

    I need a formula that can automatically copy those text values according to number values.
    706 orange
    706 orange
    706 orange
    512 blue
    512 blue
    12 red
    12 red
    12 red
    12 red

    I have tried =lookup and some variations of =if, but no good result so far.
    I appreciate the help.
    Last edited by NBVC; 04-21-2009 at 09:38 AM.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Copying corresponding values

    Did you try Vlookup()?

    e.g. =Vlookup(A1,$B$1:$C$5,2,FALSE) copied down

    where A1 is the first 706 to look up and B1:C5 contains your lookup table.
    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
    Valued Forum Contributor Shijesh Kumar's Avatar
    Join Date
    05-26-2008
    Location
    Bangalore / India
    MS-Off Ver
    2000
    Posts
    717

    Re: Copying corresponding values

    Can you post your work sheet .. coz vlookup shuld work..( i dont use excell 2007)

  4. #4
    Registered User
    Join Date
    08-04-2008
    Location
    Tallinn
    Posts
    19

    Re: Copying corresponding values

    Thaks very much.
    vlookup worked well. Just didn't know how to properly use it

  5. #5
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Copying corresponding values

    If you are satisfied with the solution provided, please mark your thread as Solved.

    How to mark a thread Solved
    Go to the first post
    Click edit
    Click Go Advanced
    Just below the word Title you will see a dropdown with the word No prefix.
    Change to Solved
    Click Save

+ 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