Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
Hi Kyle
select the cells with the sizes in them and then click in the little box to the left of the formula bar above the letter A and type a name for this area (a range name) e.g. SIZES and press ENTER (won't work if you don't press enter) now select both the sizes and the cost column and create another range name (e.g. COSTS). then click in the cell where you want the drop down box (i'm assuming D1 for this example) (can be on another sheet) and choose data / validation choose allow list click in the source box and press the F3 key you'll get a list of the range names in your workbook - choose SIZES - ok now in the cell adjacent to this cell type =IF(D1="","",VLOOKUP(D1,COSTS,2,0)) now when you choose an item from the drop down list in D1, the associated cost will be displayed in the adjacent cell. (for more details on the above, and other fun stuff, check out www.contextures.com/tiptech.html) Hope this helps Cheers JulieD "Kyle Smith" <Kyle wrote in message ... I have two columns and three rows with data I want linked / grouped. I have put the first column of data into a drop box, aka you select one of the three options. I want to link that selection to the corresponding data. Example 54" $20 60" $30 66" $40 I want to have a drop box where you select the size (54") and then next cell automatically puts the corresponding price. Thanks in advance |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
grouping dates by week/month/etc. on cat. axis | Charts and Charting in Excel | |||
Can I use the grouping and lock and protect cells | Excel Discussion (Misc queries) | |||
how to format numbers, digit grouping ,as per regional settings | Excel Discussion (Misc queries) | |||
Grouping data within intervals | Excel Worksheet Functions | |||
How to enable grouping in a protected sheet | Excel Worksheet Functions |