Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
I am trying to develop a formula from the following data sample that will sum all values belonging to the same account number and period. Account Period Amount 300000-0000-11-0000-71 1 (238,662) 300000-0000-11-0000-71 1 376 300000-0000-11-0000-71 2 (345,830) 300000-0000-11-0000-71 2 5,757 300000-0000-11-0000-71 2 (49,943) 300000-0000-11-0000-71 3 (25,671) 300000-0000-11-0000-71 3 (48,710) 300000-0000-11-0000-71 3 (305,829) 300000-0000-11-0000-71 3 399 300000-0000-11-0000-71 3 (108,489) For example, the formula should sum the first two lines since they are the same account number and same period. Lines 3-5 should be summed, and so forth. I think it would be a SumIf formula, but I am not sure how to handle 2 criteria (account and period). The data I have is 4000 lines so doing these formulas manually is not an option. Any help is much appreciated. John |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Commenting custom formula fields/formula on formula editor | Excel Programming |