I have a "totals" row that currently won't show when the customer filters. I have subtotals in the other columns in the "totals" row that need to show.
So if someone filters on "Dog" I would like the word "Dog" to be in the totals row. Is there some kind of function in excel that can do this?
Code:
Animal No. Time Arr Hrs./Day
Dog 4 9.160 0.042 0.154
Cat 4 9.160 0.004 0.015
Bird 4 9.160 0.042 0.154
Fish 4 9.160 0.004 0.015
Dog 4 9.160 0.042 0.154
Cat 4 9.160 0.004 0.015
Bird 1 6.500 0.490 1.275
Fish 2 9.160 0.025 0.090
Dog 2 6.500 0.490 1.275
Cat 2 9.160 0.025 0.090
Bird 1 6.500 0.490 1.275
Fish 2 9.160 0.049 0.180
Dog 2 9.160 0.049 0.180
Totals
So if someone filters on "Dog" I would like the word "Dog" to be in the totals row. Is there some kind of function in excel that can do this?