I've seen a similar question to the append with the heading of "Using a variable in a formula", but I can't fine the correct syntax for my particular problem which is as follows:
=DATE(YEAR(summary_start_date)+1,MONTH(summary_start_date),DAY(summary_start_date))
I want to change the + part where it says +1 to a variable called year_asc_dec which could either be a + or a - so I would end up with +1 or -1 in the above formula.
Any thoughts or suggestions. Basically a want to produce a date table which is either descending or ascending from a given start date.
Thanks in advance for any thoughts
Siggi
=DATE(YEAR(summary_start_date)+1,MONTH(summary_start_date),DAY(summary_start_date))
I want to change the + part where it says +1 to a variable called year_asc_dec which could either be a + or a - so I would end up with +1 or -1 in the above formula.
Any thoughts or suggestions. Basically a want to produce a date table which is either descending or ascending from a given start date.
Thanks in advance for any thoughts
Siggi