Hi,
I'm stuck with a particular kind of formula in excel. I'm looking to calculate the average amount of days it takes for a transaction to be completed for each month. I have a sheet listing when all the expressions of interest and the date/time that this occurred and another listing when the transaction was completed with the date/time. Some expressions of interests never pan out, therefore don't appear in the completed transactions.
For example, I have the data
Expression of interest:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Business1[/TD]
[TD]4/4/2019[/TD]
[/TR]
[TR]
[TD]Business2[/TD]
[TD]4/16/2019[/TD]
[/TR]
[TR]
[TD]Business3[/TD]
[TD]4/25/2019[/TD]
[/TR]
[TR]
[TD]Business4[/TD]
[TD]5/1/2019[/TD]
[/TR]
[TR]
[TD]Business5[/TD]
[TD]5/3/2019[/TD]
[/TR]
</tbody>[/TABLE]
Completed transaction:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Business2[/TD]
[TD]4/20/2019[/TD]
[/TR]
[TR]
[TD]Business3[/TD]
[TD]4/27/2019
[/TD]
[/TR]
[TR]
[TD]Business4[/TD]
[TD]5/3/2019[/TD]
[/TR]
</tbody>[/TABLE]
Desired data:
[TABLE="width: 500"]
<tbody>[TR]
[TD]April 2019[/TD]
[TD]=Average days taken to complete transaction in April 2019[/TD]
[/TR]
[TR]
[TD]May 2019[/TD]
[TD]=Average days taken to complete transaction in May 2019[/TD]
[/TR]
</tbody>[/TABLE]
Does anyone have any guidance of how I should approach this?
I'm stuck with a particular kind of formula in excel. I'm looking to calculate the average amount of days it takes for a transaction to be completed for each month. I have a sheet listing when all the expressions of interest and the date/time that this occurred and another listing when the transaction was completed with the date/time. Some expressions of interests never pan out, therefore don't appear in the completed transactions.
For example, I have the data
Expression of interest:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Business1[/TD]
[TD]4/4/2019[/TD]
[/TR]
[TR]
[TD]Business2[/TD]
[TD]4/16/2019[/TD]
[/TR]
[TR]
[TD]Business3[/TD]
[TD]4/25/2019[/TD]
[/TR]
[TR]
[TD]Business4[/TD]
[TD]5/1/2019[/TD]
[/TR]
[TR]
[TD]Business5[/TD]
[TD]5/3/2019[/TD]
[/TR]
</tbody>[/TABLE]
Completed transaction:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Business2[/TD]
[TD]4/20/2019[/TD]
[/TR]
[TR]
[TD]Business3[/TD]
[TD]4/27/2019
[/TD]
[/TR]
[TR]
[TD]Business4[/TD]
[TD]5/3/2019[/TD]
[/TR]
</tbody>[/TABLE]
Desired data:
[TABLE="width: 500"]
<tbody>[TR]
[TD]April 2019[/TD]
[TD]=Average days taken to complete transaction in April 2019[/TD]
[/TR]
[TR]
[TD]May 2019[/TD]
[TD]=Average days taken to complete transaction in May 2019[/TD]
[/TR]
</tbody>[/TABLE]
Does anyone have any guidance of how I should approach this?