Hi everyone,
I hope I explain this well, I'm certain many of you will find this soooo easy...., but I need a bit of guidance, please
I have a spreadsheet similar to the one below. Effectively I want to be able to add up the sum of all of the 'level 1' rows in that range (marked in red) and then separately, all of the level 2's (blue) and then 3's and 4's.
[TABLE="width: 500, align: left"]
<tbody>[TR]
[TD]Level[/TD]
[TD]Date 1[/TD]
[TD]Date 2[/TD]
[TD]Date3[/TD]
[TD]Date 4[/TD]
[TD]Date 5[/TD]
[TD]Date 6[/TD]
[TD]Date 7[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]3[/TD]
[TD]
[/TD]
[TD]
[/TD]
[TD]4[/TD]
[TD]
[/TD]
[TD]3[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]2[/TD]
[TD]2[/TD]
[TD]
[/TD]
[TD]
[/TD]
[TD]9[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]2[/TD]
[TD]
[/TD]
[TD]20[/TD]
[TD]20[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD][/TD]
[TD]2[/TD]
[TD][/TD]
[TD][/TD]
[TD]7[/TD]
[TD]
[/TD]
[TD]7[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD][/TD]
[TD][/TD]
[TD]1[/TD]
[TD][/TD]
[TD]2[/TD]
[TD][/TD]
[TD]4[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]1[/TD]
[TD]6[/TD]
[TD][/TD]
[TD][/TD]
[TD]
[/TD]
[TD]5[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]
[/TD]
[TD]
[/TD]
[TD]3[/TD]
[TD]3[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]6[/TD]
[TD]
[/TD]
[TD]
[/TD]
[TD]6[/TD]
[TD]7[/TD]
[TD]
[/TD]
[TD]2[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I think I have to use INDEX and MATCH, but I just can't work out how to get it to add up across the columns.... please point me in the right direction
Thanks in anticipation
I hope I explain this well, I'm certain many of you will find this soooo easy...., but I need a bit of guidance, please
I have a spreadsheet similar to the one below. Effectively I want to be able to add up the sum of all of the 'level 1' rows in that range (marked in red) and then separately, all of the level 2's (blue) and then 3's and 4's.
[TABLE="width: 500, align: left"]
<tbody>[TR]
[TD]Level[/TD]
[TD]Date 1[/TD]
[TD]Date 2[/TD]
[TD]Date3[/TD]
[TD]Date 4[/TD]
[TD]Date 5[/TD]
[TD]Date 6[/TD]
[TD]Date 7[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]3[/TD]
[TD]
[/TD]
[TD]
[/TD]
[TD]4[/TD]
[TD]
[/TD]
[TD]3[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]2[/TD]
[TD]2[/TD]
[TD]
[/TD]
[TD]
[/TD]
[TD]9[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]2[/TD]
[TD]
[/TD]
[TD]20[/TD]
[TD]20[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD][/TD]
[TD]2[/TD]
[TD][/TD]
[TD][/TD]
[TD]7[/TD]
[TD]
[/TD]
[TD]7[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD][/TD]
[TD][/TD]
[TD]1[/TD]
[TD][/TD]
[TD]2[/TD]
[TD][/TD]
[TD]4[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]1[/TD]
[TD]6[/TD]
[TD][/TD]
[TD][/TD]
[TD]
[/TD]
[TD]5[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]
[/TD]
[TD]
[/TD]
[TD]3[/TD]
[TD]3[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]6[/TD]
[TD]
[/TD]
[TD]
[/TD]
[TD]6[/TD]
[TD]7[/TD]
[TD]
[/TD]
[TD]2[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I think I have to use INDEX and MATCH, but I just can't work out how to get it to add up across the columns.... please point me in the right direction
Thanks in anticipation