Hello all and thank you for your assistance.
I have searched forums thoroughly for a solution to my problem without success so seek your expertise for an answer.
Situation
I have a list box with the following 13 options:
[TABLE="width: 94"]
<colgroup><col></colgroup><tbody>[TR]
[TD]Show All[/TD]
[/TR]
[TR]
[TD]July 14[/TD]
[/TR]
[TR]
[TD]August 14[/TD]
[/TR]
[TR]
[TD]September 14[/TD]
[/TR]
[TR]
[TD]October 14[/TD]
[/TR]
[TR]
[TD]November 14[/TD]
[/TR]
[TR]
[TD]December 14[/TD]
[/TR]
[TR]
[TD]January 15[/TD]
[/TR]
[TR]
[TD]February 15[/TD]
[/TR]
[TR]
[TD]March 15[/TD]
[/TR]
[TR]
[TD]April 15[/TD]
[/TR]
[TR]
[TD]May 15[/TD]
[/TR]
[TR]
[TD]June 15[/TD]
[/TR]
</tbody>[/TABLE]
Depending on what is selected, cell C2 gets a number between 1 and 13.
In row ranges B8:B372, I have the following date ranges for a local financial year:
[TABLE="width: 98"]
<colgroup><col></colgroup><tbody>[TR]
[TD]01/07/14[/TD]
[/TR]
[TR]
[TD]02/07/14
03/07/14
04/07/14
05/07/14
...
30/06/15[/TD]
[/TR]
</tbody>[/TABLE]
Problem
What I need to occur is the following:
If C2 = 1, all row dates show
If C2 = 2, only show July 14 dates (1/7/14-31/7/14). All other rows in range B8:B372 hide.
If C2 = 3, only show August 14 dates, others in range hide
If C2 = 4, only show Sept 14 dates, others in range hide
If C2 = 5, only show Oct 14 dates, others in range hide
...
If C2 = 13, only show June 15 dates, others in range.
Thank you for taking the time to read this and provide assistance.
Scott
I have searched forums thoroughly for a solution to my problem without success so seek your expertise for an answer.
Situation
I have a list box with the following 13 options:
[TABLE="width: 94"]
<colgroup><col></colgroup><tbody>[TR]
[TD]Show All[/TD]
[/TR]
[TR]
[TD]July 14[/TD]
[/TR]
[TR]
[TD]August 14[/TD]
[/TR]
[TR]
[TD]September 14[/TD]
[/TR]
[TR]
[TD]October 14[/TD]
[/TR]
[TR]
[TD]November 14[/TD]
[/TR]
[TR]
[TD]December 14[/TD]
[/TR]
[TR]
[TD]January 15[/TD]
[/TR]
[TR]
[TD]February 15[/TD]
[/TR]
[TR]
[TD]March 15[/TD]
[/TR]
[TR]
[TD]April 15[/TD]
[/TR]
[TR]
[TD]May 15[/TD]
[/TR]
[TR]
[TD]June 15[/TD]
[/TR]
</tbody>[/TABLE]
Depending on what is selected, cell C2 gets a number between 1 and 13.
In row ranges B8:B372, I have the following date ranges for a local financial year:
[TABLE="width: 98"]
<colgroup><col></colgroup><tbody>[TR]
[TD]01/07/14[/TD]
[/TR]
[TR]
[TD]02/07/14
03/07/14
04/07/14
05/07/14
...
30/06/15[/TD]
[/TR]
</tbody>[/TABLE]
Problem
What I need to occur is the following:
If C2 = 1, all row dates show
If C2 = 2, only show July 14 dates (1/7/14-31/7/14). All other rows in range B8:B372 hide.
If C2 = 3, only show August 14 dates, others in range hide
If C2 = 4, only show Sept 14 dates, others in range hide
If C2 = 5, only show Oct 14 dates, others in range hide
...
If C2 = 13, only show June 15 dates, others in range.
Thank you for taking the time to read this and provide assistance.
Scott