Hello members of Mr Excel,
My puzzle presents as follows ...
I have a table that looks pretty much like the following in a sample version:
[TABLE="width: 832"]
<tbody>[TR]
[TD="width: 64"]Date[/TD]
[TD="width: 64"]1 MO[/TD]
[TD="width: 64"]2 MO[/TD]
[TD="width: 64"]3 MO[/TD]
[TD="width: 64"]6 MO[/TD]
[TD="width: 64"]1 YR[/TD]
[TD="width: 64"]2 YR[/TD]
[TD="width: 64"]3 YR[/TD]
[TD="width: 64"]5 YR[/TD]
[TD="width: 64"]7 YR[/TD]
[TD="width: 64"]10 YR[/TD]
[TD="width: 64"]20 YR[/TD]
[TD="width: 64"]30 YR[/TD]
[/TR]
[TR]
[TD="class: xl63"]########[/TD]
[TD]2.41[/TD]
[TD]2.42[/TD]
[TD]2.39[/TD]
[TD]2.54[/TD]
[TD]2.62[/TD]
[TD]2.63[/TD]
[TD]2.61[/TD]
[TD]2.64[/TD]
[TD]2.72[/TD]
[TD]2.79[/TD]
[TD]2.92[/TD]
[TD]3.03[/TD]
[/TR]
[TR]
[TD="class: xl63"]########[/TD]
[TD]2.31[/TD]
[TD]2.33[/TD]
[TD]2.37[/TD]
[TD]2.52[/TD]
[TD]2.7[/TD]
[TD]2.8[/TD]
[TD]2.83[/TD]
[TD]2.84[/TD]
[TD]2.92[/TD]
[TD]3.01[/TD]
[TD]3.19[/TD]
[TD]3.3[/TD]
[/TR]
[TR]
[TD="class: xl63"]########[/TD]
[TD]2.2[/TD]
[TD]2.26[/TD]
[TD]2.34[/TD]
[TD]2.49[/TD]
[TD]2.69[/TD]
[TD]2.87[/TD]
[TD]2.93[/TD]
[TD]2.98[/TD]
[TD]3.07[/TD]
[TD]3.15[/TD]
[TD]3.3[/TD]
[TD]3.39[/TD]
[/TR]
[TR]
[TD="class: xl63"]########[/TD]
[TD]2.12[/TD]
[TD][/TD]
[TD]2.19[/TD]
[TD]2.36[/TD]
[TD]2.59[/TD]
[TD]2.81[/TD]
[TD]2.88[/TD]
[TD]2.94[/TD]
[TD]3.01[/TD]
[TD]3.05[/TD]
[TD]3.13[/TD]
[TD]3.19[/TD]
[/TR]
[TR]
[TD="class: xl63"]########[/TD]
[TD]1.95[/TD]
[TD][/TD]
[TD]2.11[/TD]
[TD]2.28[/TD]
[TD]2.46[/TD]
[TD]2.62[/TD]
[TD]2.7[/TD]
[TD]2.74[/TD]
[TD]2.81[/TD]
[TD]2.86[/TD]
[TD]2.95[/TD]
[TD]3.02[/TD]
[/TR]
[TR]
[TD="class: xl63"]########[/TD]
[TD]1.94[/TD]
[TD][/TD]
[TD]2.03[/TD]
[TD]2.21[/TD]
[TD]2.44[/TD]
[TD]2.67[/TD]
[TD]2.77[/TD]
[TD]2.85[/TD]
[TD]2.92[/TD]
[TD]2.96[/TD]
[TD]3.03[/TD]
[TD]3.08[/TD]
[/TR]
[TR]
[TD="class: xl63"]########[/TD]
[TD]1.77[/TD]
[TD][/TD]
[TD]1.93[/TD]
[TD]2.11[/TD]
[TD]2.33[/TD]
[TD]2.52[/TD]
[TD]2.63[/TD]
[TD]2.73[/TD]
[TD]2.81[/TD]
[TD]2.85[/TD]
[TD]2.91[/TD]
[TD]2.98[/TD]
[/TR]
</tbody>[/TABLE]
Basically, I want two things:
1. To return in successive rows (single column) the dates that correspond to those raw wherein the value in column 5 YR was greater than that in column 7 YR.
2. (related to the previous) To return in a single cell, the count of the number of rows wherein (again) the value in column 5 YR was greater than that in column 7 YR.
I think that the idea it's simple but I cannot get my head around it. I have been trying VLOOKUP, INDEX, MATH, COUNTIF, etc, but I was unsuccessful to date.
Thank you for your help!
My puzzle presents as follows ...
I have a table that looks pretty much like the following in a sample version:
[TABLE="width: 832"]
<tbody>[TR]
[TD="width: 64"]Date[/TD]
[TD="width: 64"]1 MO[/TD]
[TD="width: 64"]2 MO[/TD]
[TD="width: 64"]3 MO[/TD]
[TD="width: 64"]6 MO[/TD]
[TD="width: 64"]1 YR[/TD]
[TD="width: 64"]2 YR[/TD]
[TD="width: 64"]3 YR[/TD]
[TD="width: 64"]5 YR[/TD]
[TD="width: 64"]7 YR[/TD]
[TD="width: 64"]10 YR[/TD]
[TD="width: 64"]20 YR[/TD]
[TD="width: 64"]30 YR[/TD]
[/TR]
[TR]
[TD="class: xl63"]########[/TD]
[TD]2.41[/TD]
[TD]2.42[/TD]
[TD]2.39[/TD]
[TD]2.54[/TD]
[TD]2.62[/TD]
[TD]2.63[/TD]
[TD]2.61[/TD]
[TD]2.64[/TD]
[TD]2.72[/TD]
[TD]2.79[/TD]
[TD]2.92[/TD]
[TD]3.03[/TD]
[/TR]
[TR]
[TD="class: xl63"]########[/TD]
[TD]2.31[/TD]
[TD]2.33[/TD]
[TD]2.37[/TD]
[TD]2.52[/TD]
[TD]2.7[/TD]
[TD]2.8[/TD]
[TD]2.83[/TD]
[TD]2.84[/TD]
[TD]2.92[/TD]
[TD]3.01[/TD]
[TD]3.19[/TD]
[TD]3.3[/TD]
[/TR]
[TR]
[TD="class: xl63"]########[/TD]
[TD]2.2[/TD]
[TD]2.26[/TD]
[TD]2.34[/TD]
[TD]2.49[/TD]
[TD]2.69[/TD]
[TD]2.87[/TD]
[TD]2.93[/TD]
[TD]2.98[/TD]
[TD]3.07[/TD]
[TD]3.15[/TD]
[TD]3.3[/TD]
[TD]3.39[/TD]
[/TR]
[TR]
[TD="class: xl63"]########[/TD]
[TD]2.12[/TD]
[TD][/TD]
[TD]2.19[/TD]
[TD]2.36[/TD]
[TD]2.59[/TD]
[TD]2.81[/TD]
[TD]2.88[/TD]
[TD]2.94[/TD]
[TD]3.01[/TD]
[TD]3.05[/TD]
[TD]3.13[/TD]
[TD]3.19[/TD]
[/TR]
[TR]
[TD="class: xl63"]########[/TD]
[TD]1.95[/TD]
[TD][/TD]
[TD]2.11[/TD]
[TD]2.28[/TD]
[TD]2.46[/TD]
[TD]2.62[/TD]
[TD]2.7[/TD]
[TD]2.74[/TD]
[TD]2.81[/TD]
[TD]2.86[/TD]
[TD]2.95[/TD]
[TD]3.02[/TD]
[/TR]
[TR]
[TD="class: xl63"]########[/TD]
[TD]1.94[/TD]
[TD][/TD]
[TD]2.03[/TD]
[TD]2.21[/TD]
[TD]2.44[/TD]
[TD]2.67[/TD]
[TD]2.77[/TD]
[TD]2.85[/TD]
[TD]2.92[/TD]
[TD]2.96[/TD]
[TD]3.03[/TD]
[TD]3.08[/TD]
[/TR]
[TR]
[TD="class: xl63"]########[/TD]
[TD]1.77[/TD]
[TD][/TD]
[TD]1.93[/TD]
[TD]2.11[/TD]
[TD]2.33[/TD]
[TD]2.52[/TD]
[TD]2.63[/TD]
[TD]2.73[/TD]
[TD]2.81[/TD]
[TD]2.85[/TD]
[TD]2.91[/TD]
[TD]2.98[/TD]
[/TR]
</tbody>[/TABLE]
Basically, I want two things:
1. To return in successive rows (single column) the dates that correspond to those raw wherein the value in column 5 YR was greater than that in column 7 YR.
2. (related to the previous) To return in a single cell, the count of the number of rows wherein (again) the value in column 5 YR was greater than that in column 7 YR.
I think that the idea it's simple but I cannot get my head around it. I have been trying VLOOKUP, INDEX, MATH, COUNTIF, etc, but I was unsuccessful to date.
Thank you for your help!