I'm looking for a subtotal equation that I can use that sums a total column when filtered based on a criteria (sumif) for tbd. I'm currently using the following equation........=sumif($A:$A,"tbd*",B:B). The table below shows what I have when a filter is in place. Three names pop up when the filter is in place, however I need to find the total for tbd. What subtotal equation can I use to find the total for tbd when a filter is in place? The output should be tbd=1.
[TABLE="width: 150, align: left"]
<tbody>[TR]
[TD]Name[/TD]
[TD="align: center"]Total[/TD]
[/TR]
[TR]
[TD]John
[/TD]
[TD="align: center"]1[/TD]
[/TR]
[TR]
[TD]tbd[/TD]
[TD="align: center"]1[/TD]
[/TR]
[TR]
[TD]Rick[/TD]
[TD="align: center"]1[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 150, align: left"]
<tbody>[TR]
[TD]Name[/TD]
[TD="align: center"]Total[/TD]
[/TR]
[TR]
[TD]John
[/TD]
[TD="align: center"]1[/TD]
[/TR]
[TR]
[TD]tbd[/TD]
[TD="align: center"]1[/TD]
[/TR]
[TR]
[TD]Rick[/TD]
[TD="align: center"]1[/TD]
[/TR]
</tbody>[/TABLE]