I need to identify any subtotals that are not zero - would like my macro to subtotal everything, then delete any rows where "total = 0" but not any of the rows that add up to the subtotal...is this possible?
Example:
Profit center Amount
0155 $10
0155 $2
0122 $5
0122 -$5
After Macro (identifies subtotal for 0155 is not zero...deletes other subtotal zero rows):
Profit center Amount
0155 $10
0155 $2
Subtotal 0155 $12
0122 $5
0122 -$5
Bookmarks