Display this date, minus one year? 
Author Message
 Display this date, minus one year?

Cell A1 contains a date,   say 30/04/2001

Cell D4 currently has the following formula:
=CONCATENATE("Period ended ",TEXT(A1,"dd mmmm yyyy"))
which then displays  "Period ended 30 April 2001"

Everything is perfect so far.

In cell E4 I want a formula that will refer to cell A1 but display the date
less 1 year
i.e.  "Prior Period, 30 April 2000"

Can anyone help?   I've tried playing around with  YEAR  but not been
successful.
I am using Excel97

Many thanks in advance,
Dave Moore



Tue, 21 Oct 2003 03:29:50 GMT  
 Display this date, minus one year?
="Prior Period, "&TEXT(DATE(YEAR(A1)-1,MONTH(A1),DAY(A1)),"dd mmmm yyyy")
--
Glenn Schwandt



Quote:
> Cell A1 contains a date,   say 30/04/2001

> Cell D4 currently has the following formula:
> =CONCATENATE("Period ended ",TEXT(A1,"dd mmmm yyyy"))
> which then displays  "Period ended 30 April 2001"

> Everything is perfect so far.

> In cell E4 I want a formula that will refer to cell A1 but display the
date
> less 1 year
> i.e.  "Prior Period, 30 April 2000"

> Can anyone help?   I've tried playing around with  YEAR  but not been
> successful.
> I am using Excel97

> Many thanks in advance,
> Dave Moore



Tue, 21 Oct 2003 04:00:52 GMT  
 Display this date, minus one year?
Thanks Glenn,
I'll try that in the morning
Dave Moore


Quote:
> ="Prior Period, "&TEXT(DATE(YEAR(A1)-1,MONTH(A1),DAY(A1)),"dd mmmm yyyy")
> --
> Glenn Schwandt



> > Cell A1 contains a date,   say 30/04/2001

> > Cell D4 currently has the following formula:
> > =CONCATENATE("Period ended ",TEXT(A1,"dd mmmm yyyy"))
> > which then displays  "Period ended 30 April 2001"

> > Everything is perfect so far.

> > In cell E4 I want a formula that will refer to cell A1 but display the
> date
> > less 1 year
> > i.e.  "Prior Period, 30 April 2000"

> > Can anyone help?   I've tried playing around with  YEAR  but not been
> > successful.
> > I am using Excel97

> > Many thanks in advance,
> > Dave Moore



Tue, 21 Oct 2003 05:16:57 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Date minus date answer in years and months?????

2. Year minus Year Calculation

3. Displaying complete date (including year) in message window in Express for Mac 5.01

4. Date minus date in working days?

5. Date A minus Date B, C or D weekdays only

6. Date B, C or D minus Date A

7. Date A or C or D minus Date B

8. date + one year

9. Incrementing a date one year

10. Criteria based on a date less one year


 
Powered by phpBB® Forum Software © phpBB Group