+ Reply to Thread
Results 1 to 2 of 2

Two sheets with a dropdown question?

  1. #1
    Registered User
    Join Date
    01-16-2016
    Location
    dallas
    MS-Off Ver
    2007
    Posts
    19

    Two sheets with a dropdown question?

    Here is the question I have 6 sheets lets call them:

    Master, sheet1, sheet2, sheet 3, etc.


    Sheet1 is populated based off a dropdown on the Master fills out multiple rows.
    Sheet2 is populated based off a different dropdown on the Master fills out multiple rows.
    These are both user dependent.

    Populates the first name and last name, DOB, age, and a bunch of other information.

    If a name that is in sheet 2, happens to be sheet 1, I want to pull a piece of data off of a column M on sheet 1 and put it in column M in sheet 2.

    Some sort of name compare.........I just don't know how I go about doing that easily.

    Thanks a bunch looking forward to learning from the reply or replies

  2. #2
    Valued Forum Contributor Lemice's Avatar
    Join Date
    04-13-2013
    Location
    Somewhere.
    MS-Off Ver
    Excel 2016
    Posts
    696

    Re: Two sheets with a dropdown question?

    Hello bultm35431,

    You can do so by using lookup functions such as Vlookup, Hlookup, Index with Match, etc, for example, if you want to compare a name in cell A2 of Sheet2 with a column of name on Column A in Master, if match, return a value in column B, an example is this

    =Index(Master!B:B,Match(A2,Master!A:A,0)

    You can always search for Lookup, Vlookup, Hlookup, Index and Match using search engine for more examples about them.

    Beside that, if you have any other question, don't hesitate to post it here. If you have a sample workbook with a few unique dummy data, that'll be much easier too.

    Cheers
    (copy pasta from Ford)
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools

    Regards,
    Lem

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Custom UI Dropdown question
    By darbar82 in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 07-22-2015, 04:10 AM
  2. [SOLVED] Dynamic Dropdown question.
    By JO505 in forum Excel General
    Replies: 10
    Last Post: 04-26-2015, 08:54 PM
  3. [SOLVED] Dropdown question
    By Turtleman10 in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 11-07-2012, 01:50 PM
  4. Dropdown question
    By ScottyNM in forum Excel Programming / VBA / Macros
    Replies: 12
    Last Post: 05-05-2011, 06:52 PM
  5. Combobox.dropdown question
    By Wally7552 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-28-2008, 04:17 PM
  6. [SOLVED] ANOTHER dropdown question!
    By Laura \( '_' \) in forum Excel General
    Replies: 5
    Last Post: 11-25-2005, 09:10 AM
  7. dropdown list question
    By keithb in forum Excel General
    Replies: 1
    Last Post: 08-03-2005, 07:05 PM

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