+ Reply to Thread
Results 1 to 4 of 4

Get record from another sheet when value selected from dropdown

  1. #1
    Registered User
    Join Date
    10-05-2021
    Location
    India
    MS-Off Ver
    2007
    Posts
    1

    Get record from another sheet when value selected from dropdown

    I am using Excel 2007

    I have two sheets. 1) Orders And 2) Products

    Orders :

    A B C D E
    Sr No particulars quantity rate amount
    -----------------------------------------------------------------
    1 Dropdown from
    Products B2:B50
    ------------------------------------------------------------------
    2 Dropdown from
    Products B2:B50
    ------------------------------------------------------------------

    ....... And So On.....

    Products :

    A B C
    ---------------------------------------------
    Sr No ProductName Rate
    ---------------------------------------------
    1 ABC 440
    2 DEF 210
    3 XYZ 185
    ...... And SO On...

    In Orders Sheet, In Particulars, Dropdown box is generated with productnames in Products Sheet with Data Validation.

    I want to autofill Rate of Product Selected from dropdown in Orders sheet

    I tried VLOOKUP... But without success

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,792

    Re: Get record from another sheet when value selected from dropdown

    Welcome to the forum.

    There are instructions at the top of the page explaining how to attach your sample workbook.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,792

    Re: Get record from another sheet when value selected from dropdown

    Administrative Note:

    We would very much like to help you with your query, however it has been brought to our attention that the same query has been posted on one or more other forums and you have not provided the required cross-post link(s) here.

    Please see Forum Rule #3 about cross-posting and adjust accordingly. Read this to understand why we (and other sites like us) consider this to be important.

    (Note: this requirement is not optional. As you are new here, I will do it for you today: https://stackoverflow.com/questions/...-from-dropdown.)

  4. #4
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,196

    Re: Get record from another sheet when value selected from dropdown

    Try

    =VLOOKUP($A2,Products!$B$2:$C$100,2,FALSE)

    A2="Orders" drop down value (Product name)

    If A2= Sr No

    =VLOOKUP($A2,Products!$A$2:$C$100,2,FALSE) Product Name

    =VLOOKUP($A2,Products!$A$2:$C$100,3,FALSE) Rate
    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

+ 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. Replies: 4
    Last Post: 02-15-2021, 10:11 AM
  2. Replies: 10
    Last Post: 11-16-2020, 09:35 AM
  3. Replies: 2
    Last Post: 03-27-2018, 08:32 AM
  4. Replies: 1
    Last Post: 06-04-2017, 01:22 PM
  5. Help: Copy and delete first record from other sheet when user ID is selected
    By oct2mine in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 03-29-2015, 10:45 PM
  6. Hide/Unhide rows on multiple sheets when dropdown selected from sheet 1
    By tammhelp in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 08-02-2012, 10:33 PM
  7. Moving The Selected Record From One Sheet To Another
    By LoveCandle in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 02-01-2006, 12:50 AM

Tags for this Thread

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