![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Guest
Posts: n/a
|
I need to set up the sum of a row whereas the end of the range varies. Example:
In January, I need to add from January to January; in February, from January to February; and so on. I'd use something like =SUM(A1:CurentMonth). Anybody? |
|
|
|
#2 |
|
Board Regular
Join Date: Feb 2002
Posts: 7,743
|
|
|
|
|
|
|
#3 |
|
Board Regular
Join Date: Feb 2002
Posts: 7,743
|
Aloha,
The way I did mine was to link cells in the worksheets. I ahve 12 sheets named for the months. In the Jan sheet, I have a target cell for the sum of Jan. In Feb, I also have a target cell for the sum of Feb + the sum of Jan. In Mar, I have a target cell for Mar + Feb. The formula would look something like for FEB. =sum(b1:b30)+(jan!a31)...etc |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|