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?
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?
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?
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?
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks