I have a user who wants to put in standard subtotals breaking on customer name BUT also wants to display the number of items that subtotal comes from, i.e. ARDEN WINDOWS LTD subtotal of sales is '=SUBTOTAL(9,C88:C93)' in Column C and the heading in Column B is 'ARDEN WINDOWS LTD'. What they also want to be able to see is the number of items that made up those sales. You can enter '= "ARDEN WINDOWS LTD Total " & SUBTOTAL(2,C88:C93) & " Items"' manually to show 'ARDEN WINDOWS LTD Total 6 Items' but is it possible to do this automatically for each subtotal?