+ Reply to Thread
Results 1 to 5 of 5

Create Drop Down Menu ORDER FORM with Variations

  1. #1
    Registered User
    Join Date
    11-05-2017
    Location
    Bournemouth, England
    MS-Off Ver
    365
    Posts
    2

    Question Create Drop Down Menu ORDER FORM with Variations

    Hi guys,

    I'm trying to do a order form for my clients in Google Sheets and I came across a problem..
    Basically this is for a stock of T-shirts and Hoodies I have available in a range of colours and sizes.

    Example

    STOCK:
    T-SHIRT - Black (S,M,L,XL), White (S,M,L,XL)
    HOODIE - WHITE (S,M), YELLOW (S,M)


    I want the order form to find the available options for the specific product. When you Choose from drop down menu T-SHIRT in the next cell where you have COLOUR there will be available options BLACK and WHITE.

    I did managed to do it with all possible variations but then you have an endless list to choose from. So there needs to be another solution for this.

    Capture.PNG
    Capture2.PNG


    Any help will be much appreciated!
    Last edited by chosen; 11-05-2017 at 09:19 AM.

  2. #2
    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,211

    Re: Create Drop Down Menu ORDER FORM with Variations

    Look here ...

    http://www.contextures.com/xlDataVal02.html

    Give it a go!

  3. #3
    Registered User
    Join Date
    11-05-2017
    Location
    Bournemouth, England
    MS-Off Ver
    365
    Posts
    2

    Re: Create Drop Down Menu ORDER FORM with Variations

    Hi,

    Thanks for this but I need a more dynamic drop down list where the data will be read from a separate sheet.

  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,211

    Re: Create Drop Down Menu ORDER FORM with Variations

    Attach a sample workbook (not image).

    Make sure there is just enough data to demonstrate your need. Include a BEFORE sheet and an AFTER sheet in the workbook if needed to show the process you're trying to complete or automate.

    Make sure your desired results are shown, mock them up manually if necessary.

    Remember to desensitize the data.

    Click on GO ADVANCED and then scroll down to Manage Attachments to open the upload window.

  5. #5
    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,211

    Re: Create Drop Down Menu ORDER FORM with Variations

    See attached

    Dynamic lists created using formula ..

    =IFERROR(INDEX($F$2:$F$10,SMALL(IF(INDEX($G$2:$I$10,,MATCH(Sheet1!$A$2,Sheet2!$G$1:$I$1,0))="Y",ROW(Sheet2!$F$2:$F$10)-ROW($F$2)+1,""),ROWS($F$2:F2))),"")

    Enter with CTRL+SHIFT+ENTER

    Named lists using formula

    name: ColourList

    Refers to: =OFFSET(Sheet2!$J$2,,,COUNTIF(Sheet2!$J$2:$J$100,"?*"),1)

    See Option 2

    There is a VBA routine which identifies which row in "Garment" column has been selected from the Drop down, places the garment ID in "Z1" and the formulae create DV lists based on this selection.
    Attached Files Attached Files
    Last edited by JohnTopley; 11-06-2017 at 05:58 AM.

+ 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. GOOGLE SHEETS: Creating an order sheet from a drop down menu
    By Clark85 in forum For Other Platforms(Mac, Google Docs, Mobile OS etc)
    Replies: 6
    Last Post: 10-27-2017, 09:15 AM
  2. GOOGLE SHEETS: Creating an order sheet from a drop down menu
    By Clark85 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 10-27-2017, 05:37 AM
  3. Replies: 1
    Last Post: 10-27-2017, 05:30 AM
  4. Purchase Order Drop Down Menu with Images is it possible??
    By imjakegator in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-28-2015, 05:08 PM
  5. [SOLVED] Drop down menu for an inventory order form
    By deafdef in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-17-2014, 02:46 AM
  6. How to create an order form with drop down lists that populate multiple cells
    By d_washington in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 09-17-2012, 10:23 AM
  7. [SOLVED] I cant work out how to create a drop down menu that relates to another drop down menu
    By louise2613 in forum Excel Formulas & Functions
    Replies: 16
    Last Post: 08-18-2012, 01:49 PM

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