+ Reply to Thread
Results 1 to 7 of 7

Pulling data from one spreadsheet to another

  1. #1
    Registered User
    Join Date
    08-17-2013
    Location
    SouthWest
    MS-Off Ver
    Excel 2010
    Posts
    8

    Question Pulling data from one spreadsheet to another

    HI ,
    I have data on one spreadsheet, that I need to be able to pull parts of , across to another spreadsheet.
    The data in the two sheets are not in the same order
    sheet 1.jpgsheet 2.jpg
    Images are attached ( hopefully) of thew two sheets I am discussing.
    I need to be able to

    show the stock level on sheet 1 for item number example 12119BLU
    item number 12119BLU may not appear in sheet 2 so this entry could pull across and show N/A or something like that if there is no reference to it
    However example item code 18020CRE shows a stock level of "0" which means i need this info as a zero appearing in the stock level column to indicate it is a product, but with no current stock

    the 15117PEA would show as stock level "1" as another example of what i need to achieve
    In summary column E in sheet 2
    needs to pull data over into a stock level column in sheet 1
    codes in sheet 2 that have no match in sheet 1 need to show N/A or something other than zero
    I have tried various VLookup to no avail
    My first time here so please be gentle

    Hope all is clear
    Rgs Rintintin

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: Pulling data from one spreadsheet to another

    Hi and welcome to the forum

    Please do not upload a picture of your file...rather, upload a sample of your workbook, showing what data you are working with, a few samples of your expected outcome is (manually entered is ok) and how you arrived at that. (exclude sensitive info). Pictures are pretty much impossible to edit, and no-one wants to re-type your data for you
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Registered User
    Join Date
    08-17-2013
    Location
    SouthWest
    MS-Off Ver
    Excel 2010
    Posts
    8

    Re: Pulling data from one spreadsheet to another

    also I just need to see where I can upload a sample of the spreadsheet if you can help with that too?
    thanks in advance

  4. #4
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: Pulling data from one spreadsheet to another

    Sorry, meant to add that....
    To attach a file to your post,
    click advanced (next to quick post),
    scroll down until you see "manage file",
    click that and select "add files" (top right corner).
    click "select files" find your file, click "open" click "upload" click 'done" bottom right. click "submit reply"

    Once the upload is completed the file name will appear below the input boxes in this window.
    You can then close the window to return to the new post screen.

  5. #5
    Registered User
    Join Date
    08-17-2013
    Location
    SouthWest
    MS-Off Ver
    Excel 2010
    Posts
    8

    Re: Pulling data from one spreadsheet to another

    excellent Sir many thanks
    will attend to that in the morning as its rather late here
    many thanks

  6. #6
    Registered User
    Join Date
    08-17-2013
    Location
    SouthWest
    MS-Off Ver
    Excel 2010
    Posts
    8

    Smile Re: Pulling data from one spreadsheet to another

    attached spread sheet of the example with notes
    hope all is clear
    Attached Files Attached Files

  7. #7
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: Pulling data from one spreadsheet to another

    Try this, copied down...
    =VLOOKUP(B13,sheet2!$A$1:$D$1000,4,0)

    To change which column is used, change the ,4, part

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Pulling data from a refreshable spreadsheet
    By dta1984 in forum Excel General
    Replies: 1
    Last Post: 11-15-2011, 02:51 PM
  2. Exported data pulling into another spreadsheet
    By Bemidji in forum Excel General
    Replies: 6
    Last Post: 08-08-2006, 11:05 AM
  3. Please Help! - Need Help pulling data from one spreadsheet to anot
    By dhwinters in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-01-2006, 05:25 PM
  4. Pulling data into textbox from spreadsheet
    By Wiggler in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 03-03-2005, 01:06 PM
  5. Pulling data into a textbox from spreadsheet
    By eklarsen in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 03-03-2005, 12:49 PM

Tags for this Thread

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