Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
how can i create a macro that goes to column "A", insert a row after a date,
goes to column "C", get a total for that date in column "D" of the same row, and continue the same procedure. lets say: column a b c d row 1 09/01/2006 amex 1000 row 2 09/01/2006 visa 400 row 3 09/01/2006 visa 800 09/02/2006 visa 500 09/02/2006 amex 200 result should be: column a b c d row 1 09/01/2006 amex 1000 row 2 09/01/2006 visa 400 row 3 09/01/2006 visa 800 2200 09/02/2006 visa 500 09/02/2006 amex 200 700 and so on, thanks a lot |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Pivot Totals: Group totals different from Grand totals | Excel Discussion (Misc queries) | |||
sum year to date totals for particular month | Excel Worksheet Functions | |||
Year to date totals | Excel Discussion (Misc queries) | |||
Totals calculated by date | Excel Discussion (Misc queries) | |||
Sorting by date, then calculating totals | Excel Programming |