I'm using the subtotal function under data to total a buch of columns. However, I want the name to show in the same row as the subtotal column. Below is an example:
Company Item Name Store Units Cost
TAR 111 Jason 5 6 $4
TAR 111 Jason 13 3 $2
sub tot. line - 18 9 $6
I want the name to show up on the subtotal line as well? The name will always be the same because I've sorted by Item and getting subtotals at change in item. Thanks.
Company Item Name Store Units Cost
TAR 111 Jason 5 6 $4
TAR 111 Jason 13 3 $2
sub tot. line - 18 9 $6
I want the name to show up on the subtotal line as well? The name will always be the same because I've sorted by Item and getting subtotals at change in item. Thanks.