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
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