+ Reply to Thread
Results 1 to 7 of 7

Calling data from one sheet to another

  1. #1
    Registered User
    Join Date
    02-03-2011
    Location
    Whitehaven, Cumbria, England
    MS-Off Ver
    Excel 2007
    Posts
    8

    Calling data from one sheet to another

    Hi guys,

    I'm stuggling with something which I'm sure should be quite basic. I have tried to adapt resoloutions from other threads to match my needs and I dont seem to be having any luck.

    All I want to do, is call one cell on sheet1, to another in sheet2, based on a selection from a dropdown list. I have attached the spreadsheet I am working on so you can see what I mean.

    I want to select the Part Number on sheet2 and pull the appropriate description from sheet1 (and possibly also the price)


    Thanks,

    Martyn
    Attached Files Attached Files

  2. #2
    Valued Forum Contributor
    Join Date
    10-13-2010
    Location
    Sunderland, England
    MS-Off Ver
    Excel 2007 (Home) / 2003 (Work)
    Posts
    740

    Re: Calling data from one sheet to another

    =VLOOKUP($B3,Sheet1!$B:$F,3,FALSE)
    for the description

    and
    =VLOOKUP($B3,Sheet1!$B:$F,4,FALSE)
    for the price

  3. #3
    Registered User
    Join Date
    02-03-2011
    Location
    Whitehaven, Cumbria, England
    MS-Off Ver
    Excel 2007
    Posts
    8

    Re: Calling data from one sheet to another

    Thanks brokenbiscuits, this does exactly what I wanted.

    Is it possible to modify this to leave the cells blank until a selection is made from the list?

    Thanks

  4. #4
    Valued Forum Contributor
    Join Date
    10-13-2010
    Location
    Sunderland, England
    MS-Off Ver
    Excel 2007 (Home) / 2003 (Work)
    Posts
    740

    Re: Calling data from one sheet to another

    =if($B3="","",VLOOKUP($B3,Sheet1!$B:$F,3,FALSE))

  5. #5
    Registered User
    Join Date
    02-03-2011
    Location
    Whitehaven, Cumbria, England
    MS-Off Ver
    Excel 2007
    Posts
    8

    Re: Calling data from one sheet to another

    Brilliant! Last question...

    Is it possible to stop the Price cell from updating once it has been copied to sheet2? Say if the VLOOKUP was only to run once?

  6. #6
    Valued Forum Contributor
    Join Date
    10-13-2010
    Location
    Sunderland, England
    MS-Off Ver
    Excel 2007 (Home) / 2003 (Work)
    Posts
    740

    Re: Calling data from one sheet to another

    No, unfortunately you would either need to then copy the cell, the paste specials>values, or a macro could do the job. Would you be interested in using macros?

  7. #7
    Registered User
    Join Date
    02-03-2011
    Location
    Whitehaven, Cumbria, England
    MS-Off Ver
    Excel 2007
    Posts
    8

    Re: Calling data from one sheet to another

    Yes I would definitely be interested in using a macro, there will only be 3 people using the spreadsheet, 4 at most, so this shouldnt be a problem.

    Thanks!

+ 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