Hi everybody!
I'm trying to solve the assignment I got in my Informatics class and would really appreciate some help.
In the first table there is data, which contains numbers for monthly (M) and yearly (Y) inflation for each month and year. My goal is, in the second table, to get the SUM of last 12 monthly inflations depending on the chosen date. For example, in the copied case, I would need to sum the data from April 2007 to May 2006. By the way, in table 2 date (month/year) is inserted as a value (4/1/2007) and not as text.
I've tried everything I know, but simply cannot get the right idea. Therefore, HELP. J Thank you!
[TABLE="width: 432"]
<tbody>[TR]
[TD="width: 64, bgcolor: transparent"]Table 1:[/TD]
[TD="width: 64, bgcolor: transparent"]M[/TD]
[TD="width: 64, bgcolor: transparent"]Y[/TD]
[TD="width: 64, bgcolor: transparent"]M[/TD]
[TD="width: 64, bgcolor: transparent"]Y[/TD]
[TD="width: 64, bgcolor: transparent"]M[/TD]
[TD="width: 64, bgcolor: transparent"]Y[/TD]
[TD="width: 64, bgcolor: transparent"]M[/TD]
[TD="width: 64, bgcolor: transparent"]Y[/TD]
[/TR]
[TR]
[TD="width: 64, bgcolor: transparent"]Year /
Month[/TD]
[TD="width: 128, bgcolor: transparent, colspan: 2"]2008[/TD]
[TD="width: 128, bgcolor: transparent, colspan: 2"]2007[/TD]
[TD="width: 128, bgcolor: transparent, colspan: 2"]2006[/TD]
[TD="width: 128, bgcolor: transparent, colspan: 2"]2005[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]dec[/TD]
[TD="bgcolor: transparent"]-0,60[/TD]
[TD="bgcolor: transparent"]2,10[/TD]
[TD="bgcolor: transparent"]0,40[/TD]
[TD="bgcolor: transparent"]5,60[/TD]
[TD="bgcolor: transparent"]0,40[/TD]
[TD="bgcolor: transparent"]2,80[/TD]
[TD="bgcolor: transparent"]0,00[/TD]
[TD="bgcolor: transparent"]2,30[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]nov[/TD]
[TD="bgcolor: transparent"]-0,70[/TD]
[TD="bgcolor: transparent"]3,10[/TD]
[TD="bgcolor: transparent"]0,90[/TD]
[TD="bgcolor: transparent"]5,70[/TD]
[TD="bgcolor: transparent"]0,30[/TD]
[TD="bgcolor: transparent"]2,30[/TD]
[TD="bgcolor: transparent"]-0,50[/TD]
[TD="bgcolor: transparent"]2,10[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]oct[/TD]
[TD="bgcolor: transparent"]0,00[/TD]
[TD="bgcolor: transparent"]4,90[/TD]
[TD="bgcolor: transparent"]0,70[/TD]
[TD="bgcolor: transparent"]5,10[/TD]
[TD="bgcolor: transparent"]-0,80[/TD]
[TD="bgcolor: transparent"]1,50[/TD]
[TD="bgcolor: transparent"]0,20[/TD]
[TD="bgcolor: transparent"]3,10[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]sep[/TD]
[TD="bgcolor: transparent"]0,00[/TD]
[TD="bgcolor: transparent"]5,50[/TD]
[TD="bgcolor: transparent"]0,40[/TD]
[TD="bgcolor: transparent"]3,50[/TD]
[TD="bgcolor: transparent"]0,40[/TD]
[TD="bgcolor: transparent"]2,50[/TD]
[TD="bgcolor: transparent"]1,00[/TD]
[TD="bgcolor: transparent"]3,20[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]aug[/TD]
[TD="bgcolor: transparent"]-0,60[/TD]
[TD="bgcolor: transparent"]6,00[/TD]
[TD="bgcolor: transparent"]0,30[/TD]
[TD="bgcolor: transparent"]3,50[/TD]
[TD="bgcolor: transparent"]0,60[/TD]
[TD="bgcolor: transparent"]3,20[/TD]
[TD="bgcolor: transparent"]-0,60[/TD]
[TD="bgcolor: transparent"]2,10[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]jul[/TD]
[TD="bgcolor: transparent"]0,00[/TD]
[TD="bgcolor: transparent"]6,90[/TD]
[TD="bgcolor: transparent"]0,00[/TD]
[TD="bgcolor: transparent"]3,80[/TD]
[TD="bgcolor: transparent"]-0,20[/TD]
[TD="bgcolor: transparent"]1,90[/TD]
[TD="bgcolor: transparent"]0,70[/TD]
[TD="bgcolor: transparent"]2,30[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]jun[/TD]
[TD="bgcolor: transparent"]0,90[/TD]
[TD="bgcolor: transparent"]7,00[/TD]
[TD="bgcolor: transparent"]0,40[/TD]
[TD="bgcolor: transparent"]3,60[/TD]
[TD="bgcolor: transparent"]-0,30[/TD]
[TD="bgcolor: transparent"]2,90[/TD]
[TD="bgcolor: transparent"]0,10[/TD]
[TD="bgcolor: transparent"]1,90[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]may[/TD]
[TD="bgcolor: transparent"]1,10[/TD]
[TD="bgcolor: transparent"]6,40[/TD]
[TD="bgcolor: transparent"]1,20[/TD]
[TD="bgcolor: transparent"]2,90[/TD]
[TD="bgcolor: transparent"]0,90[/TD]
[TD="bgcolor: transparent"]3,20[/TD]
[TD="bgcolor: transparent"]0,30[/TD]
[TD="bgcolor: transparent"]2,20[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]apr[/TD]
[TD="bgcolor: transparent"]0,80[/TD]
[TD="bgcolor: transparent"]6,50[/TD]
[TD="bgcolor: transparent"]1,10[/TD]
[TD="bgcolor: transparent"]2,60[/TD]
[TD="bgcolor: transparent"]0,80[/TD]
[TD="bgcolor: transparent"]2,70[/TD]
[TD="bgcolor: transparent"]0,00[/TD]
[TD="bgcolor: transparent"]2,70[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]mar[/TD]
[TD="bgcolor: transparent"]1,30[/TD]
[TD="bgcolor: transparent"]6,90[/TD]
[TD="bgcolor: transparent"]1,00[/TD]
[TD="bgcolor: transparent"]2,30[/TD]
[TD="bgcolor: transparent"]0,80[/TD]
[TD="bgcolor: transparent"]1,90[/TD]
[TD="bgcolor: transparent"]1,10[/TD]
[TD="bgcolor: transparent"]3,10[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]feb[/TD]
[TD="bgcolor: transparent"]0,00[/TD]
[TD="bgcolor: transparent"]6,50[/TD]
[TD="bgcolor: transparent"]-0,20[/TD]
[TD="bgcolor: transparent"]2,10[/TD]
[TD="bgcolor: transparent"]0,40[/TD]
[TD="bgcolor: transparent"]2,20[/TD]
[TD="bgcolor: transparent"]0,60[/TD]
[TD="bgcolor: transparent"]2,60[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]jan[/TD]
[TD="bgcolor: transparent"]0,10[/TD]
[TD="bgcolor: transparent"]6,40[/TD]
[TD="bgcolor: transparent"]-0,70[/TD]
[TD="bgcolor: transparent"]2,70[/TD]
[TD="bgcolor: transparent"]-0,50[/TD]
[TD="bgcolor: transparent"]2,40[/TD]
[TD="bgcolor: transparent"]-0,60[/TD]
[TD="bgcolor: transparent"]2,20[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 240"]
<tbody>[TR]
[TD="width: 64, bgcolor: transparent"]Table 2:[/TD]
[TD="width: 64, bgcolor: transparent"][/TD]
[TD="width: 64, bgcolor: transparent"][/TD]
[TD="width: 64, bgcolor: transparent"][/TD]
[TD="width: 64, bgcolor: transparent"][/TD]
[/TR]
[TR]
[TD="bgcolor: transparent, colspan: 2"]Month/Year[/TD]
[TD="width: 192, bgcolor: transparent, colspan: 3"]Sum of monthly inflations for the last 12 months[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent, colspan: 2"]apr.07[/TD]
[TD="bgcolor: transparent, colspan: 3"]RESULT[/TD]
[/TR]
</tbody>[/TABLE]
I'm trying to solve the assignment I got in my Informatics class and would really appreciate some help.
In the first table there is data, which contains numbers for monthly (M) and yearly (Y) inflation for each month and year. My goal is, in the second table, to get the SUM of last 12 monthly inflations depending on the chosen date. For example, in the copied case, I would need to sum the data from April 2007 to May 2006. By the way, in table 2 date (month/year) is inserted as a value (4/1/2007) and not as text.
I've tried everything I know, but simply cannot get the right idea. Therefore, HELP. J Thank you!
[TABLE="width: 432"]
<tbody>[TR]
[TD="width: 64, bgcolor: transparent"]Table 1:[/TD]
[TD="width: 64, bgcolor: transparent"]M[/TD]
[TD="width: 64, bgcolor: transparent"]Y[/TD]
[TD="width: 64, bgcolor: transparent"]M[/TD]
[TD="width: 64, bgcolor: transparent"]Y[/TD]
[TD="width: 64, bgcolor: transparent"]M[/TD]
[TD="width: 64, bgcolor: transparent"]Y[/TD]
[TD="width: 64, bgcolor: transparent"]M[/TD]
[TD="width: 64, bgcolor: transparent"]Y[/TD]
[/TR]
[TR]
[TD="width: 64, bgcolor: transparent"]Year /
Month[/TD]
[TD="width: 128, bgcolor: transparent, colspan: 2"]2008[/TD]
[TD="width: 128, bgcolor: transparent, colspan: 2"]2007[/TD]
[TD="width: 128, bgcolor: transparent, colspan: 2"]2006[/TD]
[TD="width: 128, bgcolor: transparent, colspan: 2"]2005[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]dec[/TD]
[TD="bgcolor: transparent"]-0,60[/TD]
[TD="bgcolor: transparent"]2,10[/TD]
[TD="bgcolor: transparent"]0,40[/TD]
[TD="bgcolor: transparent"]5,60[/TD]
[TD="bgcolor: transparent"]0,40[/TD]
[TD="bgcolor: transparent"]2,80[/TD]
[TD="bgcolor: transparent"]0,00[/TD]
[TD="bgcolor: transparent"]2,30[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]nov[/TD]
[TD="bgcolor: transparent"]-0,70[/TD]
[TD="bgcolor: transparent"]3,10[/TD]
[TD="bgcolor: transparent"]0,90[/TD]
[TD="bgcolor: transparent"]5,70[/TD]
[TD="bgcolor: transparent"]0,30[/TD]
[TD="bgcolor: transparent"]2,30[/TD]
[TD="bgcolor: transparent"]-0,50[/TD]
[TD="bgcolor: transparent"]2,10[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]oct[/TD]
[TD="bgcolor: transparent"]0,00[/TD]
[TD="bgcolor: transparent"]4,90[/TD]
[TD="bgcolor: transparent"]0,70[/TD]
[TD="bgcolor: transparent"]5,10[/TD]
[TD="bgcolor: transparent"]-0,80[/TD]
[TD="bgcolor: transparent"]1,50[/TD]
[TD="bgcolor: transparent"]0,20[/TD]
[TD="bgcolor: transparent"]3,10[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]sep[/TD]
[TD="bgcolor: transparent"]0,00[/TD]
[TD="bgcolor: transparent"]5,50[/TD]
[TD="bgcolor: transparent"]0,40[/TD]
[TD="bgcolor: transparent"]3,50[/TD]
[TD="bgcolor: transparent"]0,40[/TD]
[TD="bgcolor: transparent"]2,50[/TD]
[TD="bgcolor: transparent"]1,00[/TD]
[TD="bgcolor: transparent"]3,20[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]aug[/TD]
[TD="bgcolor: transparent"]-0,60[/TD]
[TD="bgcolor: transparent"]6,00[/TD]
[TD="bgcolor: transparent"]0,30[/TD]
[TD="bgcolor: transparent"]3,50[/TD]
[TD="bgcolor: transparent"]0,60[/TD]
[TD="bgcolor: transparent"]3,20[/TD]
[TD="bgcolor: transparent"]-0,60[/TD]
[TD="bgcolor: transparent"]2,10[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]jul[/TD]
[TD="bgcolor: transparent"]0,00[/TD]
[TD="bgcolor: transparent"]6,90[/TD]
[TD="bgcolor: transparent"]0,00[/TD]
[TD="bgcolor: transparent"]3,80[/TD]
[TD="bgcolor: transparent"]-0,20[/TD]
[TD="bgcolor: transparent"]1,90[/TD]
[TD="bgcolor: transparent"]0,70[/TD]
[TD="bgcolor: transparent"]2,30[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]jun[/TD]
[TD="bgcolor: transparent"]0,90[/TD]
[TD="bgcolor: transparent"]7,00[/TD]
[TD="bgcolor: transparent"]0,40[/TD]
[TD="bgcolor: transparent"]3,60[/TD]
[TD="bgcolor: transparent"]-0,30[/TD]
[TD="bgcolor: transparent"]2,90[/TD]
[TD="bgcolor: transparent"]0,10[/TD]
[TD="bgcolor: transparent"]1,90[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]may[/TD]
[TD="bgcolor: transparent"]1,10[/TD]
[TD="bgcolor: transparent"]6,40[/TD]
[TD="bgcolor: transparent"]1,20[/TD]
[TD="bgcolor: transparent"]2,90[/TD]
[TD="bgcolor: transparent"]0,90[/TD]
[TD="bgcolor: transparent"]3,20[/TD]
[TD="bgcolor: transparent"]0,30[/TD]
[TD="bgcolor: transparent"]2,20[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]apr[/TD]
[TD="bgcolor: transparent"]0,80[/TD]
[TD="bgcolor: transparent"]6,50[/TD]
[TD="bgcolor: transparent"]1,10[/TD]
[TD="bgcolor: transparent"]2,60[/TD]
[TD="bgcolor: transparent"]0,80[/TD]
[TD="bgcolor: transparent"]2,70[/TD]
[TD="bgcolor: transparent"]0,00[/TD]
[TD="bgcolor: transparent"]2,70[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]mar[/TD]
[TD="bgcolor: transparent"]1,30[/TD]
[TD="bgcolor: transparent"]6,90[/TD]
[TD="bgcolor: transparent"]1,00[/TD]
[TD="bgcolor: transparent"]2,30[/TD]
[TD="bgcolor: transparent"]0,80[/TD]
[TD="bgcolor: transparent"]1,90[/TD]
[TD="bgcolor: transparent"]1,10[/TD]
[TD="bgcolor: transparent"]3,10[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]feb[/TD]
[TD="bgcolor: transparent"]0,00[/TD]
[TD="bgcolor: transparent"]6,50[/TD]
[TD="bgcolor: transparent"]-0,20[/TD]
[TD="bgcolor: transparent"]2,10[/TD]
[TD="bgcolor: transparent"]0,40[/TD]
[TD="bgcolor: transparent"]2,20[/TD]
[TD="bgcolor: transparent"]0,60[/TD]
[TD="bgcolor: transparent"]2,60[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]jan[/TD]
[TD="bgcolor: transparent"]0,10[/TD]
[TD="bgcolor: transparent"]6,40[/TD]
[TD="bgcolor: transparent"]-0,70[/TD]
[TD="bgcolor: transparent"]2,70[/TD]
[TD="bgcolor: transparent"]-0,50[/TD]
[TD="bgcolor: transparent"]2,40[/TD]
[TD="bgcolor: transparent"]-0,60[/TD]
[TD="bgcolor: transparent"]2,20[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 240"]
<tbody>[TR]
[TD="width: 64, bgcolor: transparent"]Table 2:[/TD]
[TD="width: 64, bgcolor: transparent"][/TD]
[TD="width: 64, bgcolor: transparent"][/TD]
[TD="width: 64, bgcolor: transparent"][/TD]
[TD="width: 64, bgcolor: transparent"][/TD]
[/TR]
[TR]
[TD="bgcolor: transparent, colspan: 2"]Month/Year[/TD]
[TD="width: 192, bgcolor: transparent, colspan: 3"]Sum of monthly inflations for the last 12 months[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent, colspan: 2"]apr.07[/TD]
[TD="bgcolor: transparent, colspan: 3"]RESULT[/TD]
[/TR]
</tbody>[/TABLE]