Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi, I have a worksheet with about 1000 rows and 43 columns.
In one column (A) are contract numbers that I can subtotal on, which is what I want to do. The problem is that not all of the subtotals should be "sum", some need to be a formula based on the sum of other columns. Do you have any suggestions for how I can consolidate this sheet, get the proper subtotal function, and be able to update it? A pivot table will not let me use a formula, subtotaling comes close, but it won't keep the formula if I retotal. FYI: I'm familiar with vlookups and other formulas. TIA! |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
"some need to be a formula based on the sum of other columns" is pretty vague
making it dificult to come up with a specific solution. One thing you might try is to use sumif or sumproduct to get your totals. I would do this on a seperate worksheet because it is better if you do not mix formulas in your data. Tom |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
The formula, in two columns, needs to be: (2nd column is similar, diff
references) =Reconcilliation!$D$2*(G1453/Reconcilliation!$D$3) In two other columns, the formula is: =IF(AH409AC409,AH409-AC409,0) What I've done is subtotal and then copy the formulas in manually. I don't know of a better way. There are 550 subtotals, but I just copy the formula straight down, I don't have to put it in individually. It doesn't stick if I recalculate. "TomPl" wrote: "some need to be a formula based on the sum of other columns" is pretty vague making it dificult to come up with a specific solution. One thing you might try is to use sumif or sumproduct to get your totals. I would do this on a seperate worksheet because it is better if you do not mix formulas in your data. Tom |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Consolidate/VLOOKUP/Pivot Table? | Excel Discussion (Misc queries) | |||
consolidate data in pivot table | Excel Discussion (Misc queries) | |||
Consolidate Pivot table from multiple files | Excel Discussion (Misc queries) | |||
how do I consolidate multiple pivot tables into one pivot table? | Excel Discussion (Misc queries) | |||
Consolidate data from several worksheets via pivot table | Excel Worksheet Functions |