Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Get totals from other sheet | New Users to Excel | |||
Pivot Totals: Group totals different from Grand totals | Excel Discussion (Misc queries) | |||
Adding totals to new sheet | Excel Worksheet Functions | |||
Add row above TOTALS to all sheets when done in one sheet. | Excel Worksheet Functions | |||
Multi-sheet totals | New Users to Excel |