View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Freshman
 
Posts: n/a
Default Auto Copying Data

Hi Stefi,

Thanks for your help. May be I haven't raised my question clear. Sorry for
the confusion. My question is not going to total all values in A1 of other
worksheets to cell A1 in Summary worksheet. I want to copy every record in
columns A, B & E of every worksheet to the Summary worksheet then I use them
for analysis in a pivot table. Since the records are filled in month after
month, so I want the completed records of the current month can be
automatically copy to the row under the last record in the Summary worksheet,
i.e. May06's records under Apr06's record. I hope this can make my question
clear. Can you help in this aspect?

Thanks once again.

Regards.


"Stefi" wrote:

Perhaps you don't need a macro to do it! Place this formula in Summary!A2 and
copy it to the other columns! Make sure that sheets "Jan06", "Feb06"......
are after each other!

=SUM(Jan06:Feb06!A2)

Regards,
Stefi

€˛Freshman€¯ ezt Ć*rta:

Dear all,

I've a workbook with several worksheets, namely "Jan06", "Feb06"......and
"Summary". This Summary worksheet consolidates all data from columns A, B & E
of all other worksheets in the same workbook(they are identical). Every time
when I filled in all records for that month, I've to copy the data from
columns A, B & E to the "Summary" worksheet for further analysis purpose. Is
there a macro which can copy those required data from any of the worksheets
automatically to the first blank row in the "Summary" worksheet? If yes,
please write me that macro.

Thanks in advance.

Best regards.