Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 244
Default sheet totals

Hi

I have been trying to write code to add values from 7
different sheets in an 8 sheet called standings. How it
works is in sheet 1 row 3, column 6, a user is assigned a
value. this would happen from row 3 to row 42 but all in
column 6. the total(standings sheet) would have all the
values from the oother sheets added up in column 2
starting with row 3 through row 42. I have been working
on this for half a day. It doesn't seem that hard but has
been kind of a struggle for me. Can anyone provide me
with some assistance here?

chris
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 63
Default sheet totals

Chris,

In cell B3 of Standings put the formula :

=SUM('Sheet 1:Sheet 7'!F3) (F3 is 3th row, 6th column ; I've added
the spaces in sheet 1 and sheet 7 and therefore the ' s because you
mentioned that that are your sheetnames, at least for sheet 1).

Copy the formula down to B42.

*** There shouldn't be any sheet between Sheet 1 up to Sheet 7 ***

--
Regards,
Auk Ales

* Please reply to this newsgroup only *
* I will not react on unsolicited e-mails *

"chris" wrote in message
...
Hi

I have been trying to write code to add values from 7
different sheets in an 8 sheet called standings. How it
works is in sheet 1 row 3, column 6, a user is assigned a
value. this would happen from row 3 to row 42 but all in
column 6. the total(standings sheet) would have all the
values from the oother sheets added up in column 2
starting with row 3 through row 42. I have been working
on this for half a day. It doesn't seem that hard but has
been kind of a struggle for me. Can anyone provide me
with some assistance here?

chris



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
Get totals from other sheet pcor New Users to Excel 1 April 28th 09 03:09 PM
Pivot Totals: Group totals different from Grand totals PsyberFox Excel Discussion (Misc queries) 1 February 13th 08 06:16 PM
Adding totals to new sheet Doug[_3_] Excel Worksheet Functions 9 August 1st 07 03:51 AM
Add row above TOTALS to all sheets when done in one sheet. Invoice Excel Worksheet Functions 0 August 31st 06 05:55 AM
Multi-sheet totals Jim M New Users to Excel 6 May 5th 05 01:26 PM


All times are GMT +1. The time now is 05:16 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"