Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Hello I have 51 sheets in the same workbook. The front sheet is a summary sheet of the 50 behind. Each sheet has a list of codes with a value next to it, but the same code is not on the same line in each sheet. On the summary sheet I would like to add up all the values inline with a specific code What is the easiest way of doing this? Thanks -- Cheers |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Maybe not the best solution but here is one way.
In A1:A20 of Sheet1 to Sheet3 I have letters A, B,.... In B1:B20 on these sheets I have numbers On Sheet 4 (summary sheet) in A1 I have the code (letter) to lookup (say, X) In cells A26 of Sheets 1 to Sheet3 I have =SUMIF(A1:A20,Sheet4!A1,B1:B20) On Sheet4 (summary sheet) in B1 I have =SUM(Sheet1:Sheet3!A26) best wishes -- Bernard V Liengme www.stfx.ca/people/bliengme remove caps from email "Dan" wrote in message ... Hello I have 51 sheets in the same workbook. The front sheet is a summary sheet of the 50 behind. Each sheet has a list of codes with a value next to it, but the same code is not on the same line in each sheet. On the summary sheet I would like to add up all the values inline with a specific code What is the easiest way of doing this? Thanks -- Cheers |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
total and summarise data | Excel Worksheet Functions | |||
Comparing and sum'ing data | Excel Worksheet Functions | |||
Summarising a List of Data | Excel Discussion (Misc queries) | |||
Getting data from another workbook based on variable | Excel Discussion (Misc queries) | |||
pivot table, functions for subtotals | Excel Worksheet Functions |