I have the following data set:
<colgroup><col style="width: 46pt; mso-width-source: userset; mso-width-alt: 2230;" width="61"> <col style="width: 48pt;" width="64"> <tbody>
</tbody>
I need 4 formulas to crunch the following stats:
1.) Count the number of cases where the dates in the 2nd column are 2 month's behind the month of today, along with adjacent dates in the 1st column that are 1 month behind the month of today.
2.) Count the number of cases where the dates in the 2nd column are 1 month behind the month of today, along with adjacent dates in the 1st column that are 1 month behind the month of today.
3.) Count the number of cases where the dates in the 2nd column are 2 month's behind the month of today, along with adjacent dates in the 1st column that are blank.
4.) Count the number of cases where the dates in the 2nd column are 1 month behind the month of today, along with adjacent dates in the 1st column that are blank.
Final Submission | Initial Start |
6/5/2014 | 6/3/2014 |
6/19/2014 | 6/13/2014 |
6/26/2014 | 6/2/2014 |
6/26/2014 | 6/2/2014 |
7/17/2014 | 6/17/2014 |
7/14/2014 | 7/14/2014 |
7/2/2014 | 7/2/2014 |
7/24/2014 | 7/2/2014 |
7/30/2014 | 7/2/2014 |
8/5/2014 | 7/29/2014 |
8/22/2014 | 8/15/2014 |
8/22/2014 | 8/13/2014 |
9/2/2014 | |
7/9/2014 | |
6/26/2014 | |
7/23/2014 | |
7/9/2014 | |
7/9/2014 | |
7/29/2014 | |
<colgroup><col style="width: 46pt; mso-width-source: userset; mso-width-alt: 2230;" width="61"> <col style="width: 48pt;" width="64"> <tbody>
</tbody>
I need 4 formulas to crunch the following stats:
1.) Count the number of cases where the dates in the 2nd column are 2 month's behind the month of today, along with adjacent dates in the 1st column that are 1 month behind the month of today.
2.) Count the number of cases where the dates in the 2nd column are 1 month behind the month of today, along with adjacent dates in the 1st column that are 1 month behind the month of today.
3.) Count the number of cases where the dates in the 2nd column are 2 month's behind the month of today, along with adjacent dates in the 1st column that are blank.
4.) Count the number of cases where the dates in the 2nd column are 1 month behind the month of today, along with adjacent dates in the 1st column that are blank.