Sum by financial year

brubru24

New Member
Joined
May 29, 2011
Messages
12
Good morning/evening,

I have a file that shows products in a column. Next to the same individual product column, I have three criteria: unit cost, volume and cost for the period. Then next do it I have the sums of year 1-2-3 and so on and next to that I have the columns showing he monthly numbers for each criteria mentioned above.

In a second sheet, I would like some help with a formula that returns the financial year sum of the cost per period criteria. Below is a screen shot


http://tinypic.com/r/2djaz2g/9

http://tinypic.com/r/otn4ok/9





Thank you in advance for you help

Bruno
 

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney
Hi Bruno,

try the sumifs formula, e.g.:
=SUMIFS(B7:S7,B3:S3,">="&DATE(2018,1,1),B3:S3,"<"&DATE(2019,1,1))

Cheers,

Koen
 
Upvote 0

Forum statistics

Threads
1,215,467
Messages
6,124,984
Members
449,201
Latest member
Lunzwe73

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top