Sub total formual

R

Rufolf Wilmes

Hallo

Is there a way to add a formula that uses the subtotals
calculated by the subtotal function
Exampel:
Selection.Subtotal GroupBy:=1, Function:=xlSum,
TotalList:=Array(7, 8, 11, _
12), Replace:=True, PageBreaks:=False,
SummaryBelowData:=True
And then have Sums of 7,8 divided and the result given in
9
 
Top