+ Reply to Thread
Results 1 to 3 of 3

vLookup/Match/Index

  1. #1
    Registered User
    Join Date
    11-17-2009
    Location
    Chicago
    MS-Off Ver
    Excel 2003
    Posts
    11

    vLookup/Match/Index

    This should be very simple, however I can not seem to get this to work. Simply all I am trying to do, is type in a number and have several cells copy from another worksheet. Name,City,State,Zip,Phone. I would also like to input a first name and another vlookup/match or index pulls from another worksheet and auto fills out Name & phone number. I have notes in the workbook and would applicate if anyone can solve this for me.
    thank you in advance.

    To second this, I would want to send out only the 1st worksheet to a client and not loose any of the data that was auto filled in.
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    06-28-2007
    Posts
    69

    Re: vLookup/Match/Index

    The VLOOKUP function can be used for the store address.

    I am not aware of any way to autofill without a macro. I added adropdown list and added a few names as examples. Hope it helps.

    -Mike
    Attached Files Attached Files

  3. #3
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: vLookup/Match/Index

    This technique allows you to put whatever store numbers and Lead names into your "list" pages and Excel will create an automatic "dynamically expanding named range" for each.

    I created a named range called Stores on the Store List sheet with this formula:
    =OFFSET('Store List'!$A$2,0,0,COUNT('Store List'!$A:$A),1)

    I created a named range called Names on the Lead List sheet with this formula:
    =OFFSET('Lead List'!$A$2,0,0,COUNTA('Lead List'!$A:$A),1)

    Then I applied those named ranges as Data Validation drop boxes in your columns A and G on your Labor Needs sheet.

    Then simple INDEX/MATCH formulas do the rest of the work. Give it a try.
    Attached Files Attached Files
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

+ 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