Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10
Default Summarize a range referenced in a separate worksheet

What is the best way to add a sum in Worksheet #2 for a range of data in
Worksheet #1.

Example.

Worksheet #1

Date Week # $$
1/1/10 1 10.00
1/2/10 1 10.00
1/3/10 1 10.00


Worksheet #2

Week $$ Total
1 30.00 (looking for a formula to populate this field)

Thanks.


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 457
Default Summarize a range referenced in a separate worksheet

=SUMIF('Sheet 1'!B:B,1,'Sheet 1'!C:C)

--
Best Regards,

Luke M
"nitengale" wrote in message
...
What is the best way to add a sum in Worksheet #2 for a range of data in
Worksheet #1.

Example.

Worksheet #1

Date Week # $$
1/1/10 1 10.00
1/2/10 1 10.00
1/3/10 1 10.00


Worksheet #2

Week $$ Total
1 30.00 (looking for a formula to populate this field)

Thanks.




  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 833
Default Summarize a range referenced in a separate worksheet

EXCEL 2007

1. In Sheet1 cell C 5 I have:-

=SUM(C2:C4)

This gives your 30.00 total.

2. In Sheet2 cell C 5 (or any cell you like) I have:-

=Sheet1!C5

This just brings in the 30.00 total from Sheet1 cell C 5.

If my comments have helped please hit Yes.

Thanks.

"nitengale" wrote:

What is the best way to add a sum in Worksheet #2 for a range of data in
Worksheet #1.

Example.

Worksheet #1

Date Week # $$
1/1/10 1 10.00
1/2/10 1 10.00
1/3/10 1 10.00


Worksheet #2

Week $$ Total
1 30.00 (looking for a formula to populate this field)

Thanks.


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10
Default Summarize a range referenced in a separate worksheet

I'm having a problem with this formula when I attempt to copy it down (on
sheet #2 I have 52 weeks and don't want to have to change the week # in each
cell)?

"Luke M" wrote:

=SUMIF('Sheet 1'!B:B,1,'Sheet 1'!C:C)

--
Best Regards,

Luke M
"nitengale" wrote in message
...
What is the best way to add a sum in Worksheet #2 for a range of data in
Worksheet #1.

Example.

Worksheet #1

Date Week # $$
1/1/10 1 10.00
1/2/10 1 10.00
1/3/10 1 10.00


Worksheet #2

Week $$ Total
1 30.00 (looking for a formula to populate this field)

Thanks.




.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Summarize range willemeulen[_10_] Excel Worksheet Functions 4 May 16th 09 08:11 PM
How do I summarize dates of events to a new worksheet to count ho. me Excel Worksheet Functions 1 October 4th 07 11:39 PM
QUERY data range to populate separate worksheet? Greg Purnell[_2_] Excel Worksheet Functions 3 April 5th 07 01:49 PM
named Range Referenced vai single cell Graham Excel Discussion (Misc queries) 1 July 26th 06 09:31 AM
Formula Changes when data entered in referenced range mac849 Excel Discussion (Misc queries) 5 March 21st 05 01:57 AM


All times are GMT +1. The time now is 04:24 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"