Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a requirement to copy employees based on their
names from one worksheet to other worksheets. The criteria would be to find their matching names and copy the adjacent rows of information as well. The new worksheet should be populted based on the date entry. Since there are more than 20 employees listed in a random order there should be a sorting by date and entering to the new worksheet in the same order. Anyone having a solution via VB or macro would be appreciated. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Explore use of the advanced filter. (data=Filter=Advanced Filter)
You can put your list of names in the criteria (in a single column) and choose to have the data copied to another location. Since you want to go to another sheet, you need to start from the destination sheet. Once you get the data to the sheet you can sort it by date You can turn on the macro recorder while you do this manually to get the code. -- Regards, Tom Ogilvy "Vick" wrote in message ... I have a requirement to copy employees based on their names from one worksheet to other worksheets. The criteria would be to find their matching names and copy the adjacent rows of information as well. The new worksheet should be populted based on the date entry. Since there are more than 20 employees listed in a random order there should be a sorting by date and entering to the new worksheet in the same order. Anyone having a solution via VB or macro would be appreciated. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copying rows of data into new worksheet but placing data into colu | Excel Discussion (Misc queries) | |||
Copying Data from One Worksheet to Another | Excel Discussion (Misc queries) | |||
Copying filtered data to another worksheet | Excel Worksheet Functions | |||
Copying Data List to Different Worksheet | Excel Discussion (Misc queries) | |||
Copying Data into another worksheet using macro | Excel Programming |