Closed Thread
Results 1 to 3 of 3

Sub total data by year

  1. #1
    Trond
    Guest

    Sub total data by year

    I have a sheet with about 3000 rows for claim data. Column B shows Date,
    Column C shows amount. The date range spans many years. I want to sub-total
    amount per callendar year. I tried SUMIF but could not make it work. Any
    ideas?

  2. #2
    David Billigmeier
    Guest

    RE: Sub total data by year

    Just need to specify a year_num in the following formula:

    =SUMPRODUCT(--(YEAR(B1:B3000)=year_num),C1:C3000)

    --
    Regards,
    Dave


    "Trond" wrote:

    > I have a sheet with about 3000 rows for claim data. Column B shows Date,
    > Column C shows amount. The date range spans many years. I want to sub-total
    > amount per callendar year. I tried SUMIF but could not make it work. Any
    > ideas?


  3. #3
    Trond
    Guest

    RE: Sub total data by year

    Amazing! How simple when you know what to do. Thank you very much.

    Regards,

    Trond

    "David Billigmeier" wrote:

    > Just need to specify a year_num in the following formula:
    >
    > =SUMPRODUCT(--(YEAR(B1:B3000)=year_num),C1:C3000)
    >
    > --
    > Regards,
    > Dave
    >
    >
    > "Trond" wrote:
    >
    > > I have a sheet with about 3000 rows for claim data. Column B shows Date,
    > > Column C shows amount. The date range spans many years. I want to sub-total
    > > amount per callendar year. I tried SUMIF but could not make it work. Any
    > > ideas?


Closed 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