Dual Column Dropdown Where Only One Column Populates The Cell

Apr 19, 2012

I've been trying to solve with a 2 column drop down. What I am hoping to do is use two columns to aid the user in selecting the correct entry. So the first column will be a number and the second column would contain what the number means

If:
Col1 | Col2
001 | Horse
002 | Cow
003 | Dog

Both columns show when the list is selected, but when the user selects 003 | Dog, the cell would be populated with only the 003.

View 1 Replies


ADVERTISEMENT

Extract Column From Table With Dual Headings

Nov 19, 2006

What is the best way to filter a list of data with dual headers, using both those headers as the filter criteria? I’d like to extract 1 column of data to copy to another location using something like Advanced Filter to select 2 criteria ( Upper header and Lower header), and copy the one column with the matching header values.
The worksheet has the following peculiarities:

- 2-row headers
- Top row headers (main categories) are merged, spanning several columns (I can un- merge if necessary)
- Bottom row headers are sub-categories and have repeating names

Although the top headers are merged and the bottom headers have repeating names, each of the 2 headers combined creates unique labels for each column.

View 3 Replies View Related

Dropdown List That Auto Populates 2 Fields?

May 12, 2014

I am currently building a sheet that requires a drop down box that will auto-populate two separate fields. I have tried to the point of being suicidal to make this work but to no avail.

A detailed explanation:

The worksheet containing the drop down list and fields that need to auto-populate.
sheet example.png

The raw data, located on a separate tab in the same workbook. (Note: there are over 1500 rows of data)
sheet example 2.png

The drop down box will be in the "Description" column and will contain a list of services my company provides. Once selected it will auto-populate the "Rate" column and the "Item ID" column. The raw data that the list is pulling from is located on a separate tab.

I can make the list just fine, it's easy enough to just go to the Data Validation feature and point to where you want the list and where you want the data to come from, but getting the list to pull the data from different columns and go into the columns on the work sheet is apparently beyond my knowledge of excel. I figured it would just be a simple formula setup through the VLOOKUP formula wizard but I've tried it at least 20 different ways, all of which fail. I've tried HLOOKUP too but it also failed.

View 8 Replies View Related

Selection Of Dropdown Populates Remaining Columns

Feb 27, 2007

I have an excel spreadsheet that has several fields which should be connected. If one of the fields is selected via a drop down, then several other columns should autopopulate with the data in the list set up on another page. What Im trying to figure out is:

1) How do I make it so it does this with every row on the spreadsheet? I've seen code in the formula bar so that it works for one row, but I need it to work regardless of how many rows are added to the sheet...

and

2) Is there VBA code so that if someone selects A value from a drop down list in, say, column F, that data corresponding to that selection is placed in other columns in the sheet?

View 2 Replies View Related

Dual Data Validation Dropdown Lists

Sep 1, 2009

I'm trying to create a cell with multiple dropdown lists in E4 depending on a value from another drop down list in B4. Both E4 dropdown lists are named cell ranges RV_MECHANISM and VALVE_OPERATING_MECHANISM_TYPE. I know how to do this in Data Validation using an IF formula, however, that's not quite "bullet proof" or "idiot proof" enough.

I'm attempting to create a macro to load only the appropriate dropdown list in E4 as called for by B4.

I recorded the Data Validation dropdown lists using the macro recorder, then searched through all appropriate posts I could find at MrExcel and attempted to write the appropriate macro code as follows;

Sub RVorMECHTYPE()
With Selection.Validation
.Delete
.Add Type:=xlValidateList
If Range("$B$4").Value = "RV" Then
ValList.RV_MECHANISM
Else
ValList.VALVE_OPERATING_MECHANISM_TYPE
End With

Range("E4").Select

End If
End Sub

Compile error: End With without With

That's as close as I can get ... can one of you kind souls direct my macro coding paths and offer up the correct code for accomplishing this task.

View 9 Replies View Related

DropDown Box Fills Cell Corresponding Column

Jul 18, 2007

I've created a drop down box which displays a list of headings for columns. The user enters the total for that heading in that column and then a total column sums all the entries for that row. However, I wanted to simplify it so that the user just enters the total and then selects the column heading from a drop down list and then the value entered in the total column is automatically entered into the column corresponding to that heading in the drop down box as well. I've attached a jpg which should give you an idea of what I'm talking about.

The values in column E are the ones the user enters, I then want these values to be put into the corresponding row based on what they select in the drop down box in column F

View 9 Replies View Related

Excel 2010 :: Dropdown Calendar To Work When Click In Any Cell In Specified Column

May 2, 2014

I am currently using a pop up calendar in Excel 2010 that with CTL+SHIFT+B that a calendar pops up, you select your date, and then the calendar closes. What I now need is to write a code or formula or something that when I click in any cell in column F lets say that the calendar opens automatically in that cell and then still close automatically after the date selection is made.

View 3 Replies View Related

Lookup/Match: Compare A1 For The Values In Column B, Then Return The Corresponding Cell (column C) In Column D

Jan 31, 2008

I've been searching the forums for this problem but I can't seem to find any answers. Anyway, this is the problem. See screenshot.

I want to compare A1 for the values in column B, then return the corresponding cell (column C) in column D.
e.g. D1 = 2, D2 = 1, D3 = 4, D4 = 5 and D5 = 3.

View 9 Replies View Related

Populates The Cell

Mar 2, 2010

If I insert the letter W into cell A1 it populates cell A3 with whatever figure is in A2

View 9 Replies View Related

Dual Formula In One Cell?

May 13, 2009

I have a spreadsheet, in columns A & B are some numbers. I'm subtracting B from A - =sum(b1-a1) in column C. Can a formula be written, if the sum is equal or greater than 8, it will display 1? If the sum is 7 or less, it will display the sum. Or, does this need to be in a different column?

View 2 Replies View Related

Dual Formulas In A Cell

Aug 17, 2009

One formula is already present in the cell to show a value or date. I also want to use a formula to populate the cell with a comment from the contents of another cell.

I know the individual formulas, but just need to know how I can use both of them to show the results in the same cell.

View 9 Replies View Related

3 Cells Must Be Answered Before 4th Cell Populates?

Apr 10, 2013

I have a spreadsheet where my agents need to answer B3, B4 and B5 before B12 provides the answer. Currently, B12's formula works but it doesn't require the 3 other cells to be completed - it defaults to "No" until all 3 are complete and then changes to "yes" if the 3 cells match the formula I have set up already. Is there a way to prevent B12 from showing "No" until the 3 cells are filled out? I would prefer it stay blank until the cells are complete. I have tried the ISBLANK route but I'm not sure it is the right way because both B3 and B5 are set up with Data Validation lists so I dont think its picking those up as truly being blank...(maybe?).

View 9 Replies View Related

Dropdown Menu To Jump To Column A Value?

Jul 5, 2013

In Column A I have product names. Each product name in column A is followed by several rows of data related to that product directly below it. The number of rows following any given product varies and is also dynamic as rows of data are added to other products above it.

I want a simple downdown menu in A1 that is populated with every product listed in Column A. When a product is selected, that area of the worksheet showing that product is shown.

View 8 Replies View Related

How To Determine If Column Has Dropdown List

Aug 29, 2012

I am looping through columns in a sheet. When I reach a column is there any way of determining if the column has dropdown list of values? I was expecting something like "HasDropDown" property somewhere, but it does not appear so. Some of my columns have dropdown values others don't and I need to determine which ones have.

View 2 Replies View Related

Dropdown Which Takes Value Of Other Column Automatically

Jun 20, 2014

I am trying to make a excel sheet in which i will first keep a big database of data which will have following columns

1. Serial no.
2. Product
3. Price

and there will be a different sheet where if i select a serial No from the dropdown , the product and price corresponding to the serial no will come automatically beside it in the same row.

View 2 Replies View Related

Insert A Dropdown List In Column

May 1, 2008

On my worksheet I am trying to insert a dropdown list in column B and the options available in this list are dependent on what is selected from another dropdown list in column A.

I have another spreadsheet in which I have done exactly the same thing. In this first sheet I use the methodology in column B of through Data Validation allowing a List and setting the Data Validation Source as =INDIRECT(“L”&A2) where L refers to my possible selection of lists for column B (these lists are called L1, L2, L3, L4 etc and have been defined as such). This then generates a list of options in the cell B2 dropdown list dependent on what the text is in A2. This A2 value has also been selected from a list.

Now – when I tried to use exactly the same methodology in my new sheet IT DOES NOT work – AARRGGHH !!! When I select a value from the list in column A, then go to the dropdown list in column B there are no options to choose from – it is as if the dropdown filter in column B has become inactive. The selection downwards arrow is there, but when I click on it.

View 9 Replies View Related

If The Sum Of A Cell Is A Certain Text Then A Dollar Amount Populates Another Cell

Sep 5, 2009

Attached is an example. Office 2007 & 97 versions attached. If a drop down menu on one sheet selects a certain word, then on another sheet based on that selection a dollar amount is entered. I am guessing this would involve some if commands, I am really weak on making those.

View 2 Replies View Related

Create Drop List That Populates Cell With Some Other Data?

Feb 4, 2014

I am trying to create a drop down list so that when the user choose Option A, Outcome A populates the cell.

So for example, I am looking to show a list of all Grades within the company, when the user selects a grade, the salary is populated into the cell.

View 7 Replies View Related

Format A Cell So That It Auto-populates With Information From Hyperlink

Sep 3, 2013

I am trying to format a cell so that it auto populates with information from a hyperlink. An example is that I want cell E2 to equal the cell B9 from a hyperlink. To make things more complicated I want all of column E to equal cell B9 but from each respective hyperlink.

View 2 Replies View Related

Two Column Dropdown List In Combobox Macro

Mar 19, 2009

I want to make my combobox will view 2 column of list and in the textbox will view "criteria" of sellected item.

View 4 Replies View Related

Excel Table Does Not Show Dropdown For One Column?

Jul 31, 2014

I have a Excel Table, everytime I type a new record in the last row all the fields above that has drop-downs and formulas get's carried over and displays, except for one field which never tends to display a drop-down. I end up having to copy and paste the drop-down from the above row. I don't like to do this.

View 1 Replies View Related

Unhide/Hide Column When Choosing Dropdown List

Oct 5, 2009

Is there a way to have a column unhide one choosing a certain value from a dropdown list (validation)? I want the column to be hidden throughout the worksheet until a specific value is chosen in the list. Once it's chosen then I want it to unhide that column.

View 4 Replies View Related

Add A New Column Of Data To The Results Displayed When Selecting From A Dropdown Box

Feb 3, 2010

I have a dropdown box to choose a category.
When the category is chosen it displays the relevant course names which corresponds to that category (this could be 1 course up to 10 different courses).
Along with that course name it gives the relevant course overview.

This works exactly how i want it to. (thanks to Zbor from a previous thread)

I now want to expand further and give the corresponding course objectives for each course that shows up in the results.

I have attached a workbook as its much easier to see the dropdown box working.

Sheet 2 is the working sheet and sheet 1 will contain all the source data.
I have highlighted the columns affected in Blue Blue column on sheet 1 will have the course objectives on the same line as the course they belong to Blue column on sheet 2 is where they will be displayed when the correct category selection is made.

The course objectives are unique to the course title and course overview.

View 6 Replies View Related

Make Column Unable To Be Edited Once Select Dropdown Value?

Jun 4, 2014

Once an individual selects "NO" in column "O" I would like the rest of the columns to be grayed out so the no other information can be entered except for the last column for notation purposes.

View 3 Replies View Related

Dynamic Dropdown List Based On Column Filter?

Jun 9, 2014

I have a spread sheet that has three sheets, PROJECTS - TIMES - LISTS Time sheet.xlsx PROJECTS contains a list of 'In Progress' and 'completed' projects for work, with relevant other data, I.e. PROJECT No. / STATUS etc This will grow to 1,000's of rows TIMES will contain the amount of time a person spends on a PROJECT on a daily basis. This will grow to 10,000's of rows LISTS contain basic validation list for the first 2 sheets.

Part A
I would like to have a validation drop down list for the PROJECT NO column in the TIMES sheet that only lists the PROJECT NO from the PROJECTS sheet where STATUS <> COMPLETED. I.e. I only want to display the PROJECT NO's for current projects.

Part B
Even though I only want the PROJECT NO used, can the drop down list also contain other column's data for reference information only before one is selected.

View 2 Replies View Related

Excel 2007 :: Multiple Column Dropdown List?

Apr 15, 2012

I am trying to make an excel sheet which has a 2 column drop down. For example I want to have a drop down list in column 1 and when I select "Item A" in column 2 "item A" 's phone number appears. If i select "item B" form the drop down this, "Item B's" phone number would also appear in column 2 and so on. how this is done (if possible) on Excel 2007? I was hoping it could be done from one workbook to another but If it is easier from one worksheet to another then that is fine too.

View 5 Replies View Related

Automatically Filter Date Column Based On Dropdown Of Month

Sep 18, 2012

I want to be able to show only the dates whose months are selected in the drop down in cell A1. I've been able to do this with a Macro that I must run every time I change A1; however, I was wondering if there was a way to have the macro done automatically. I've been trying the Worksheet_Change options with little command. In addition to all of the If/Thens, I've also tried the If/ElseIfs as well:

VB:
Private Sub Worksheet_Change(ByVal Target As Range)
If Target.Address = "$A$2" Then

If Target = "January" Then
ActiveSheet.Range("$A$2:$C$14").AutoFilter Field:=1, Criteria1:= _
xlFilterAllDatesInPeriodJanuary, Operator:=xlFilterDynamic

[Code] .....

View 1 Replies View Related

Change Sign Of Number Based On Validation Dropdown In Another Column

Feb 21, 2014

This spreadsheet will be tracking sales and purchases. I want to be able to have any purchases formatted as an expenditure (negative sign or brackets) to show it is money out. Column C "Action" has a drop down with either Buy (infrequent) or Sell. I want to be able to have column I "Unit Price" be a negative number if the corresponding cell in the same row in Column C = "Buy". I do not have these prices formatted as currency as their are 2 different currency used and I don't know how to make the correct currency format appear automatically, though I do have a drop down validation column for which currency the transaction was in, so maybe that is possible. I know this is probably simple, but I don't spend that much time using Excel. I have some sample data in their for the moment.

View 2 Replies View Related

Row Font Color To Match With Column D Cells That Will Change In Dropdown Box

Jan 29, 2013

I am looking to have the cells font color in each row match the color of the font in column D that will change depending on the info of the drop down box.

Sheet 2 is the one I am looking to work with as a test.

View 2 Replies View Related

Excel 2013 :: Column Filter Dropdown Keyboard Shortcut?

Jan 3, 2014

Is there a Column Filter Drop down Keyboard Shortcut for Excel 2013?

In Excel 2013, is there a keyboard shortcut to access the column filter drop down. For example, if you are on the cell A1, and you select Filter under the data menu and you want to filter column A without using your mouse, is there a keyboard shortcut to do this. I know Alt-A-C, clears the filters, but I want to know if there is a shortcut to access the filters in the column. In case my explanation isn't clear, I have included some screenshot pictures of the filter, before and after it is selected, to show what I am talking about, and what I am trying to accomplish without the mouse.

column filter.PNG
Filter Dropdown.PNG

View 3 Replies View Related







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