Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
I've following information wanted to group by first column and show the sum of quantities: a b c ---- ----- ------ 123 10.8 123 20.2 123 44 124 2 124 11 124 45 The desired result: a b c ---- ----- ------ 123 10.8 75 - sum(10.8+20.2+44) 123 20.2 123 44 124 2 58 - sum(2+11+45+0) 124 11 124 45 124 0 note: I don't want to write sum(a1:a3) , ... because it depends on the number of rows has the same value. any help would greatly appricieted. -- Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/ |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can you name a group of cells? | Excel Discussion (Misc queries) | |||
Match a group of cells with another group of cells | Excel Worksheet Functions | |||
Copy Data from One Group of Cells to Another Group | Charts and Charting in Excel | |||
from a group of cells.find average of cells containing values | Excel Discussion (Misc queries) | |||
copy group of cells to another group of cells using "IF" in third | Excel Worksheet Functions |