Hi all,
I am receiving weekly data which I try to convert to a monthly one. My challenge is to identify cells related to, for example March and sum those in one cell related to March. I know the dates when data is reported ahead of time (e.g. every Friday).
Since dataset will expand in future, manually selecting related cells is cumbersome and can lead to errors.
Example of spreadsheet is attached below:
Thank you for help.
[TABLE="width: 500"]
<tbody>[TR]
[TD]week[/TD]
[TD]Income[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]300[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]6000[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]7[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]8[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 500"]
<tbody>[TR]
[TD]Month[/TD]
[TD]Income[/TD]
[/TR]
[TR]
[TD]January[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]February[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]March[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I am receiving weekly data which I try to convert to a monthly one. My challenge is to identify cells related to, for example March and sum those in one cell related to March. I know the dates when data is reported ahead of time (e.g. every Friday).
Since dataset will expand in future, manually selecting related cells is cumbersome and can lead to errors.
Example of spreadsheet is attached below:
Thank you for help.
[TABLE="width: 500"]
<tbody>[TR]
[TD]week[/TD]
[TD]Income[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]300[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]6000[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]7[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]8[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 500"]
<tbody>[TR]
[TD]Month[/TD]
[TD]Income[/TD]
[/TR]
[TR]
[TD]January[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]February[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]March[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]