Hello,
I am trying to put together a formula that will take into account cc type as well as a date range to total up a sum for a summary page.
[TABLE="width: 371"]
<tbody>[TR]
[TD]Card Type[/TD]
[TD] Settle Date[/TD]
[TD]Batch No.[/TD]
[TD]Items[/TD]
[TD]Sales Amount[/TD]
[/TR]
[TR]
[TD]MC[/TD]
[TD]04/28/2017[/TD]
[TD]10[/TD]
[TD]2.00[/TD]
[TD]$172.96[/TD]
[/TR]
[TR]
[TD]VI[/TD]
[TD]04/28/2017[/TD]
[TD]10[/TD]
[TD]1.00[/TD]
[TD]$83.15[/TD]
[/TR]
[TR]
[TD]VI[/TD]
[TD]04/29/2017[/TD]
[TD]11[/TD]
[TD]2.00[/TD]
[TD]$251.98[/TD]
[/TR]
[TR]
[TD]MC[/TD]
[TD]04/30/2017[/TD]
[TD]12[/TD]
[TD]1.00[/TD]
[TD]$41.53[/TD]
[/TR]
[TR]
[TD]VI[/TD]
[TD]04/30/2017[/TD]
[TD]12[/TD]
[TD]5.00[/TD]
[TD]$3,264.79[/TD]
[/TR]
[TR]
[TD]MC[/TD]
[TD]05/01/2017[/TD]
[TD]13[/TD]
[TD]2.00[/TD]
[TD]$3,470.33[/TD]
[/TR]
[TR]
[TD]VI[/TD]
[TD]05/01/2017[/TD]
[TD]13[/TD]
[TD]1.00[/TD]
[TD]$90.60[/TD]
[/TR]
[TR]
[TD]MC[/TD]
[TD]05/02/2017[/TD]
[TD]14[/TD]
[TD]1.00[/TD]
[TD]$167.94[/TD]
[/TR]
[TR]
[TD]VI[/TD]
[TD]05/02/2017[/TD]
[TD]14[/TD]
[TD]1.00[/TD]
[TD]$110.36[/TD]
[/TR]
</tbody><colgroup><col><col><col><col><col></colgroup>[/TABLE]
What formula would I use if I want to only pull MC for dates between 4/28 & 5/1?
I am trying to put together a formula that will take into account cc type as well as a date range to total up a sum for a summary page.
[TABLE="width: 371"]
<tbody>[TR]
[TD]Card Type[/TD]
[TD] Settle Date[/TD]
[TD]Batch No.[/TD]
[TD]Items[/TD]
[TD]Sales Amount[/TD]
[/TR]
[TR]
[TD]MC[/TD]
[TD]04/28/2017[/TD]
[TD]10[/TD]
[TD]2.00[/TD]
[TD]$172.96[/TD]
[/TR]
[TR]
[TD]VI[/TD]
[TD]04/28/2017[/TD]
[TD]10[/TD]
[TD]1.00[/TD]
[TD]$83.15[/TD]
[/TR]
[TR]
[TD]VI[/TD]
[TD]04/29/2017[/TD]
[TD]11[/TD]
[TD]2.00[/TD]
[TD]$251.98[/TD]
[/TR]
[TR]
[TD]MC[/TD]
[TD]04/30/2017[/TD]
[TD]12[/TD]
[TD]1.00[/TD]
[TD]$41.53[/TD]
[/TR]
[TR]
[TD]VI[/TD]
[TD]04/30/2017[/TD]
[TD]12[/TD]
[TD]5.00[/TD]
[TD]$3,264.79[/TD]
[/TR]
[TR]
[TD]MC[/TD]
[TD]05/01/2017[/TD]
[TD]13[/TD]
[TD]2.00[/TD]
[TD]$3,470.33[/TD]
[/TR]
[TR]
[TD]VI[/TD]
[TD]05/01/2017[/TD]
[TD]13[/TD]
[TD]1.00[/TD]
[TD]$90.60[/TD]
[/TR]
[TR]
[TD]MC[/TD]
[TD]05/02/2017[/TD]
[TD]14[/TD]
[TD]1.00[/TD]
[TD]$167.94[/TD]
[/TR]
[TR]
[TD]VI[/TD]
[TD]05/02/2017[/TD]
[TD]14[/TD]
[TD]1.00[/TD]
[TD]$110.36[/TD]
[/TR]
</tbody><colgroup><col><col><col><col><col></colgroup>[/TABLE]
What formula would I use if I want to only pull MC for dates between 4/28 & 5/1?