Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I need VBA code to sum the values in two columns even if the data is each set
that I need to sum varies in length exa. Initial data Quantity Amount 2 32.30 3 177.00 2 1,598.00 2 198.00 End result needed. Quantity Amount 2 32.30 2 32.30 The sum of values above 3 177.00 3 177.00 The sum of values above 2 1,598.00 2 198.00 4 1,796.00 The sum of values above I need it to do this until the end of the data.. Any help Would be deeply appreciated.. -- Regards, Michael |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
suming every 3rd column | Excel Worksheet Functions | |||
testing while suming | New Users to Excel | |||
suming in add-ins | Excel Worksheet Functions | |||
Suming a column to another worksheet | Excel Programming | |||
suming across sheets | Excel Programming |