+ Reply to Thread
Results 1 to 6 of 6

Creating a Sales Order with Drop Downs

  1. #1
    Registered User
    Join Date
    04-17-2014
    Location
    Surrey, BC Canada
    MS-Off Ver
    Excel 2010
    Posts
    3

    Creating a Sales Order with Drop Downs

    Hello.

    I have started to create a sales order. I have three columns that I will be working with. I have three lists in a separate worksheet (worksheet 2) in the same workbook. Column A has part numbers. Column B has descriptions of the part numbers in Column A. Column C has prices for the parts in Column A.

    I have created a drop down list in Worksheet 1 from the list in Column A in worksheet 2. What I want to do is somehow link column B and C to Column A so that when an item is chosen from the drop down list, the information will pull through.

    Any help is appreciated. Thanks!

  2. #2
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.100.2 (25082415))
    Posts
    9,278

    Re: Creating a Sales Order with Drop Downs

    use a vlookup or an index/match

    so
    if the dropdown is in A2 say
    and in sheet2 the parts go to row 100 - (adjust as needed)
    in B2 put

    =Vlookup(A2, Sheet2!$A$1:$C$100,2,false)
    copy down

    in C2 put
    =Vlookup(A2, Sheet2!$A$1:$C$100,3,false)
    copy down
    Wayne
    if my assistance has helped, and only if you wish to , there is an "* Add Reputation" on the left hand side - you can add to my reputation here

    If you have a solution to your thread - Please mark your thread solved do the following: >
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

  3. #3
    Registered User
    Join Date
    04-17-2014
    Location
    Surrey, BC Canada
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: Creating a Sales Order with Drop Downs

    Book 2014.xlsx

    Thanks, Wayne. It doesn't seem to work for me. I've attached (or I've attempted to attach) the Excel file. Perhaps you can take a look?

  4. #4
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.100.2 (25082415))
    Posts
    9,278

    Re: Creating a Sales Order with Drop Downs

    try this - see attached
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    04-17-2014
    Location
    Surrey, BC Canada
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: Creating a Sales Order with Drop Downs

    Thank you, Etaf!! Fabulous! I appreciate the help!

  6. #6
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.100.2 (25082415))
    Posts
    9,278

    Re: Creating a Sales Order with Drop Downs

    your welcome
    if my assistance has helped, and only if you wish to , there is a reputation icon * on the left hand side - you can add to my reputation here

+ 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] Creating a chart from multiple drop downs.
    By KenFisher in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-05-2014, 01:48 PM
  2. [SOLVED] Create sales sheet using drop downs and a list
    By KerriG in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 09-20-2012, 08:53 PM
  3. Creating dependent drop downs
    By harrybelly in forum Excel General
    Replies: 2
    Last Post: 12-08-2011, 05:08 PM
  4. Replies: 4
    Last Post: 10-15-2008, 10:26 AM
  5. Purchase Order with Drop downs that will Auto fill typical informa
    By rsera in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-27-2005, 01:06 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