+ Reply to Thread
Results 1 to 3 of 3

How to return values from different sheets

Hybrid View

  1. #1
    Registered User
    Join Date
    12-09-2009
    Location
    Palatine, Illinois
    MS-Off Ver
    Excel 2007
    Posts
    30

    How to return values from different sheets

    I pull a report (Form2), and I want to import values into another sheet (Form1)

    From Form2, I want to import the cell value in $D# based on the name in cell $C#, when the name in $C# matches the value in D2 on Form1. Ultimately, the value from $D# will return to cell G5 in Form1.

    Any suggestions?
    Attached Images Attached Images

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: How to return values from different sheets

    Welcome to the Board.

    Generally speaking - it's always better to provide sample files as opposed to images - unless you want help with an image of course

    Regards your question - check out VLOOKUP function in XL Help

    =VLOOKUP($D$2,Form1!$C:$D,2,0)

    see also INDEX/MATCH functions should you need to look from right to left (ie from C to B or A etc...)

  3. #3
    Registered User
    Join Date
    12-09-2009
    Location
    Palatine, Illinois
    MS-Off Ver
    Excel 2007
    Posts
    30

    Thumbs up Re: How to return values from different sheets

    Thanks for the warm welcome!

    I had previously tried the VLOOKUP, and was unsure how it worked. Once I reviewed what you had written, I think I had a better idea on what needed to be selected.

    I changed a bit around, and now it works perfectly. Thanks for the help!

+ 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