Sum cells only if 6 weeks before todays date

JamesMook

New Member
Joined
Feb 10, 2015
Messages
44
I'm looking for a formula that will sum together cells in a column but only if the data comes from 6 weeks before todays date.

The column with data would be B1:B999
The column with dates would be A1:A999

I'm presuming it would be something like =SUMIF(B1:B999,"<"&TODAY(),A1:A999) however this doesn't specify 6 weeks only. Any one have any ideas?

Thanks
 
Sorry i'm have a monday moment, it would need to sum column J:J

I've actually just figured it out now. I simply dropped the variable of searching for '2015' as the last six weeks formula would erase the need for this.

For anyone who this would help the formuala is below. Thanks to everyone who has helped. Really appreciated

=SUMIFS(RAW!J:J,RAW!I:I,"Joe Bloggs", RAW!A:A,">"&(TODAY()-42)
 
Upvote 0

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)

Forum statistics

Threads
1,223,912
Messages
6,175,340
Members
452,638
Latest member
Oluwabukunmi

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