Hi,
Am after a simple formula for counting the numbers of instances a date falls in the previous six months.
For example, I may have data that shows:
[TABLE="width: 119"]
<colgroup><col></colgroup><tbody>[TR]
[TD="align: right"]16/04/2014[/TD]
[/TR]
[TR]
[TD="align: right"]18/02/2013[/TD]
[/TR]
[TR]
[TD="align: right"]31/01/2014[/TD]
[/TR]
[TR]
[TD="align: right"]04/02/2015[/TD]
[/TR]
[TR]
[TD="align: right"]15/09/2014[/TD]
[/TR]
[TR]
[TD="align: right"]03/01/2013[/TD]
[/TR]
[TR]
[TD="align: right"]11/02/2015[/TD]
[/TR]
[TR]
[TD="align: right"]27/08/2014[/TD]
[/TR]
[TR]
[TD="align: right"]01/10/2015[/TD]
[/TR]
[TR]
[TD="align: right"]12/04/2011[/TD]
[/TR]
[TR]
[TD="align: right"]24/06/2015[/TD]
[/TR]
[TR]
[TD="align: right"]00/01/1900[/TD]
[/TR]
[TR]
[TD="align: right"]27/02/2015
13/10/2015[/TD]
[/TR]
</tbody>[/TABLE]
I want to count the number of times a date appears in the previous six months (from date of running the report). Assuming I ran the report on 13/10/2015, it should return a result of '3'.
Any assistance appreciated.
Thanks,
Shaun.
Am after a simple formula for counting the numbers of instances a date falls in the previous six months.
For example, I may have data that shows:
[TABLE="width: 119"]
<colgroup><col></colgroup><tbody>[TR]
[TD="align: right"]16/04/2014[/TD]
[/TR]
[TR]
[TD="align: right"]18/02/2013[/TD]
[/TR]
[TR]
[TD="align: right"]31/01/2014[/TD]
[/TR]
[TR]
[TD="align: right"]04/02/2015[/TD]
[/TR]
[TR]
[TD="align: right"]15/09/2014[/TD]
[/TR]
[TR]
[TD="align: right"]03/01/2013[/TD]
[/TR]
[TR]
[TD="align: right"]11/02/2015[/TD]
[/TR]
[TR]
[TD="align: right"]27/08/2014[/TD]
[/TR]
[TR]
[TD="align: right"]01/10/2015[/TD]
[/TR]
[TR]
[TD="align: right"]12/04/2011[/TD]
[/TR]
[TR]
[TD="align: right"]24/06/2015[/TD]
[/TR]
[TR]
[TD="align: right"]00/01/1900[/TD]
[/TR]
[TR]
[TD="align: right"]27/02/2015
13/10/2015[/TD]
[/TR]
</tbody>[/TABLE]
I want to count the number of times a date appears in the previous six months (from date of running the report). Assuming I ran the report on 13/10/2015, it should return a result of '3'.
Any assistance appreciated.
Thanks,
Shaun.