+ Reply to Thread
Results 1 to 7 of 7

Find production data from one sheet a have it populate on another

  1. #1
    Registered User
    Join Date
    10-18-2012
    Location
    Dallas,Tx
    MS-Off Ver
    Excel 2007
    Posts
    3

    Find production data from one sheet a have it populate on another

    I am trying to pull production data from one sheet a have it populate on another. I tried using the vlookup, however it only pulls a single cell not the row nor will it pull in any other info from the main column. I have trying to figure this out for several days and it is driving me crazy. I'd appreciate any suggestions

    Thanks

  2. #2
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,318

    Re: Is the vlookup function the right one?

    Hi mike6065,

    Sounds like a vlookup could be the right function, but have you copied the formula down the column?

    Maybe a little more description towards what you are trying to achieve. What columns are you referring to?
    HTH
    Regards, Jeff

  3. #3
    Valued Forum Contributor
    Join Date
    02-08-2012
    Location
    wales
    MS-Off Ver
    Excel 2007
    Posts
    964

    Re: Is the vlookup function the right one?

    vlookup can pull more info in if you use it with a larger table and then increase the column it returns

    if you upload a book i may be able to help more efficently.

    (also index my be what you want as its more flexable)
    The Importance of INDEX - A GUIDE TO INDEX'S OTHER USES
    <--- If a post helps hit the star

  4. #4
    Registered User
    Join Date
    10-18-2012
    Location
    Dallas,Tx
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: Is the vlookup function the right one?

    Quote Originally Posted by jeffreybrown View Post
    Hi mike6065,

    Sounds like a vlookup could be the right function, but have you copied the formula down the column?

    Maybe a little more description towards what you are trying to achieve. What columns are you referring to?
    On the first page I have 3 populated columns material number, description and weight. On the second page I have same 3 columns and scrap headings. I want to be able to popular the first column with a material number and both the description and weight would be automatically filled in. I need to be able to do this on multiple rows(up to 20).

  5. #5
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,318

    Re: Find production data from one sheet a have it populate on another

    On the second sheet in cell B2 enter (drag down and over)

    =IF($A2<>"",VLOOKUP($A2,'First Page'!$A$1:$C$30,COLUMN(B$1),0),"")

    Note: Adjust the part in red to match the size of the lookup table

  6. #6
    Registered User
    Join Date
    10-18-2012
    Location
    Dallas,Tx
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: Find production data from one sheet a have it populate on another

    That is exactly what I am looking for, however the 3rd colum is not populating (weights). What am I missing?

  7. #7
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,318

    Re: Find production data from one sheet a have it populate on another

    Hard to say without seeing a sample, but this part increments the column return for the VLOOKUP.

    COLUMN(B$1)

    Put the above on your spreadsheet say in A1. The returned result should be 2. Now drag the formula to the right and it will increase up by 1.

    So with the formula I proposed in B2, dragging it to the right it will look like

    B2 =IF($A2<>"",VLOOKUP($A2,'First Page'!$A$1:$C$30,COLUMN(B$1),0),"")
    C2 =IF($A2<>"",VLOOKUP($A2,'First Page'!$A$1:$C$30,COLUMN(C$1),0),"")
    D2 =IF($A2<>"",VLOOKUP($A2,'First Page'!$A$1:$C$30,COLUMN(D$1),0),"")
    etc.

+ 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