Hello from Steved
=TODAY()
My issue is this I would like use the above as mmm-yy, yes I've formatted my
cell to do this and it does exactly as it is supposed to do, However I want
to do this for every month for example in Cell "A15" I've got Jun-07 but
would like to have the previous month ie May-07, then in Cell "A14" I want
Apr-07, then in Cell "A13" to Cell "A4" until I have the whole year entered
please. How would I go about this.
Thankyou.
Toppers - 12 Jun 2007 21:52 GMT
Enter dates as 01/mm/yy for each month and format as mmm-yy
Or have I misunderstood?
> Hello from Steved
>
[quoted text clipped - 8 lines]
>
> Thankyou.
Mike G - 12 Jun 2007 22:06 GMT
With A15 = today() in a14 =(A15)-30. Grab handle and drag it up. works but
be careful to check as 30 might not be always a good count :)
> Enter dates as 01/mm/yy for each month and format as mmm-yy
>
[quoted text clipped - 16 lines]
>>
>> Thankyou.
Steved - 12 Jun 2007 22:13 GMT
Hello Toppers
Ive got in Cell "A1" =TODAY() ( Jun-07 )
Now in Cell "A15" I've entered "A1-30" to give me May-07 Cell formatted as
mmm-yy
What Would I put in Cell "A14" to give me Apr-07 please
Thanks for your time.
> Enter dates as 01/mm/yy for each month and format as mmm-yy
>
[quoted text clipped - 12 lines]
> >
> > Thankyou.
Elkar - 12 Jun 2007 22:21 GMT
Try this formula in all of your cells, A4 through A15.
=DATE(YEAR($A$1),MONTH($A$1)-16+ROW(),DAY($A$1))
HTH,
Elkar
> Hello Toppers
>
[quoted text clipped - 23 lines]
> > >
> > > Thankyou.
Teethless mama - 12 Jun 2007 22:53 GMT
Try this:
The formula below is required Analysis Toolpak Add-ins
A15 =EDATE($A$1,ROW()-16)
Drag the Fill Handle up as far as needed
> Hello Toppers
>
[quoted text clipped - 23 lines]
> > >
> > > Thankyou.
David Biddulph - 12 Jun 2007 22:17 GMT
=DATE(YEAR(A15),MONTH(A15)-1,DAY(A15)) in A14, and copy upwards.

Signature
David Biddulph
> Hello from Steved
>
[quoted text clipped - 11 lines]
>
> Thankyou.
Steved - 12 Jun 2007 22:29 GMT
Excellent I thankyou all
Yes You have got I required.
> =DATE(YEAR(A15),MONTH(A15)-1,DAY(A15)) in A14, and copy upwards.
> > Hello from Steved
[quoted text clipped - 12 lines]
> >
> > Thankyou.