[TABLE="width: 500"]
<tbody>[TR]
[TD]Order Date[/TD]
[TD]Type[/TD]
[TD]Order Status[/TD]
[TD]Cost[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2019-07-01[/TD]
[TD]Bulk[/TD]
[TD]Completed[/TD]
[TD]$5[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2019-07-09[/TD]
[TD]Parcel[/TD]
[TD]Shipped[/TD]
[TD]$7[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I need to figure out the weekly shipping costs for Parcel packages. At the moment I'm doing it manually because I can't figure out how to write a sumif statement with a range of dates.
This sheet has about 100K rows, so it's quite extensive. I want to see everything for 7 days, week ending Sun, that is Type = Parcel, Order Status = Completed, and I want the total Cost for that.
Can anyone advise?
Thanks!
<tbody>[TR]
[TD]Order Date[/TD]
[TD]Type[/TD]
[TD]Order Status[/TD]
[TD]Cost[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2019-07-01[/TD]
[TD]Bulk[/TD]
[TD]Completed[/TD]
[TD]$5[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2019-07-09[/TD]
[TD]Parcel[/TD]
[TD]Shipped[/TD]
[TD]$7[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I need to figure out the weekly shipping costs for Parcel packages. At the moment I'm doing it manually because I can't figure out how to write a sumif statement with a range of dates.
This sheet has about 100K rows, so it's quite extensive. I want to see everything for 7 days, week ending Sun, that is Type = Parcel, Order Status = Completed, and I want the total Cost for that.
Can anyone advise?
Thanks!