Purchase Solution

Combination Boxes in MS Excel

Not what you're looking for?

Ask Custom Question

I'm trying to find a way to build combo box for several tables. In a nutshell, I have three major categories (W. Loaders, T. Loaders, Excavators) and for each one there is a three entries of data for example:

W. Loaders .
Model Capacity Cycle Time
D25D 4 .21
D30D 5 .22
D56D 7 .20
D66D 12 .18
.
.
.
And the same situation for the other two categories. Anyway, I was able to make a combo box for each category but I'm trying to have in cell one the three categories as a list. Once I select the category in cell one the related data will be available in cell 2(Model), 3( Capacity), 4 (Cycle time) for the selected category.

Attached is an example of what I just explained. Please if possible provide the procedures who to solve this.

Attachments
Purchase this Solution

Solution Summary

The problem ultimately boils down using VLOOKUP() and INDEX() in numerous places in the spreadsheet. The full solution includes such a spreadsheet, with formulas kept inside the spreadsheet so you can review the intermediary steps involved to make this work.

Solution Preview

Check out the spreadsheet I've attached, particularly Sheet2. Basically you can ...

Purchase this Solution


Free BrainMass Quizzes
Basic Computer Terms

We use many basic terms like bit, pixel in our usual conversations about computers. Are we aware of what these mean? This little quiz is an attempt towards discovering that.

Word 2010: Table of Contents

Ever wondered where a Table of Contents in a Word document comes from? Maybe you need a refresher on the topic? This quiz will remind you of the keywords and options used when working with a T.O.C. in Word 2010.

Word 2010: Tables

Have you never worked with Tables in Word 2010? Maybe it has been a while since you have used a Table in Word and you need to brush up on your skills. Several keywords and popular options are discussed as you go through this quiz.

Basic UNIX commands

Use this quiz to check your knowledge of a few common UNIX commands. The quiz covers some of the most essential UNIX commands and their basic usage. If you can pass this quiz then you are clearly on your way to becoming an effective UNIX command line user.

C++ Operators

This quiz tests a student's knowledge about C++ operators.