Group by ID, Filter by highest date< A1 For each Group, SUMIFS multiple criteria

MikeMotley

New Member
Joined
Jul 13, 2012
Messages
1
I have a growing log of sales activity where each row contains a Sales Stage, a $$ value, a sales rep name, and a date of creation. Each time a sale is progressed to the next stage, a workflow adds another row to the log containing. I want my reporting tool to create a history of "How much $$$ was in sales stage 2 on July 1? July 5? July 10?"
I have come close to what I need with this array formula:

"=MAX(IF(C1:C8=A1,D1:D8))
Where Column C houses the ID, D houses the purchase date and A1 houses the ID."
(thank you Jon)

but that does not filter my table, it only displays a Max date within a group, and I dont always want the max date I will need a history of each workday within the month.
Help!
 

Excel Facts

Repeat Last Command
Pressing F4 adds dollar signs when editing a formula. When not editing, F4 repeats last command.

Forum statistics

Threads
1,215,948
Messages
6,127,871
Members
449,410
Latest member
adunn_23

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