Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Hi,
I wanted to do the following - I have a master database of about 2000 items (with details against each name). I also generate smaller lists (only names) every week that comprise items from this list. Now is there any way I can pull out other details about each item if I have these two worksheets? Any help would be greatly appreciated. thanks. |
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Hi
Use Vlookup Assuming your data is in a Sheet called Master, in columns A through E, and your smaller list has entries in column A of a Sheet called List. In B1 of List enter =IF($A1="","",VLOOKUP($A1,Master!$A$1:$E$1000,COLU MN(),0)) Copy across through C1:E1 and copy B2:E2 down as far as you wish. If you are using either more, or less columns than 5, then amend $A$1:$E$1000 to suit. -- Regards Roger Govier "mochafocha" wrote in message ... Hi, I wanted to do the following - I have a master database of about 2000 items (with details against each name). I also generate smaller lists (only names) every week that comprise items from this list. Now is there any way I can pull out other details about each item if I have these two worksheets? Any help would be greatly appreciated. thanks. |
#3
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Another way would be to use a helper column on your main database and just
put a "x" in it for each row you want to reproduce on the othere list and then use the Data Filter Autofilter feature to filter for just those rows and to create the new list. Vaya con Dios, Chuck, CABGx3 "mochafocha" wrote: Hi, I wanted to do the following - I have a master database of about 2000 items (with details against each name). I also generate smaller lists (only names) every week that comprise items from this list. Now is there any way I can pull out other details about each item if I have these two worksheets? Any help would be greatly appreciated. thanks. |
#4
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
thanks all. Let me give those suggestions a shot. hope it works.
"CLR" wrote: Another way would be to use a helper column on your main database and just put a "x" in it for each row you want to reproduce on the othere list and then use the Data Filter Autofilter feature to filter for just those rows and to create the new list. Vaya con Dios, Chuck, CABGx3 "mochafocha" wrote: Hi, I wanted to do the following - I have a master database of about 2000 items (with details against each name). I also generate smaller lists (only names) every week that comprise items from this list. Now is there any way I can pull out other details about each item if I have these two worksheets? Any help would be greatly appreciated. thanks. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do i assign the ActiveWorkbook.Worksheets to a worksheets object? | Excel Worksheet Functions | |||
Weird problem with Excel 2000...Worksheets disappearing in a shared Excel file | Excel Discussion (Misc queries) | |||
Combine worksheets from different excel files into one excel file | Excel Discussion (Misc queries) | |||
How to send Excel 2000 worksheets to Excel 2003? | Excel Discussion (Misc queries) | |||
Assigning Cells in worksheets to other data in other worksheets. | Excel Discussion (Misc queries) |