+ Reply to Thread
Results 1 to 4 of 4

VLOOKUP to add new data to a template

  1. #1
    Registered User
    Join Date
    07-29-2009
    Location
    Suffolk, England
    MS-Off Ver
    Excel 2007
    Posts
    18

    Thumbs up VLOOKUP to add new data to a template

    Hi There,

    I need to create a VLOOKUP which pulls data from a main list into a template which I will print.

    I want to pull the Part Number (column A) from the sheet labelled 'MAIN LIST' into the column A in sheet labelled 'PRICE LIST' where column C in sheet 'MAIN LIST' is equal to = CONTRACTOR LIST

    I will continuously be adding new data to the main list, so the template will need to keep updating.

    Thank you in advance.

    Chloe
    Attached Files Attached Files

  2. #2
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: VLOOKUP to add new data to a template

    In A3 and copy down, this Array(control+shift+enter-not just enter) formula.

    =INDEX('Main List'!$A2:$A1000,SMALL(IF('Main List'!$C$2:$C$1000="CONTRACTOR LIST",ROW('Main List'!$A2:$A1000)-1),ROW('Main List'!$A$1)))
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

  3. #3
    Registered User
    Join Date
    07-29-2009
    Location
    Suffolk, England
    MS-Off Ver
    Excel 2007
    Posts
    18

    Re: VLOOKUP to add new data to a template

    Thank you for your reply, I have tried this but it is bringing in some MAIN list parts? Not just contractor?

    Thanks, Chloe

  4. #4
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: VLOOKUP to add new data to a template

    ApologIze for this. I forgot to use absolute reference..
    Attached Files Attached Files

+ 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