Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a co-worker that would like to make a feature in EXCELL that would
select a non-contiguous series of rows based on a specific character (like a !) in column. Then he would need to copy that into a new worksheet in the same spreadsheet.. I am used to MS ACCESS, which is a snap due to tables and queries that can work inside Access. Worst case scenario, it can be done in Access and read from the Excel worksheet. But Id like to see how it can be done in EXCELL. Any Ideas? Since I am not well-versed in EXCELL, you may need to be specific. I do understand some things though. Thanks in advance. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If row 1 and row 10 met your criteria, would you want the copy to appear in
row 1 and row 10 of the destination sheet or row 1 and 2 of the destination sheet? -- Gary''s Student "jackle" wrote: I have a co-worker that would like to make a feature in EXCELL that would select a non-contiguous series of rows based on a specific character (like a !) in column. Then he would need to copy that into a new worksheet in the same spreadsheet.. I am used to MS ACCESS, which is a snap due to tables and queries that can work inside Access. Worst case scenario, it can be done in Access and read from the Excel worksheet. But Id like to see how it can be done in EXCELL. Any Ideas? Since I am not well-versed in EXCELL, you may need to be specific. I do understand some things though. Thanks in advance. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
i would like old rows 1 & 10, etc, to be new rows 1 & 2, etc. Hope that
helps, thanks. "Gary''s Student" wrote: If row 1 and row 10 met your criteria, would you want the copy to appear in row 1 and row 10 of the destination sheet or row 1 and 2 of the destination sheet? -- Gary''s Student "jackle" wrote: I have a co-worker that would like to make a feature in EXCELL that would select a non-contiguous series of rows based on a specific character (like a !) in column. Then he would need to copy that into a new worksheet in the same spreadsheet.. I am used to MS ACCESS, which is a snap due to tables and queries that can work inside Access. Worst case scenario, it can be done in Access and read from the Excel worksheet. But Id like to see how it can be done in EXCELL. Any Ideas? Since I am not well-versed in EXCELL, you may need to be specific. I do understand some things though. Thanks in advance. |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Let's say the column is column A and you want only the rows with a ! in
column A: 1. sort the worksheet by column A This will gather all the rows starting with ! together and still preserve their relative order. 2. select the row-set of rows starting with ! and copy them. (only a single copy is needed after you have done the selection) 3. go to the new worksheet and select A1. Then paste. -- Gary''s Student "jackle" wrote: i would like old rows 1 & 10, etc, to be new rows 1 & 2, etc. Hope that helps, thanks. "Gary''s Student" wrote: If row 1 and row 10 met your criteria, would you want the copy to appear in row 1 and row 10 of the destination sheet or row 1 and 2 of the destination sheet? -- Gary''s Student "jackle" wrote: I have a co-worker that would like to make a feature in EXCELL that would select a non-contiguous series of rows based on a specific character (like a !) in column. Then he would need to copy that into a new worksheet in the same spreadsheet.. I am used to MS ACCESS, which is a snap due to tables and queries that can work inside Access. Worst case scenario, it can be done in Access and read from the Excel worksheet. But Id like to see how it can be done in EXCELL. Any Ideas? Since I am not well-versed in EXCELL, you may need to be specific. I do understand some things though. Thanks in advance. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Edit / Move or copy sheet stopped working in Excel 2003 | Excel Worksheet Functions | |||
Copy Paste Conditional Formatting | Excel Discussion (Misc queries) | |||
Cell Selection after "Enter" | Excel Discussion (Misc queries) | |||
How do I copy a LARGE selection of cells from Excel to powerpoint? | Excel Discussion (Misc queries) | |||
Copy without Hidden Cols - How | Excel Discussion (Misc queries) |