+ Reply to Thread
Results 1 to 6 of 6

2 sheet VLookup? Or another formula/function?

  1. #1
    Registered User
    Join Date
    05-03-2013
    Location
    United States
    MS-Off Ver
    Excel 2008
    Posts
    3

    2 sheet VLookup? Or another formula/function?

    I am having a mental lapse, I have an excel file with 2 tab. I have data in column B on sheet 1 and column A oh tab 2. If the data in column B on tab 1 is listed on column A of tab 2 I need to return a set number in Column C tab 1..
    Last edited by brettmlawrence; 05-03-2013 at 10:58 AM.

  2. #2
    Valued Forum Contributor Miraun's Avatar
    Join Date
    04-03-2009
    Location
    New England
    MS-Off Ver
    2003, 2007, 2010, 2013
    Posts
    554

    Re: Easy Question

    A bit difficult to follow the explanation... but looks like either a vlookup or a match, depending on the relative position of the data you're looking for.

    If they KEY data is in column B, and the data you want is in Column A, you'll can use match
    If the key data is in column B, and the data you want is in column C, you can use Vlookup
    Going for Guru! Click the Star to the bottom left of this post if I helped!

  3. #3
    Forum Guru HaHoBe's Avatar
    Join Date
    02-19-2005
    Location
    Hamburg, Germany
    MS-Off Ver
    work: 2016 on Win10 (notebook), private: 2019 on Win10 (desktop), 2019 on Win11 (notebook)
    Posts
    8,198

    Re: Easy Question

    Hi, brettmlawrence,

    Your post does not comply with Rule 1 of our Forum RULES. Your post title should accurately and concisely describe your problem, not your anticipated solution.

    Use terms appropriate to a Google search. Poor thread titles, like Please Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will be addressed according to the OP's experience in the forum: If you have less than 10 posts, expect (and respond to) a request to change your thread title. If you have 10 or more posts, expect your post to be locked, so you can start a new thread with an appropriate title.

    To change a Title on your post, click EDIT then Go Advanced and change your title, if 2 days have passed ask a moderator to do it for you.

    Ciao,
    Holger
    Use Code-Tags for showing your code: [code] Your Code here [/code]
    Please mark your question Solved if there has been offered a solution that works fine for you

  4. #4
    Registered User
    Join Date
    05-03-2013
    Location
    United States
    MS-Off Ver
    Excel 2008
    Posts
    3

    Re: Easy Question

    On the first tab there is a long list of items in column B.
    On the second tab there is a much shorter list of items in Column A.
    IF an item from Sheet1 ColumnB is listed in Sheet2 ColumnA then return 0952. in column C SHeet1.

  5. #5
    Valued Forum Contributor Miraun's Avatar
    Join Date
    04-03-2009
    Location
    New England
    MS-Off Ver
    2003, 2007, 2010, 2013
    Posts
    554

    Re: 2 sheet VLookup? Or another formula/function?

    =IF(ISERROR(MATCH(B1,Sheet2!A:A,FALSE)),"",952)

  6. #6
    Registered User
    Join Date
    05-03-2013
    Location
    United States
    MS-Off Ver
    Excel 2008
    Posts
    3

    Re: 2 sheet VLookup? Or another formula/function?

    Perfect.. Thank you

+ 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