Thread: summary sheet
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
GeorgeR GeorgeR is offline
external usenet poster
 
Posts: 13
Default summary sheet

Hi Bob
Having to do it to each sheet manually is what I am trying to avoid. What I
was hoping is that there is a function out there that would append the latest
entry below the last entry on the summary sheet.

"BobT" wrote:

If I understand your question, you have data like:

xxxxx xxx xxx
<blank row
xxxxx xxx xxx
xxxxx xxxx xxx
etc.

And you want to copy the data to another sheet - likely appending to the end
on the other sheet but don't want the blank rows to appear on the second
sheet. If this is correct, you could copy all of the rows (including the
blanks); paste them into your second (summary) sheet; then sort (either just
the highlighted rows or all of them). The blank rows will pop to the bottom.

"GeorgeR" wrote:

I have data that I want to move to a different summary sheet. I am bale to do
this but, I would like the information in the next available row not with
blank rows between the entries. This is done several times a day so
autofilter would be a time consuming option. Thanks for your help
GeorgeR