Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a 3 columns of pre-defined data - Name, Cost and Sell. In another part
of the sheet I want to select from a drop-down list the name from the first column (that part is working). Once I've selected the name I want it to automatically fill the 2 columns to the right with the data next to the pre-defined "name" column from "cost" and "sell". Does anyone have a suggestion of how I might accomplish this? -- Andy |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If desired, send your file to my address below. I will only look if:
1. You send a copy of this message on an inserted sheet 2. You give me the newsgroup and the subject line 3. You send a clear explanation of what you want 4. You send before/after examples and expected results. -- Don Guillett Microsoft MVP Excel SalesAid Software "Andy" wrote in message ... I have a 3 columns of pre-defined data - Name, Cost and Sell. In another part of the sheet I want to select from a drop-down list the name from the first column (that part is working). Once I've selected the name I want it to automatically fill the 2 columns to the right with the data next to the pre-defined "name" column from "cost" and "sell". Does anyone have a suggestion of how I might accomplish this? -- Andy |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
VLOOKUP function.
Assumes three columns are A to C Dropdown is in D1 In E1 =VLOOKUP(D1,$A$1:$C$20,2,FALSE) In F1 =VLOOKUP(D1,$A$1:$C$20,3,FALSE) Gord Dibben MS Excel MVP On Wed, 17 Mar 2010 14:51:01 -0700, Andy wrote: I have a 3 columns of pre-defined data - Name, Cost and Sell. In another part of the sheet I want to select from a drop-down list the name from the first column (that part is working). Once I've selected the name I want it to automatically fill the 2 columns to the right with the data next to the pre-defined "name" column from "cost" and "sell". Does anyone have a suggestion of how I might accomplish this? |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Never mind. I was able to find it - VLOOKUP
-- Andy "Andy" wrote: I have a 3 columns of pre-defined data - Name, Cost and Sell. In another part of the sheet I want to select from a drop-down list the name from the first column (that part is working). Once I've selected the name I want it to automatically fill the 2 columns to the right with the data next to the pre-defined "name" column from "cost" and "sell". Does anyone have a suggestion of how I might accomplish this? -- Andy |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Automatic filling of cells within a certain date range | Excel Worksheet Functions | |||
Automatic Cell Filling | Excel Discussion (Misc queries) | |||
Filling in data when... | Excel Worksheet Functions | |||
automatic filling in cells in excel | Excel Worksheet Functions | |||
Dragging for automatic filling | Excel Discussion (Misc queries) |