Hello All, thanks in advance for your help! This may be an easier task than I'm making it out to be , but here's my predicament....
I have sheet1 where I am interested in making calculations over several months for instance:
[TABLE="width: 400"]
<tbody>[TR]
[TD]Account Name[/TD]
[TD]# of 3 over 3 mos[/TD]
[TD]# 3 over 5 mos[/TD]
[/TR]
[TR]
[TD]Happy Account[/TD]
[TD]?[/TD]
[TD]?[/TD]
[/TR]
</tbody>[/TABLE]
The sheet I would be building this table off of is as follows- columns are months
[TABLE="width: 400"]
<tbody>[TR]
[TD]Account Name[/TD]
[TD]oct[/TD]
[TD]nov[/TD]
[TD]dec[/TD]
[TD]jan[/TD]
[TD]feb[/TD]
[/TR]
[TR]
[TD]OK Account[/TD]
[TD]3[/TD]
[TD]3[/TD]
[TD]3[/TD]
[TD]8[/TD]
[TD]6[/TD]
[/TR]
[TR]
[TD]Happy Account[/TD]
[TD]06[/TD]
[TD]5[/TD]
[TD]8[/TD]
[TD]89[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]Thrilled Account[/TD]
[TD]3[/TD]
[TD]8[/TD]
[TD]6[/TD]
[TD]3[/TD]
[TD]8[/TD]
[/TR]
[TR]
[TD]blah Account[/TD]
[TD]3[/TD]
[TD]3[/TD]
[TD]5[/TD]
[TD]2[/TD]
[TD]3[/TD]
[/TR]
</tbody>[/TABLE]
How do I fill in the counts?
I have sheet1 where I am interested in making calculations over several months for instance:
[TABLE="width: 400"]
<tbody>[TR]
[TD]Account Name[/TD]
[TD]# of 3 over 3 mos[/TD]
[TD]# 3 over 5 mos[/TD]
[/TR]
[TR]
[TD]Happy Account[/TD]
[TD]?[/TD]
[TD]?[/TD]
[/TR]
</tbody>[/TABLE]
The sheet I would be building this table off of is as follows- columns are months
[TABLE="width: 400"]
<tbody>[TR]
[TD]Account Name[/TD]
[TD]oct[/TD]
[TD]nov[/TD]
[TD]dec[/TD]
[TD]jan[/TD]
[TD]feb[/TD]
[/TR]
[TR]
[TD]OK Account[/TD]
[TD]3[/TD]
[TD]3[/TD]
[TD]3[/TD]
[TD]8[/TD]
[TD]6[/TD]
[/TR]
[TR]
[TD]Happy Account[/TD]
[TD]06[/TD]
[TD]5[/TD]
[TD]8[/TD]
[TD]89[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]Thrilled Account[/TD]
[TD]3[/TD]
[TD]8[/TD]
[TD]6[/TD]
[TD]3[/TD]
[TD]8[/TD]
[/TR]
[TR]
[TD]blah Account[/TD]
[TD]3[/TD]
[TD]3[/TD]
[TD]5[/TD]
[TD]2[/TD]
[TD]3[/TD]
[/TR]
</tbody>[/TABLE]
How do I fill in the counts?