CreativeRova
New Member
- Joined
- Dec 12, 2013
- Messages
- 49
Hi,
How can I modify this formula to Count every second row?
=SUMIF(D14:D104,"Combos",(H14:H104))
will also need to complete a second cell with a sum of the in between cells based on the same info in column D.
So below is an example. in C1 I need to sum the Paid amounts when A = Combos. in C2 I need to sum the bonus amount when A = Combos.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Combos Paid[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Combos Bonus[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Tops[/TD]
[TD]Paid[/TD]
[TD]100[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Bonus[/TD]
[TD]50[/TD]
[/TR]
[TR]
[TD]Combos[/TD]
[TD]Paid[/TD]
[TD]200[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Bonus[/TD]
[TD]100[/TD]
[/TR]
</tbody>[/TABLE]
How can I modify this formula to Count every second row?
=SUMIF(D14:D104,"Combos",(H14:H104))
will also need to complete a second cell with a sum of the in between cells based on the same info in column D.
So below is an example. in C1 I need to sum the Paid amounts when A = Combos. in C2 I need to sum the bonus amount when A = Combos.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Combos Paid[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Combos Bonus[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Tops[/TD]
[TD]Paid[/TD]
[TD]100[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Bonus[/TD]
[TD]50[/TD]
[/TR]
[TR]
[TD]Combos[/TD]
[TD]Paid[/TD]
[TD]200[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Bonus[/TD]
[TD]100[/TD]
[/TR]
</tbody>[/TABLE]