+ Reply to Thread
Results 1 to 2 of 2

Totaling Columns

  1. #1
    DNA
    Guest

    Totaling Columns

    I need to calc subtotals based on various information with a cell or group
    of cells. This is how it works:

    Column A has a heading of CIF (customer info).
    Column E has a heading for APP type (checking, savings, cd, loans, credit
    reserve).
    Column I is for a subtotal of deposits (i.e., checking + savings + cd)
    and
    Column J is for a subtotal of loans (i.e., loans + credit reserve)

    If a customer has 7 CIF records and within that they have 5 checking
    accounts, 2 savings and 1 cd, I need the deposit total for that; and 2
    loans and 1 credit reserve, I need the loan total for that.

    Keep in mind, if the CIF number changes, do the same for the next CIF
    grouping. OVERALL - total deposit and loans for each group of CIF
    numbers.

    I almost have it, but it's not quite working the way I need.

    Thanks for any help you can provide!



  2. #2
    Bob Phillips
    Guest

    Re: Totaling Columns

    =SUMPRODUCT(--(A2:A10="Bob"),--(B2:B10={"checking","savings","cd"}))

    and

    =SUMPRODUCT(--(A2:A10="Bob"),--(B2:B10={"loans","credit reserve"}))
    --
    HTH

    Bob Phillips

    "DNA" <dnoel@fsgbank.com> wrote in message
    news:89b164c5559478a5c2891554466ea4cd@localhost.talkaboutsoftware.com...
    > I need to calc subtotals based on various information with a cell or group
    > of cells. This is how it works:
    >
    > Column A has a heading of CIF (customer info).
    > Column E has a heading for APP type (checking, savings, cd, loans, credit
    > reserve).
    > Column I is for a subtotal of deposits (i.e., checking + savings + cd)
    > and
    > Column J is for a subtotal of loans (i.e., loans + credit reserve)
    >
    > If a customer has 7 CIF records and within that they have 5 checking
    > accounts, 2 savings and 1 cd, I need the deposit total for that; and 2
    > loans and 1 credit reserve, I need the loan total for that.
    >
    > Keep in mind, if the CIF number changes, do the same for the next CIF
    > grouping. OVERALL - total deposit and loans for each group of CIF
    > numbers.
    >
    > I almost have it, but it's not quite working the way I need.
    >
    > Thanks for any help you can provide!
    >
    >




+ 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