Hi all,
I'm looking for a formula to find the number of days within a date range, but only for a specific month (in this case, July):
[TABLE="class: grid, width: 500, align: center"]
<tbody>[TR]
[TD]Start Date[/TD]
[TD]End Date[/TD]
[TD]Expected
Result (days)[/TD]
[/TR]
[TR]
[TD]28/06/2019[/TD]
[TD]27/08/2019[/TD]
[TD]31[/TD]
[/TR]
[TR]
[TD]15/07/2019[/TD]
[TD]15/10/2019[/TD]
[TD]17[/TD]
[/TR]
[TR]
[TD]01/03/2019[/TD]
[TD]10/07/2019[/TD]
[TD]10[/TD]
[/TR]
</tbody>[/TABLE]
In this instance I'm only looking for the number of days in July, but this will change and I would like to easily change the formula to suit other months.
Thanks in advance.
I'm looking for a formula to find the number of days within a date range, but only for a specific month (in this case, July):
[TABLE="class: grid, width: 500, align: center"]
<tbody>[TR]
[TD]Start Date[/TD]
[TD]End Date[/TD]
[TD]Expected
Result (days)[/TD]
[/TR]
[TR]
[TD]28/06/2019[/TD]
[TD]27/08/2019[/TD]
[TD]31[/TD]
[/TR]
[TR]
[TD]15/07/2019[/TD]
[TD]15/10/2019[/TD]
[TD]17[/TD]
[/TR]
[TR]
[TD]01/03/2019[/TD]
[TD]10/07/2019[/TD]
[TD]10[/TD]
[/TR]
</tbody>[/TABLE]
In this instance I'm only looking for the number of days in July, but this will change and I would like to easily change the formula to suit other months.
Thanks in advance.