+ Reply to Thread
Results 1 to 2 of 2

Subtotals feature

Hybrid View

Guest Subtotals feature 08-16-2005, 02:05 PM
Guest Re: Subtotals feature 08-16-2005, 07:05 PM
  1. #1
    StephanieH
    Guest

    Subtotals feature

    Excel 2000

    I have a table with column headings Agency, Account and Balance. When I use
    the Subtotal feature
    "At each change in Agency, sum Balance" and "At each change in Agency, count
    Account" It places he count and balance sum on different rows. I'd like to
    have them side by side, but I don't see a way to do it.

    I've also tried "At each change in Agency, sum Account and Balance" then
    changed to Sum to Count. However, I always end up with 1 more record than
    actually exists.

    Is there a way to force the Subtotal feature to place both the Count and Sum
    on the same row?


  2. #2
    Dave Peterson
    Guest

    Re: Subtotals feature

    Do it just one time, but include both Account and Balance.

    Use sum for the function.

    After you do it, you'll notice that the =subtotal() formula looks like:

    =subtotal(9,b2:b9)

    Now you can change the sum to Count for the Balance column.

    Select that column (C???)
    edit|replace
    what: subtotal(9,
    with: subtotal(3,
    replace all

    or maybe:
    with: subtotal(2,

    the 9 means sum, 3 means CountA and 2 means Count.

    (Excel's help will give you all those options.)





    StephanieH wrote:
    >
    > Excel 2000
    >
    > I have a table with column headings Agency, Account and Balance. When I use
    > the Subtotal feature
    > "At each change in Agency, sum Balance" and "At each change in Agency, count
    > Account" It places he count and balance sum on different rows. I'd like to
    > have them side by side, but I don't see a way to do it.
    >
    > I've also tried "At each change in Agency, sum Account and Balance" then
    > changed to Sum to Count. However, I always end up with 1 more record than
    > actually exists.
    >
    > Is there a way to force the Subtotal feature to place both the Count and Sum
    > on the same row?


    --

    Dave Peterson

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1