Something Like - SUMIF

RetroMe

New Member
Joined
Oct 2, 2009
Messages
48
Hi All,

I am trying to find a formula that will add the total costs of customers purchases between two given dates.

I have a list of 10,000 transactions from about 150 customers.

I used a SUMIF to calculate the total spending of customers but I cannot get the total costs between two dates.

Hope I have provided enough info for someone to be able to assist.

Thanks in advance.

Alex
 

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple
Which version of Excel do you have? In Excel 2007 or later versions you can use SUMIFS function (with an "S" on the end), i.e.

=SUMIFS(Values,Dates,">="&Date1,Dates,"<="&Date2)

or in earlier versions

=SUMPRODUCT(Values,(Dates>=Date1)*(Dates<=Date2))
 
Upvote 0

Forum statistics

Threads
1,224,520
Messages
6,179,270
Members
452,902
Latest member
Knuddeluff

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