P
Pank
I was provided with the following formula courtesy of macropod and JE
McGimpsey which works exactly as expected.
The formula is:-
=IF($A$4="spring",DATE(YEAR(TODAY())-1,12,31),IF($A$4="summer",DATE(YEAR(TODAY())-1,3,31),
IF($A$4="autumn",DATE(YEAR(TODAY())-1,8,31),"ENTER CORRECT SESSION")))
The question I have is that as the TODAY function is used, will the field
with the formula change on the turn of the year?
What I mean is, if the formula is in L2 and the value of A4 is spring, then
today L2 will be 31/12/06, however on the 01/01/2008, when the sheet is
opened, the contents of L2 will 31/12/07.
If my assumption is correct, then what needs to be done to the formula to
ensure the value does not change at the turn of year.
Your help will be appreciated.
McGimpsey which works exactly as expected.
The formula is:-
=IF($A$4="spring",DATE(YEAR(TODAY())-1,12,31),IF($A$4="summer",DATE(YEAR(TODAY())-1,3,31),
IF($A$4="autumn",DATE(YEAR(TODAY())-1,8,31),"ENTER CORRECT SESSION")))
The question I have is that as the TODAY function is used, will the field
with the formula change on the turn of the year?
What I mean is, if the formula is in L2 and the value of A4 is spring, then
today L2 will be 31/12/06, however on the 01/01/2008, when the sheet is
opened, the contents of L2 will 31/12/07.
If my assumption is correct, then what needs to be done to the formula to
ensure the value does not change at the turn of year.
Your help will be appreciated.