Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
trying to create a running reference to prior year to date. I have a 2006
spreadsheet with monthly amounts. In my 2007 spreadsheet, I want to reference the prior year to date numbers. In the month of July, I want to see a Jan -July 2006 total; in the month of August, I want to see Jan - Aug 2006 total etc, etc. I'd like to automate this process so that there's not a lot of manual entry each month. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
With the 2006 sheet named 2006 Budget, this will sum the values to the month
end when the first date of the next month is entered in the 2007 Budget sheet: =IF(AND(A3<"",MONTH(A3)<MONTH(A2)),SUMPRODUCT((M ONTH('2006 Budget'!$A$2:$A$1005)<=MONTH(A2))*('2006 Budget'!$E$2:$E$1005)),"") Assuming Dates in Column A, Amounts in Column E in both sheets. -- HTH Sandy In Perth, the ancient capital of Scotland and the crowning place of kings Replace @mailinator.com with @tiscali.co.uk "snapshot" wrote in message ... trying to create a running reference to prior year to date. I have a 2006 spreadsheet with monthly amounts. In my 2007 spreadsheet, I want to reference the prior year to date numbers. In the month of July, I want to see a Jan -July 2006 total; in the month of August, I want to see Jan - Aug 2006 total etc, etc. I'd like to automate this process so that there's not a lot of manual entry each month. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Match name and Date Period for % | Excel Discussion (Misc queries) | |||
Sum column based on value in each row, if two cells equal, or if date is within time period | Excel Worksheet Functions | |||
Every time i put a number with period it becomes a date and time | Excel Discussion (Misc queries) | |||
Period to Period percentage change? | Excel Discussion (Misc queries) | |||
Calculating recurring date in following month, calculating # days in that period | Excel Worksheet Functions |