+ Reply to Thread
Results 1 to 6 of 6

Trying to create a simple quoting database

  1. #1
    Registered User
    Join Date
    10-05-2010
    Location
    Felixstowe, UK
    MS-Off Ver
    Excel 2007
    Posts
    4

    Unhappy Trying to create a simple quoting database

    Im trying to create a quoting system. im trying to get a drop down list of all boat builders and from the builder you select,id like all of the models in a second drop down down list. and when i've got that id like all of the rig details to pop up so i can work formulas off of the measurments to quote for sails. im a beginer and can just about make a drop down list. also is there a way to take a table of a website and put it into excel?

    Thanks!!
    Last edited by sprattuk; 10-07-2010 at 10:40 AM.

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

    Re: Trying to create a simple quoting database

    Quote Originally Posted by sprattuk View Post
    I'm trying to get a drop down list of all boat builders and from the builder you select, I'd like all of the models in a second drop down down list.
    These are called Dependent Drop Down lists and they use named ranges and INDIRECT() references for Data Validation lists in the proceeding drop boxes.

    Here's a sample sheet I've posted showing how it's done. The sheet "CHOICES" has the dependent drop lists (and shows one of the dangers of using them) and the sheet "LISTS" shows the lists and named ranges in use.

    Have a look.

    Sample FilesThe files you want to examine are:
    --DependentLists3.xls - 3 levels
    --DependentLists2.xls - 2 levels
    --DiminishingDropDownList-NonArray.xls
    --DependentLists-SelfSorting.xls - Self-Sorting lists of fruits by color choices


    More reading:
    http://www.contextures.com/xlDataval02.html
    http://www.contextures.com/xlDataVal13.html

    When I've got that I'd like all of the rig details to pop up so i can work formulas off of the measurements to quote for sails.

    I use INDEX/MATCH for this, but you can also use VLOOKUP() or LOOKUP() based on some other restrictions about the layout of the table you're searching. INDEX/MATCH has none of those restrictions.

    Here's some sample sheets showing what I think you're looking to do.

    INDEX/MATCH Examples


    INDEX/MATCH explanation
    http://www.excelforum.com/excel-gene...ame-row.html#3


    Is there a way to take a table of a website and put it into excel?
    Look at the Import Data wizard found under Data > Import External Data > New Web Query.
    _________________
    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!)

  3. #3
    Registered User
    Join Date
    10-05-2010
    Location
    Felixstowe, UK
    MS-Off Ver
    Excel 2007
    Posts
    4

    Re: Trying to create a simple quoting database

    Thank You!!!

    I'v got the data now. looking at how complicated it is im just going to have one list with maker and model. but could you please explain how i could link that to make the rig details come up next to it? sorry im a real novice. This is where im at so far.... i'v selectede the boat and manually put in its measurements from which the sail areas have been calculated with formulas. id like them to appear there in the red section automatically when the boat is selected?
    Attached Files Attached Files
    Last edited by sprattuk; 10-06-2010 at 06:22 AM.

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

    Re: Trying to create a simple quoting database

    I have a dynamic double-data-validation-in-one-cell technique published here:
    Sub-Data-Validation Lists from a Master DV List

    I've adapted it into your sheet for you.

    On your Rig Data sheet you need to keep a "short list" of the "single item" brands and the main entry for the multi-item brands. That column is used for a named range called YachtsShort and is used on your Quote Sheet in the selection cell with the selection cell is currently empty.

    Once a selection is made in that cell, use the same cell again to make a second choice from the sub-choices, if any exist.

    The rest of the cells in red will fill themselves out based on a simple INDEX/MATCH formula.


    NOTE: Typos and abbreviations will break this method, so be sure to clean those up. For instance ANGELMAN and ANGLEMAN, and the abbreviated BUCNR had to be removed/corrected.
    Attached Files Attached Files
    Last edited by JBeaucaire; 10-06-2010 at 01:31 PM.

  5. #5
    Registered User
    Join Date
    10-05-2010
    Location
    Felixstowe, UK
    MS-Off Ver
    Excel 2007
    Posts
    4

    Re: Trying to create a simple quoting database

    now thats clever and exactly what i want! is there a quick way to fill in the short list or is that going to be a long slow process??

    Cheers!

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

    Re: Trying to create a simple quoting database

    I don't know how long it will take, but it is a one-time process, so that's a good thing at least.

    If that takes care of your need, please click EDIT in your original post, click GO ADVANCED and set the PREFIX box to SOLVED.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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