+ Reply to Thread
Results 1 to 5 of 5

Pick cell based on multiple cells

  1. #1
    Registered User
    Join Date
    02-05-2009
    Location
    NC
    MS-Off Ver
    Excel 2007
    Posts
    30

    Pick cell based on multiple cells

    I want the 'Model Number' to automatically be picked based on the numbers entered into Sheet1 B1 & B2. The model numbers are listed on Sheet2. Can someone help me with this?
    Attached Files Attached Files
    Last edited by rdd2; 02-05-2009 at 04:08 PM.

  2. #2
    Forum Contributor VBA Noob's Avatar
    Join Date
    04-25-2006
    Location
    London, England
    MS-Off Ver
    xl03 & xl 07(Jan 09)
    Posts
    11,988

    Re: Pick cell based on multiple cells

    Please in future save as xl03

    I added a helper column to sheet 2 and use a vlookup formula

    =VLOOKUP(B1&B2,Sheet2!A:D,4,FALSE)
    VBA Noob
    Attached Files Attached Files
    _________________________________________


    Credo Elvem ipsum etian vivere
    _________________________________________
    A message for cross posters

    Please remember to wrap code.

    Forum Rules

    Please add to your signature if you found this link helpful. Excel links !!!

  3. #3
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Pick cell based on multiple cells

    tRY:

    Please Login or Register  to view this content.
    Once entered, confirm it with CTRL+SHIFT+ENTER not just ENTER. You will see { } brackets appear around the formula.
    Attached Files Attached Files
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  4. #4
    Registered User
    Join Date
    02-05-2009
    Location
    NC
    MS-Off Ver
    Excel 2007
    Posts
    30

    Re: Pick cell based on multiple cells

    Thank you very much! Have a nice afternoon!!

  5. #5
    Forum Contributor VBA Noob's Avatar
    Join Date
    04-25-2006
    Location
    London, England
    MS-Off Ver
    xl03 & xl 07(Jan 09)
    Posts
    11,988

    Re: Pick cell based on multiple cells

    If you are satisfied with the solution(s) provided, please mark your thread as Solved.

    How to mark a thread Solved
    Go to the first post
    Click edit
    Click Go Advanced
    Just below the word Title you will see a dropdown with the word No prefix.
    Change to Solved
    Click Save

+ 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