Developing SUMIF formula's over multiple varients

jimmybangs

New Member
Joined
Nov 28, 2008
Messages
36
Hi,

A while back I asked about the SUMIF function which was really useful.

I am looking to build on this original formula but neither the SUMIF or SUMIFS formulas are working...here what it is:

<a href="http://www.flickr.com/photos/26865396@N07/6185222707/" title="Example by beckscanvas, on Flickr"><img src="http://farm7.static.flickr.com/6167/6185222707_52d0ddc325.jpg" width="367" height="500" alt="Example"></a>

I am looking to create a formula that will all up the figures based on the criteria within a specific date range - for example by selecting Company A and Workshop in Feb 2011 it will retrun £1678.75

Anybody got any ideas - I've also tried IF functions within SUM functions but can't get it to work.

CHeers,
James
 

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
Hello James, You can use SUMIFS like this:

=SUMIFS(D$2:D$25,A$2:A$25,F2,B$2:B$25,G2,C$2:C$25,">="&H2,C$2:C$25,"<="&EOMONTH(H$2,0))

where F2:H2 contain the criteria, "Company A", "workshop", 1-Feb-2011
 
Upvote 0

Forum statistics

Threads
1,224,552
Messages
6,179,486
Members
452,917
Latest member
MrsMSalt

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