Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am having a bit of difficulty with a project I'm working on.
After selecting a category from list1 and an item from list2 on sheet1, I want a given range on the same sheet to auto populate using information on sheet 2 As of right now, I have the two dependent lists completed, now I am working on making the range populate dependent on what is selected in list2. I have found a few ways to do this, but none of them are practical considering the lists reference a few hundred items in 6 categories. Your assistance on this would be greatly appreciated. (assuming list1 was in A1 and list2 was in A2, the populated range would be B2:E2) |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
On a side note, the information on sheet2 is laid out exactly as I am
trying to insert it, if there were a way of copying the items directly from sheet2 and pasting them to the right of the selected list item, that would be ideal, especially if it would automatically copy the cells laid out to the right of the cell the list is referencing. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You don't describe what you have in Sheet2, or how list1 and list2
relate to it. Could it be that List1 is column A of Sheet2, and that List2 is column B? If so, then insert a new column C in Sheet2 and add this formula to C1: =A1&B1 Copy down as necessary. Then in B2 of Sheet1 you can enter this formula: =VLOOKUP(A1&A2,Sheet2!$C:$G,COLUMN(B1),0) and then copy this into C2:E2 of Sheet1. Hope this helps. Pete On Nov 2, 10:07 pm, wrote: On a side note, the information on sheet2 is laid out exactly as I am trying to insert it, if there were a way of copying the items directly from sheet2 and pasting them to the right of the selected list item, that would be ideal, especially if it would automatically copy the cells laid out to the right of the cell the list is referencing. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Sorry, you would need to make it:
=VLOOKUP($A1&$A2,Sheet2!$C:$G,COLUMN(B1),0) if you want to copy it into C2:E2. Pete On Nov 3, 1:43 am, Pete_UK wrote: You don't describe what you have in Sheet2, or how list1 and list2 relate to it. Could it be that List1 is column A of Sheet2, and that List2 is column B? If so, then insert a new column C in Sheet2 and add this formula to C1: =A1&B1 Copy down as necessary. Then in B2 of Sheet1 you can enter this formula: =VLOOKUP(A1&A2,Sheet2!$C:$G,COLUMN(B1),0) and then copy this into C2:E2 of Sheet1. Hope this helps. Pete On Nov 2, 10:07 pm, wrote: On a side note, the information on sheet2 is laid out exactly as I am trying to insert it, if there were a way of copying the items directly from sheet2 and pasting them to the right of the selected list item, that would be ideal, especially if it would automatically copy the cells laid out to the right of the cell the list is referencing.- Hide quoted text - - Show quoted text - |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I apologize for not being more descriptive.
On sheet2 is an inventory of a few hundred items, their names and statistics (such as height, width, weight... etc,). These items are broken down into 6 categories. On sheet1 I have an area for displaying these item statistics. When a category is selected it changes the secondary pull down list to show only the items in that category. That much I have completed. What I need now is, when an item name has been selected from list2, I need the statistics to be populated on the area to the right. |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Tell me what you have in the columns on both sheets.
Pete On Nov 3, 11:29 pm, wrote: I apologize for not being more descriptive. On sheet2 is an inventory of a few hundred items, their names and statistics (such as height, width, weight... etc,). These items are broken down into 6 categories. On sheet1 I have an area for displaying these item statistics. When a category is selected it changes the secondary pull down list to show only the items in that category. That much I have completed. What I need now is, when an item name has been selected from list2, I need the statistics to be populated on the area to the right. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Dependant Dropdowns - Addition of third list | Excel Discussion (Misc queries) | |||
dependant combobox list | New Users to Excel | |||
Dependant Data Validation List | Excel Discussion (Misc queries) | |||
Help with Dependant list boxes | Excel Discussion (Misc queries) | |||
How to assign a score, dependant on a sum falling within a range? | Excel Discussion (Misc queries) |