djmixer135
New Member
- Joined
- Nov 19, 2018
- Messages
- 13
Hi there,
[TABLE="width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Submitted[/TD]
[TD]Assessed[/TD]
[/TR]
[TR]
[TD]Bob[/TD]
[TD]01/01/2019[/TD]
[TD]05/01/2019[/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD]01/01/2019[/TD]
[TD]31/01/2019[/TD]
[/TR]
[TR]
[TD]Fred[/TD]
[TD]01/01/2019[/TD]
[TD]20/02/2019[/TD]
[/TR]
</tbody>[/TABLE]
I'm looking to use SUMPRODUCT function to count the number of records in the table above where the date difference between column B and C is less than 10 days. In the example above, the SUMPRODUCT formula should return a value of 1.
Please advise as to what the formula would look like for this.
Many thanks!
[TABLE="width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Submitted[/TD]
[TD]Assessed[/TD]
[/TR]
[TR]
[TD]Bob[/TD]
[TD]01/01/2019[/TD]
[TD]05/01/2019[/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD]01/01/2019[/TD]
[TD]31/01/2019[/TD]
[/TR]
[TR]
[TD]Fred[/TD]
[TD]01/01/2019[/TD]
[TD]20/02/2019[/TD]
[/TR]
</tbody>[/TABLE]
I'm looking to use SUMPRODUCT function to count the number of records in the table above where the date difference between column B and C is less than 10 days. In the example above, the SUMPRODUCT formula should return a value of 1.
Please advise as to what the formula would look like for this.
Many thanks!