I'm not sure if this is even possible.
I am wanting to check the current system date and than do the following.
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[/TR]
[TR]
[TD]9[/TD]
[TD]PP[/TD]
[TD]From[/TD]
[TD][/TD]
[TD]To[/TD]
[/TR]
[TR]
[TD]10[/TD]
[TD]3[/TD]
[TD]7 Jan[/TD]
[TD]-[/TD]
[TD]20 Jan[/TD]
[/TR]
[TR]
[TD]11[/TD]
[TD]4[/TD]
[TD]21 Jan[/TD]
[TD]-[/TD]
[TD]3 Feb[/TD]
[/TR]
[TR]
[TD]12[/TD]
[TD]5[/TD]
[TD]4 Feb[/TD]
[TD]-[/TD]
[TD]17 Mar[/TD]
[/TR]
[TR]
[TD]13[/TD]
[TD]6[/TD]
[TD]18 Feb[/TD]
[TD]-[/TD]
[TD]31 Mar[/TD]
[/TR]
</tbody>[/TABLE]
Scan columns B and D to find where the current date would fall.
When found take the number found in column A on the row where the date was found and apply it to cell C7.
I am wanting to check the current system date and than do the following.
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[/TR]
[TR]
[TD]9[/TD]
[TD]PP[/TD]
[TD]From[/TD]
[TD][/TD]
[TD]To[/TD]
[/TR]
[TR]
[TD]10[/TD]
[TD]3[/TD]
[TD]7 Jan[/TD]
[TD]-[/TD]
[TD]20 Jan[/TD]
[/TR]
[TR]
[TD]11[/TD]
[TD]4[/TD]
[TD]21 Jan[/TD]
[TD]-[/TD]
[TD]3 Feb[/TD]
[/TR]
[TR]
[TD]12[/TD]
[TD]5[/TD]
[TD]4 Feb[/TD]
[TD]-[/TD]
[TD]17 Mar[/TD]
[/TR]
[TR]
[TD]13[/TD]
[TD]6[/TD]
[TD]18 Feb[/TD]
[TD]-[/TD]
[TD]31 Mar[/TD]
[/TR]
</tbody>[/TABLE]
Scan columns B and D to find where the current date would fall.
When found take the number found in column A on the row where the date was found and apply it to cell C7.
Last edited: