PC Review Forums Newsgroups Microsoft Excel Microsoft Excel New Users Copy data in multiple worksheets

Reply

Copy data in multiple worksheets

 
Thread Tools Rate Thread
Old 10-08-2006, 11:10 PM   #1
=?Utf-8?B?a2ZsZXRjaGI=?=
Guest
 
Posts: n/a
Default Copy data in multiple worksheets


How do I put the total of a row(column) of numbers from one worksheet to
another worksheet?
Mahalo.
Karen
  Reply With Quote
Old 10-08-2006, 11:28 PM   #2
Mark
Guest
 
Posts: n/a
Default Re: Copy data in multiple worksheets


kfletchb wrote:
> How do I put the total of a row(column) of numbers from one worksheet to
> another worksheet?
> Mahalo.
> Karen


Use something like this:

=SUM(Sheet1!B1:B25)

Change the value "Sheet1" to the name of your worksheet
Change the value "B1:B25" to the cells that you are adding
DON'T FORGET THE EXCLAIMATION POINT AFTER THE WORKSHEET NAME

  Reply With Quote
Old 11-08-2006, 01:18 AM   #3
=?Utf-8?B?a2ZsZXRjaGI=?=
Guest
 
Posts: n/a
Default Re: Copy data in multiple worksheets

great. thanx mark

"Mark" wrote:

>
> kfletchb wrote:
> > How do I put the total of a row(column) of numbers from one worksheet to
> > another worksheet?
> > Mahalo.
> > Karen

>
> Use something like this:
>
> =SUM(Sheet1!B1:B25)
>
> Change the value "Sheet1" to the name of your worksheet
> Change the value "B1:B25" to the cells that you are adding
> DON'T FORGET THE EXCLAIMATION POINT AFTER THE WORKSHEET NAME
>
>

  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off