Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a spreadsheet with dates as the column headers. My macro searches for
the first date that is after today and inserts a column to be used for totals. The formula in the new column needs to sum the values in that row from column F to the column to the left of the formula. Since the total column is not always going to be in the same position when my macro runs, I am not sure how to write the formula. For example, in row 2, the formula would be =sum(F2:RC[-1]), but I tried that and a bunch of other stuff that didn't work. Thanks, Denise |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Sums | Excel Worksheet Functions | |||
Max sums | Excel Discussion (Misc queries) | |||
sums | Excel Discussion (Misc queries) | |||
SUMS | Excel Discussion (Misc queries) | |||
How to add previous sums in a column to current sums in a column? | Excel Worksheet Functions |