Hi everyone, I have an excel problem that I am stuck on, appreciate any help!
Goal: To identify the total sum of each company in a specific stage based on a Date criteria. For example:
[TABLE="width: 472"]
<colgroup><col span="4"></colgroup><tbody>[TR]
[TD]Client[/TD]
[TD]Action Date[/TD]
[TD]Stage[/TD]
[TD]Amount[/TD]
[/TR]
[TR]
[TD]Company A[/TD]
[TD]1/1/2019[/TD]
[TD]1[/TD]
[TD]$100[/TD]
[/TR]
[TR]
[TD]Company A[/TD]
[TD]3/1/2019[/TD]
[TD]2[/TD]
[TD]$100[/TD]
[/TR]
[TR]
[TD]Company A[/TD]
[TD]5/1/2019[/TD]
[TD]3[/TD]
[TD]$100[/TD]
[/TR]
[TR]
[TD]Company A[/TD]
[TD]8/1/2019[/TD]
[TD]4[/TD]
[TD]$100[/TD]
[/TR]
[TR]
[TD]Company B[/TD]
[TD]2/1/2019[/TD]
[TD]1[/TD]
[TD]$500[/TD]
[/TR]
[TR]
[TD]Company B[/TD]
[TD]2/24/2019[/TD]
[TD]2[/TD]
[TD]$500[/TD]
[/TR]
[TR]
[TD]Company B[/TD]
[TD]5/5/2019[/TD]
[TD]3[/TD]
[TD]$500[/TD]
[/TR]
[TR]
[TD]Company B[/TD]
[TD]7/5/2019[/TD]
[TD]4[/TD]
[TD]$500[/TD]
[/TR]
[TR]
[TD]Company B[/TD]
[TD]8/1/2019[/TD]
[TD]5[/TD]
[TD]$500[/TD]
[/TR]
[TR]
[TD]Company C[/TD]
[TD]6/1/2019[/TD]
[TD]1[/TD]
[TD]$200[/TD]
[/TR]
[TR]
[TD]Company C[/TD]
[TD]6/25/2019[/TD]
[TD]2[/TD]
[TD]$200[/TD]
[/TR]
[TR]
[TD]Company C[/TD]
[TD]9/1/2019[/TD]
[TD]1[/TD]
[TD]$200[/TD]
[/TR]
</tbody>[/TABLE]
Desired Results:
Stage 4/15/2019 7/1/2019 10/1/2019
1 $0 $0 $200
2 $600 $200 $0
3 $0 $600 $0
4 $0 $0 $100
5 $0 $0 $500
In summary, the value of each Company should only be counted once based on the highest Stage that the Company is in based on the Date or period in time that I am looking at. I tried moving the data around, or using a Max function to pick up the highest date under the Action Date, but then I run into the issue of having multiple Company names, etc etc that limits me. Essentially I want excel to pick up the very latest Action Date that is less than the Date I am looking at and tell me the dollar amount in that current stage. As shown above, if I want to see what the value is by each current Stage as of 4/15/2019, then Company A has $100 in Stage 2, and Company B has $500 in Stage 2. If anyone has any advice on how to achieve this, I'd deeply appreciate it. Thank you all!
[TABLE="width: 421"]
<colgroup><col><col span="3"></colgroup><tbody>[TR]
[TD][/TD]
[TD][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[/TR]
</tbody>[/TABLE]
Goal: To identify the total sum of each company in a specific stage based on a Date criteria. For example:
[TABLE="width: 472"]
<colgroup><col span="4"></colgroup><tbody>[TR]
[TD]Client[/TD]
[TD]Action Date[/TD]
[TD]Stage[/TD]
[TD]Amount[/TD]
[/TR]
[TR]
[TD]Company A[/TD]
[TD]1/1/2019[/TD]
[TD]1[/TD]
[TD]$100[/TD]
[/TR]
[TR]
[TD]Company A[/TD]
[TD]3/1/2019[/TD]
[TD]2[/TD]
[TD]$100[/TD]
[/TR]
[TR]
[TD]Company A[/TD]
[TD]5/1/2019[/TD]
[TD]3[/TD]
[TD]$100[/TD]
[/TR]
[TR]
[TD]Company A[/TD]
[TD]8/1/2019[/TD]
[TD]4[/TD]
[TD]$100[/TD]
[/TR]
[TR]
[TD]Company B[/TD]
[TD]2/1/2019[/TD]
[TD]1[/TD]
[TD]$500[/TD]
[/TR]
[TR]
[TD]Company B[/TD]
[TD]2/24/2019[/TD]
[TD]2[/TD]
[TD]$500[/TD]
[/TR]
[TR]
[TD]Company B[/TD]
[TD]5/5/2019[/TD]
[TD]3[/TD]
[TD]$500[/TD]
[/TR]
[TR]
[TD]Company B[/TD]
[TD]7/5/2019[/TD]
[TD]4[/TD]
[TD]$500[/TD]
[/TR]
[TR]
[TD]Company B[/TD]
[TD]8/1/2019[/TD]
[TD]5[/TD]
[TD]$500[/TD]
[/TR]
[TR]
[TD]Company C[/TD]
[TD]6/1/2019[/TD]
[TD]1[/TD]
[TD]$200[/TD]
[/TR]
[TR]
[TD]Company C[/TD]
[TD]6/25/2019[/TD]
[TD]2[/TD]
[TD]$200[/TD]
[/TR]
[TR]
[TD]Company C[/TD]
[TD]9/1/2019[/TD]
[TD]1[/TD]
[TD]$200[/TD]
[/TR]
</tbody>[/TABLE]
Desired Results:
Stage 4/15/2019 7/1/2019 10/1/2019
1 $0 $0 $200
2 $600 $200 $0
3 $0 $600 $0
4 $0 $0 $100
5 $0 $0 $500
In summary, the value of each Company should only be counted once based on the highest Stage that the Company is in based on the Date or period in time that I am looking at. I tried moving the data around, or using a Max function to pick up the highest date under the Action Date, but then I run into the issue of having multiple Company names, etc etc that limits me. Essentially I want excel to pick up the very latest Action Date that is less than the Date I am looking at and tell me the dollar amount in that current stage. As shown above, if I want to see what the value is by each current Stage as of 4/15/2019, then Company A has $100 in Stage 2, and Company B has $500 in Stage 2. If anyone has any advice on how to achieve this, I'd deeply appreciate it. Thank you all!
[TABLE="width: 421"]
<colgroup><col><col span="3"></colgroup><tbody>[TR]
[TD][/TD]
[TD][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[/TR]
</tbody>[/TABLE]