3 Layer Conditional Dropdown List

Jul 16, 2013

I am creating a template with 3 layer drop down list where the selection list in second column is dependent on the first column and the third column selection list is dependent on the selection made in second column. The current template is prepared manually and are prone to errors.

The first column: Region Name
Second column: Province
Third column: Municipality

View 5 Replies


ADVERTISEMENT

Three-layer Dependent Dropdown With Validation Query?

Feb 24, 2014

I need to create three drop down lists, with the second dependent on the choices in the first and the third dependent on the choices in the second. This is proving to be quite difficult and takes a lot of processing the way I'm going about it (most likely the wrong way).

My data looks like this:

A
B
C

Macintosh Apple
Fruit
Apple

[code]......

The data is presented to me with the most narrowly defined column first, then the most general, then more defined.

What I need is the user to select (on a separate worksheet from the data) the category from column B, then the type from column C, then the specific item from column A. Each selection is dependent on the earlier selection, so that choice 1 (column B) determines the options for choice 2 (column C), which determines the options for choice 3 (Column A).

Also, I think I found that "VLOOKUP" has a problem where it is unable to match data from the first column based on data in a second or third column. For instance, in the above example, if I asked VLOOKUP to look for "Apple" and give me values in column A that contain "Apple" in column C, all I get is "#N/A".

View 6 Replies View Related

List All Subfolders Up To A Certain Layer

Mar 28, 2014

I am trying to use VBA to list out subfolders within a folder. I Googled already and find some codes.

Code:
Option ExplicitPrivate iColumn As Integer

Sub NowRun()
Dim MasterPath As String
MasterPath = Range("B1").Value
TestListFolders (MasterPath)

[Code] .....

As shown above, these codes basically would list out ALL subfolders (or sub-subfolders, sub-sub-subfolders...).

I need some modifications to the codes to achieve the followings:

1) Limit to 3 layers of subfolders only, and ignore all subfolders after Layer3:
MasterPathLayer1Layer2Layer3

2) Show the full folder path on a cell next row, no need to divide into several columns:

I sort of know what the codes are doing, but I don't know how to stop the loop as I am new to VBA.

View 2 Replies View Related

Getting Conditional Formatted Dropdown List Items To Keep Their Formatting In List

Feb 12, 2014

I found code online that I can put on my sheet to get my formatting properties to stay the same for the items in my dropdown list located on another page. However the code does not work for conditional formatted cells...which is what I need. This is the code that I have that will carry over regular formatted cells. Just not Conditional formatted cells.

View 1 Replies View Related

Copy Conditional Format On Dropdown List?

Mar 5, 2013

I have a drop down list in one column which I have formatted to change colour when chosen. What I want to do is to copy the colour on the other two columns beside it when it change. I manged to do one row by adding a new rule using "use a formulat to determine which cells to format" with the formula =$D$29="Awaiting Approval" (This is just one option on the list.)

Now my problem is how I am going to copy the same format to other rows without doing it one bye one or manually i.e. changing $D$29 to $D$30 I did the format painter but it does not reflect the lists on their respective rows/list/cell.

View 2 Replies View Related

Conditional Formatting Of Adjacent Cells From Dropdown List?

Jan 9, 2013

In one column I have a drop down list of a dozen different initials with conditional formatting on those cells. I would also like to conditionally format an adjacent text string column based on those initials, but don't want to set up a dozen rules on each cell, one by one. If I set up the top cell with the correct rules I cannot fill the formatting in because the formula is not updated on a row by row basis, but en bloc for the range.

View 3 Replies View Related

3 Layer Relationships - Vba? Use Access Instead

Oct 24, 2008

hi trying to vreate a table for user to upload data. some fields have a relationship and can only select ceratin things from a list dependent on what the previous columns selection is.

Column A selects from defined list 'animal' -cat, dog, mouse

Then if they select "cat" columc c uses define list 'cats' = siamese, persion, mungrel

but if they select dog it will force use of defined list 'dogs' = poodle, labrador, mungrel...

but i then need to add a third layer to this!!!! THIS IS WHERE PROBLEMS BEGIN!

2 layer is fine for : http://www.contextures.com/xlDataVal02.html


but this will not work if for 3 layer..... example colum b, could be a dog or a cat, if mungrel is selected. if the 3rd column depends on both of these ie it matters what column a and b is before 3rd list is defined.....

plus im going to have about a hundred defined lists at this rate.. and ther will be other realtionships in the same table.... :S

i have the relaonships in the format of a list of possible combinations i.

A B C
cat siamese grey
cat siamese black
cat persian white
cat persian black
cat mungrelwhite
cat mungrel ginger
....

dog poodle black
dog poodle pink ....
dog mungrel white
dog mungrel black

There must be an easy way!!!! do i have to use Access?

View 9 Replies View Related

Multi-Layer Drop Down Boxes

May 14, 2009

I have a file that needs 3 drop down boxes.
Box 1 = Room Style
Box 2 = Unit Number (based on Room Style)
Box 3 = Building (based on Unit Number)

I know how to get Box 1 and 2 with data validation, but I don't know how to get Box 3. Right now, my data list has Box 1 data in Row 1, and Box 2 data in the following rows, in the appropriate column.

File attached.

I don't have the Building info in there yet because I didn't know where/how to put it in. But, if you picked Manchester, 131, Box 3 needs to be B1N.

View 8 Replies View Related

Creating A Dropdown List Using Matching Data From 2 Columns To Populate The List

Jun 11, 2013

I'm creating a spreadsheet to keep track of my costs of production in an online game. Within the game there are a range of spawned resources that appear for only a short time before being unobtainable these resources have specific types that is shared between multiple spawns of the resource but each resource spawn has a unique name.

My first worksheet lists all the resources and their various qualities and the later worksheets are meant to allow me to choose from a list resources matching the requirements of the item I'm looking to craft. The example i have shown in the second picture requires Tatooinian Fiberplast and Lokian Wild Wheat to craft so in the Chosen Resource column I would like to have a drop down list allowing me to select the named resource type i would like to use - for Tatooinian Fiberplast the only thing on the list should be Omnitwixi and for the Wild Wheat it should show Fizi and Krad

[URL]....

[URL]....

I am aware there are people with more pressing problems than computer games and as such

View 7 Replies View Related

Auto Data Entry On Different Sheet Layer

Aug 14, 2013

I'm trying to create a rental data base. The Items in question have 2 details, a Pokemon and a Gender. Each item also has a location but this changes.

So far the search formula works nicely, but there needs to be some way to know what items have been removed from their locations.

There needs to be some way to change the location on the 'database' sheet layer to "OUT" from the 'search' sheet layer.

E.g. (on the example file attached)

In a perfect world I would like to be able to search for a couple of pokemon, then to click on "pokeball GO!!!" and for this to change the location to "out" on the 'database' sheet layer.

View 1 Replies View Related

Taking Layer Information From Visio And Using In Excel

Feb 13, 2014

I have a drawing in visio with multiple layers, and I am trying to insert a word into an excel cell depending on which layers are active. The code I've put into the excel VBA is as follows:

[Code] .....

This is cannabalised from some code I have working from visio, looking at the value of a cell in the same excel fine, which seems to work fine.

The problem is I am getting a runtime error "Type Mismatch" from the line in red.

View 6 Replies View Related

Dropdown List From Comma Delimited List In Single Cell

May 9, 2014

Is there a way to create a drop down list from a comma delimited list in a single cell? For example, col A is Name & Col B is the delimited list - Blue,Red,Green (list can be different for each name). Would like a drop down list in col C that allows you to pick one of the values from Col B.

View 3 Replies View Related

How To Get Unique List From A Column To Data Validation Dropdown List

Oct 28, 2011

I'm looking for a way to get a unique list from a column to a data validation drop down list. Any fancy formula or vba script to create a UDF which. Does this?

View 5 Replies View Related

How To Create A List Of Items For Use In A Dropdown List With Data From A Different

Mar 17, 2007

I Attached a sheet for what i'm asking about ,, i sent it before but the sheet showing it more clearly

View 10 Replies View Related

List Values From Multiple Columns In A Dropdown List

Dec 17, 2012

how to list values from multiple columns in a dropdown list based on lookup value of 1st column as below.

This is how the table looks like.

Product MOLD1 MOLD2 MOLD3
4" AB1 AB2 AB3
6" ZA2 zd4 -

This is how the dropdown list should look like for Product 4"

ab1
ab2
ab3

View 6 Replies View Related

Dropdown List Based On List In Another Cell Using Indirect?

Jan 29, 2013

I have 3 related dropdown lists that work perfectly, if you enter data from left to right. But, if you click in the cell containing the second list, which is based on the first list, of which nothing has been selected, you can just type any value in the cell. Is there a way to prevent this, or at least validate that what is entered is a value in the list.

View 5 Replies View Related

Cell Value Is Dropdown List Based On Other Cell Value Which Is Also Dropdown List?

Aug 4, 2013

fill the column "Level 2 Area" based on the value selected from "Level 1 Area" which is coming from a drop down list. So the "Level 2 Area" will be a drop down list also based on the selected value from the drop down list from "Level 1 Area".

Level 1 Area
Level 2 Area

View 7 Replies View Related

Variable Dropdown List For Inventory List

May 24, 2014

Im trying to organize a tools inventory list. Its supposed to be sort of like an order sheet for each department. But what I want to do is when I select either CARPENTRY, or any of the other trades from a drop-down list, I'll be able to select from another drop-down list items associated with that trade in particular. So eventually I want the master data hidden, preferably in another sheet. I searched all of Google but it seems a bit complicated to get it done. I've attached the sheet so that you can see what I'm talking about. MOVE IN MASTER LIST.xlsx

View 8 Replies View Related

How To Find Text In Dropdown List (if More Than 400 List)

Sep 28, 2013

Easy way to find the drop down list , if more than 500 list. at least the very first letter of the text.

View 1 Replies View Related

Conditional Dropdown Combobox

Aug 7, 2014

I am trying to develop an easier way for our corporate card holders to 'code' their monthly statements. Instead of each card holder receiving a statement and filling out a coding form in excel and printing it out, I would like to email them an excel doc of their specific charges for the month and allow them to use drop down lists to code the transactions. They can then email it back to me, and then we're done! Well, there would be a few more steps but basically, I'm trying to build a dynamic excel doc that would do two things:

1) Conditional drop down boxes so that, depending on their cost center, once they choose their cost center from the first drop down, it would zero them in on only their own account codes in the second box. The second account box would also be a combo box and show the account name once selected.

2) The second I'm not sure about.....is it possible once the conditional drop down box works, to make copies of the 'All Detail' sheet to then narrow down the info to only one card holder? So if the 'All Detail' sheet had all the charges for all the card holders for the month and the conditional drop down worked, could I then make copies of the 'All Detail' sheet, rename it to the one card holder, delete all the transactions except for those relevant to that card holder, and the conditional drop down box would still work? I ask this question because I build an early version (that didn't really work) based on a macro that had code specific to the sheet name. It wouldn't work once I tried to make copies of the sheet and rename it.

My example workbook is attached.

View 5 Replies View Related

Excel 2010 :: Conditional Formatting And Dropdown Box?

Jan 5, 2013

I'm running Windows XP with Excel 2010. I would like to be able to have a group of 19 boxes of which each box has a unique entry, ie 1, 3B, 5C etc. Each box I'd like to have a way in which when selected only the single or dual unique characters show as a color. See attached spreadsheet with sample. When a cell with lets say 1 is selected, a drop box appears and the color and description are shown. Select a color but only show the 1 and the color selected, leaving behind the description. How can I do this for all 19 boxes. This seems like its a classic conditional format. Unfortunately it appears to be several orders of difficulty than a normal conditional format.

View 2 Replies View Related

Excel 2007 :: Conditional Dropdown Lists?

Mar 29, 2013

I'm using Excel 2007 and am trying to set up 3 columns of drop-down lists each dependent on the choice selected in the previous column's selection. It seems like it would be easy to figure out but I can't seem to do it.

I've already set up the arrays for the lists and "named" them but can't get the cell to be formatted automatically according to the previous columns selection.

View 6 Replies View Related

Dependent Dropdown Lists And Conditional Formatting?

Jun 14, 2013

I have three drop-down boxes in 3 adjacent columns. Column 1 is free-choice, Columns 2 and 3 drop-downs are variable dependent on what is in Column 1. That works fine.

I have an issue with over-type but I can solve that with protection. Again fine.

BUT:

1. How do I make the user choose something i.e. not just leave the cell in column 2 or 3 blank by ignoring it (i.e. blank is an error but only after drop-down in column 1 is activated)

2. Also, if the user has completed the line (columns 1,2 and 3) and then changes column 1, columns 2 and 3 are now reading from the incorrect drop-down boxes (i.e. they are now in error but this is accepted and not flagged).

View 2 Replies View Related

Multiple Conditional (Dynamic) Dropdown Boxes

Jun 5, 2014

I'm trying to incorporate multiple conditional (Dynamic?) drop down boxes to enable me to get an appropriate code at the end of the process. This will be used to product data entry and the code will tell Amazon where to post the product. I have many thousands of codes that i need to access and the easiest and most accurate way is to break down everything in to category and sub categories until I eventually get the code I want for that specific product.

for Example:

1730708031Clothing/Baby/Baby Girls 0-24m/Hoodies & Tracksuits/Tracksuit Bottoms

To return this code I would want to select Clothing, which returns a list which includes baby which in turn will give me a list that includes baby girls and so on and so on until I can select Tracksuit bottoms that will return the code.

Each list is dependent on the previous choice

As I have thousand and thousand of potential codes creating range list for each potential category and sub categories is not really feasible and would be very difficult to maintain when changes occur.

With this in mind I have created a code list that breaks the above example so that each category is now in it's own cell and there can be upto 8 (as I've seen so far) potential conditional categories before you return the code and ideally I would like to use this as it very easy to create and update. (see attached)

I might be able to use filters to return the appropriate list each time but don't know where to begin.

ClothingCodes.xlsx

View 4 Replies View Related

Cell Change Based On Dropdown And Conditional Value

Sep 19, 2013

I have a value in Cell B2, a drop down value in Cell C2 and a conditional value in D2. I will very much like to have Cell A2 change it's value automatically if the correct if and then statements below are met.

Below are my if and then statements for the values I want in Cell A2.

Cell A2: ADD

If Cell B2 has a value of 1 or more and Cell C2 has a text value "No" and Cell D2 has a conditional value that's "Green"
Then change the value of A2 to Add

Cell A2: Delete

If Cell B2 has a value of 1 or more and Cell C2 has a text value of "No" and Cell D2 has a conditional value that's "Red"
then change the value of A2 to Delete

I haven't used If and then statements in a while and the example I gave above is just to get an idea of what I'm looking for to change in my cell.

View 4 Replies View Related

Conditional Formatting For Highlighting Cells With Dropdown Values

Mar 19, 2014

I want to highlight all the cells in a worksheet that have dropdown lists in blue color. Not sure how to do it.

View 13 Replies View Related

Conditional Formatting Based On Selected Values Of Two Dropdown Menus

Dec 9, 2011

I am building a spreadsheet with a column having two drop down menus at the top that designate independent, but strict conditions. For simplicity, say I have in cell A1 a drop down menu with choices "alpha, beta, gamma" while A2 has a drop down menu for "1, 2, 3". These six values sit off to the side in cells X1, X2, X3, X4, X5 and X6 respectively.

In cell A3 I woul like to change its color, perhaps to green because it is an acceptable number (say less than or equal to 100) or change to red if unacceptable, value greater than 100.

I can do both of these commands in Excel, no problem. In my situation, I would like to change the value at which cell A3 goes from green to red dependent on the options in A1 & A2. There are 9 such combinations of alpha, beta, gamma, paired with 1,2,3 and I would like the combinations to change the fill color of cell A3 in the following manner:

If A1 = alpha and A2 = 1, then A3 will be green for values less than or equal to 100 and red for values greater than 100.
If A1 = beta and A2 = 1, then A3 will be green for values less than or equal to 80 and red for values greater than 80.
If A1 = gamma and A2 = 1, then A3 will be green for values less than or equal to 60 and red for values greater than 60.
If A1 = alpha and A2 = 2, then A3 will be green for values less than or equal to 95 and red for values greater than 95.
If A1 = beta and A2 = 2, then A3 will be green for values less than or equal to 75 and red for values greater than 75.
If A1 = gamma and A2 = 2, then A3 will be green for values less than or equal to 55 and red for values greater than 55.
If A1 = alpha and A2 = 3, then A3 will be green for values less than or equal to 92 and red for values greater than 92.
If A1 = beta and A2 = 3, then A3 will be green for values less than or equal to 72 and red for values greater than 72.
If A1 = gamma and A2 = 3, then A3 will be green for values less than or equal to 52 and red for values greater than 52.

How to create a cell that can change its conditional formatting based on the selected values of two drop down menus.

I have a few other conditions I would like to implement, say change the fill color of A3 to green, orange or red dependant on the values in A1 & A2, but I might be able to crack that if I can see how the above scenario is done.

View 1 Replies View Related

Indirect Function And Substitute In Order To Create Conditional Dropdown Menus

Jun 26, 2014

I work for a Machine Shop in the Toledo area. We use a quotation sheet to quote our products to our customers. It has 3 cells that describe the Customer, the Contact person at that customer and finally that Contact's Email Address. I have a drop-down menu in each of these cells. The first, Customer, is based off a simple list of our customers. The Contact drop-down then uses the Indirect Function to search the worksheet for that Customer. The drop down is actually based off of a Range Name saved as that Customer's Name.

However the problem is many of my customers have & or , and since Excel does not allow those symbols or even spaces in a Range Name I have to use Substitute to be able to keep the spaces and the & or ,.

It is important that on the Quote Sheet the Name of the Customer is identical to the actual name of the company so I cant use AND instead of &.

Currently my Second drop down, Contacts, has a formula that looks like this {=INDIRECT(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE($H5,"_"," "), "3", "&"), "2",","))}.

My problem is that when I give the Range Name a Name , my drop down doesn't work and Excel tells me that the above formula results in an error.

View 6 Replies View Related

How To Use Dropdown List

Apr 26, 2012

I have dropdown list witch is "date" in cell A1 in cell C1 i put number witch is "money"

d1:d100 i have "dates"
e1:e100 should get the data from c1

So I use in e1:e100
=IF(a$1=d1,c$1,0)
=IF(a$2=d2,c$1,0)
etc ...

I can use it only for 1 date. I want to choose date from my dropdown list put money and then choose another date and put money.

View 7 Replies View Related

Add To A List With Dropdown

Aug 25, 2009

I was wondering if there is a way to add to a list by a drop down selection.
If there isn't is there a way to do this task easier than copying and pasting?

Here is an example - I'm trying to add the name Benson to the AZ Name list.
Here is an illustration with the drop down but if I can't do this then is there any way that's easier than copying/pasting?

View 9 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved