I'm not searching correctly, because I'm sure this is answered somewhere...
Simple spreadsheet, the columns are: Customer, Category, Job#, Tons
Sorted on: Customer, Category
Want Tons subtotals for Category and Customer (and a grand total).
I can create a subtotal for one column or the other, but, I can't get subtotals for both columns.
Simple spreadsheet, the columns are: Customer, Category, Job#, Tons
Sorted on: Customer, Category
Want Tons subtotals for Category and Customer (and a grand total).
I can create a subtotal for one column or the other, but, I can't get subtotals for both columns.
Code:
[FONT=Courier New]
Customer Category Job# Tons
ABC Cat1 1 1.1
ABC Cat1 2 0.8
Subtotal Cat1 1.9
ABC Cat2 3 2.0
ABC Cat2 4 1.6
Subtotal Cat2 3.6
Subtotal ABC 5.5
XYZ Cat1 5
{and so on}
[/FONT]