I posted an early thread, but I think i need to reword the problem. I created code to read in info based on a criteria and print into another sheet. I can't figure out how to put a sum and a count for cretain parts of my criteria. I can't use subtotal wizard because it does not allow both. So -
Criteria Age Amt
A 25 100
A 50 75
Total 2 175
B 35 80
B 60 20
Total 2 100
Currently my macro does not do totals count for age and sum for amount. Is there away to implement it in the code based on my criteria field to count Age and Sum up Amt for each criteria.
Again your Help is Greatly appreciated.
Mark
Criteria Age Amt
A 25 100
A 50 75
Total 2 175
B 35 80
B 60 20
Total 2 100
Currently my macro does not do totals count for age and sum for amount. Is there away to implement it in the code based on my criteria field to count Age and Sum up Amt for each criteria.
Again your Help is Greatly appreciated.
Mark