I have the following data set:
[TABLE="width: 94"]
<colgroup><col style="width: 46pt; mso-width-source: userset; mso-width-alt: 2230;" width="61"> <col style="width: 48pt;" width="64"> <tbody>[TR]
[TD="class: xl78, width: 61, bgcolor: #974706"]Final Submission[/TD]
[TD="class: xl79, width: 64, bgcolor: transparent"]Initial Start[/TD]
[/TR]
[TR]
[TD="class: xl80, bgcolor: transparent"]6/5/2014[/TD]
[TD="class: xl81, bgcolor: transparent, align: right"]6/3/2014[/TD]
[/TR]
[TR]
[TD="class: xl80, bgcolor: transparent"]6/19/2014[/TD]
[TD="class: xl81, bgcolor: transparent, align: right"]6/13/2014[/TD]
[/TR]
[TR]
[TD="class: xl80, bgcolor: transparent"]6/26/2014[/TD]
[TD="class: xl81, bgcolor: transparent, align: right"]6/2/2014[/TD]
[/TR]
[TR]
[TD="class: xl80, bgcolor: transparent"]6/26/2014[/TD]
[TD="class: xl81, bgcolor: transparent, align: right"]6/2/2014[/TD]
[/TR]
[TR]
[TD="class: xl80, bgcolor: transparent"]7/17/2014[/TD]
[TD="class: xl81, bgcolor: transparent, align: right"]6/17/2014[/TD]
[/TR]
[TR]
[TD="class: xl80, bgcolor: transparent"]7/14/2014[/TD]
[TD="class: xl81, bgcolor: transparent, align: right"]7/14/2014[/TD]
[/TR]
[TR]
[TD="class: xl80, bgcolor: transparent"]7/2/2014[/TD]
[TD="class: xl81, bgcolor: transparent, align: right"]7/2/2014[/TD]
[/TR]
[TR]
[TD="class: xl80, bgcolor: transparent"]7/24/2014[/TD]
[TD="class: xl81, bgcolor: transparent, align: right"]7/2/2014[/TD]
[/TR]
[TR]
[TD="class: xl80, bgcolor: transparent"]7/30/2014[/TD]
[TD="class: xl81, bgcolor: transparent, align: right"]7/2/2014[/TD]
[/TR]
[TR]
[TD="class: xl80, bgcolor: transparent"]8/5/2014[/TD]
[TD="class: xl81, bgcolor: transparent, align: right"]7/29/2014[/TD]
[/TR]
[TR]
[TD="class: xl80, bgcolor: transparent"]8/22/2014[/TD]
[TD="class: xl81, bgcolor: transparent, align: right"]8/15/2014[/TD]
[/TR]
[TR]
[TD="class: xl80, bgcolor: transparent"]8/22/2014[/TD]
[TD="class: xl81, bgcolor: transparent, align: right"]8/13/2014[/TD]
[/TR]
[TR]
[TD="class: xl75, bgcolor: transparent"] [/TD]
[TD="class: xl81, bgcolor: transparent, align: right"]9/2/2014[/TD]
[/TR]
[TR]
[TD="class: xl75, bgcolor: transparent"] [/TD]
[TD="class: xl81, bgcolor: transparent, align: right"]7/9/2014[/TD]
[/TR]
[TR]
[TD="class: xl75, bgcolor: transparent"] [/TD]
[TD="class: xl81, bgcolor: transparent, align: right"]6/26/2014[/TD]
[/TR]
[TR]
[TD="class: xl75, bgcolor: transparent"] [/TD]
[TD="class: xl81, bgcolor: transparent"] [/TD]
[/TR]
[TR]
[TD="class: xl75, bgcolor: transparent"] [/TD]
[TD="class: xl81, bgcolor: transparent, align: right"]7/23/2014[/TD]
[/TR]
[TR]
[TD="class: xl75, bgcolor: transparent"] [/TD]
[TD="class: xl81, bgcolor: transparent, align: right"]7/9/2014[/TD]
[/TR]
[TR]
[TD="class: xl75, bgcolor: transparent"] [/TD]
[TD="class: xl81, bgcolor: transparent, align: right"]7/9/2014[/TD]
[/TR]
[TR]
[TD="class: xl75, bgcolor: transparent"] [/TD]
[TD="class: xl81, bgcolor: transparent, align: right"]7/29/2014[/TD]
[/TR]
[TR]
[TD="class: xl75, bgcolor: transparent"] [/TD]
[TD="class: xl81, bgcolor: transparent"] [/TD]
[/TR]
[TR]
[TD="class: xl75, bgcolor: transparent"] [/TD]
[TD="class: xl81, bgcolor: transparent"] [/TD]
[/TR]
[TR]
[TD="class: xl75, bgcolor: transparent"] [/TD]
[TD="class: xl81, bgcolor: transparent"] [/TD]
[/TR]
</tbody>[/TABLE]
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.
[TABLE="width: 94"]
<colgroup><col style="width: 46pt; mso-width-source: userset; mso-width-alt: 2230;" width="61"> <col style="width: 48pt;" width="64"> <tbody>[TR]
[TD="class: xl78, width: 61, bgcolor: #974706"]Final Submission[/TD]
[TD="class: xl79, width: 64, bgcolor: transparent"]Initial Start[/TD]
[/TR]
[TR]
[TD="class: xl80, bgcolor: transparent"]6/5/2014[/TD]
[TD="class: xl81, bgcolor: transparent, align: right"]6/3/2014[/TD]
[/TR]
[TR]
[TD="class: xl80, bgcolor: transparent"]6/19/2014[/TD]
[TD="class: xl81, bgcolor: transparent, align: right"]6/13/2014[/TD]
[/TR]
[TR]
[TD="class: xl80, bgcolor: transparent"]6/26/2014[/TD]
[TD="class: xl81, bgcolor: transparent, align: right"]6/2/2014[/TD]
[/TR]
[TR]
[TD="class: xl80, bgcolor: transparent"]6/26/2014[/TD]
[TD="class: xl81, bgcolor: transparent, align: right"]6/2/2014[/TD]
[/TR]
[TR]
[TD="class: xl80, bgcolor: transparent"]7/17/2014[/TD]
[TD="class: xl81, bgcolor: transparent, align: right"]6/17/2014[/TD]
[/TR]
[TR]
[TD="class: xl80, bgcolor: transparent"]7/14/2014[/TD]
[TD="class: xl81, bgcolor: transparent, align: right"]7/14/2014[/TD]
[/TR]
[TR]
[TD="class: xl80, bgcolor: transparent"]7/2/2014[/TD]
[TD="class: xl81, bgcolor: transparent, align: right"]7/2/2014[/TD]
[/TR]
[TR]
[TD="class: xl80, bgcolor: transparent"]7/24/2014[/TD]
[TD="class: xl81, bgcolor: transparent, align: right"]7/2/2014[/TD]
[/TR]
[TR]
[TD="class: xl80, bgcolor: transparent"]7/30/2014[/TD]
[TD="class: xl81, bgcolor: transparent, align: right"]7/2/2014[/TD]
[/TR]
[TR]
[TD="class: xl80, bgcolor: transparent"]8/5/2014[/TD]
[TD="class: xl81, bgcolor: transparent, align: right"]7/29/2014[/TD]
[/TR]
[TR]
[TD="class: xl80, bgcolor: transparent"]8/22/2014[/TD]
[TD="class: xl81, bgcolor: transparent, align: right"]8/15/2014[/TD]
[/TR]
[TR]
[TD="class: xl80, bgcolor: transparent"]8/22/2014[/TD]
[TD="class: xl81, bgcolor: transparent, align: right"]8/13/2014[/TD]
[/TR]
[TR]
[TD="class: xl75, bgcolor: transparent"] [/TD]
[TD="class: xl81, bgcolor: transparent, align: right"]9/2/2014[/TD]
[/TR]
[TR]
[TD="class: xl75, bgcolor: transparent"] [/TD]
[TD="class: xl81, bgcolor: transparent, align: right"]7/9/2014[/TD]
[/TR]
[TR]
[TD="class: xl75, bgcolor: transparent"] [/TD]
[TD="class: xl81, bgcolor: transparent, align: right"]6/26/2014[/TD]
[/TR]
[TR]
[TD="class: xl75, bgcolor: transparent"] [/TD]
[TD="class: xl81, bgcolor: transparent"] [/TD]
[/TR]
[TR]
[TD="class: xl75, bgcolor: transparent"] [/TD]
[TD="class: xl81, bgcolor: transparent, align: right"]7/23/2014[/TD]
[/TR]
[TR]
[TD="class: xl75, bgcolor: transparent"] [/TD]
[TD="class: xl81, bgcolor: transparent, align: right"]7/9/2014[/TD]
[/TR]
[TR]
[TD="class: xl75, bgcolor: transparent"] [/TD]
[TD="class: xl81, bgcolor: transparent, align: right"]7/9/2014[/TD]
[/TR]
[TR]
[TD="class: xl75, bgcolor: transparent"] [/TD]
[TD="class: xl81, bgcolor: transparent, align: right"]7/29/2014[/TD]
[/TR]
[TR]
[TD="class: xl75, bgcolor: transparent"] [/TD]
[TD="class: xl81, bgcolor: transparent"] [/TD]
[/TR]
[TR]
[TD="class: xl75, bgcolor: transparent"] [/TD]
[TD="class: xl81, bgcolor: transparent"] [/TD]
[/TR]
[TR]
[TD="class: xl75, bgcolor: transparent"] [/TD]
[TD="class: xl81, bgcolor: transparent"] [/TD]
[/TR]
</tbody>[/TABLE]
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.