Noncontiguous rows

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello...

Is there an easy way to select noncontiguous rows in a worksheet, copy them
and paste them into another worksheet?

I know you can CTRL click through the rows, but I have over 100 rows to do
this on.

Any help would be appreciated.

Thanks!
 
You can sort the table by whatever relevant criteria you are using to
manually select the rows, copy and paste.
 
Yes...

But it has been sorted and subtotaled. I'm trying to copy the results of
the subtotals to a new worksheet. Various transactions were done throughout
different months, which were then subtotaled. I would like to copy the
results for each of the months into a new spreadsheet.
 
If you just want the subtotals, you could set up a helper column. Assuming
the xxxxxxx Total lines inserted by Excel appear in column A, use

=RIGHT(A1,5)="Total"

and copy down as far as needed. Then use Autofilter on the helper column to
filter for TRUE, copy/paste the results to a new worksheet.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top