From: Longaberger_lover on
=DATE(YEAR(TODAY()),MONTH(TODAY()),0)
works on Excel 2003 if you don't want to reference another cell w/ a date.

"Jim" wrote:

> Hello,
>
> In cell A1 I will have the due date of a bill. For this example let's call
> it 9/20/2009. Can you help me with a formula that will give me the last day
> of the previous month, in this case August 31, 2009.
>
> Thanks for the help
> Jim
From: Dave Peterson on
Another one:
=today()-day(today())
(format as a date)





Longaberger_lover wrote:
>
> =DATE(YEAR(TODAY()),MONTH(TODAY()),0)
> works on Excel 2003 if you don't want to reference another cell w/ a date.
>
> "Jim" wrote:
>
> > Hello,
> >
> > In cell A1 I will have the due date of a bill. For this example let's call
> > it 9/20/2009. Can you help me with a formula that will give me the last day
> > of the previous month, in this case August 31, 2009.
> >
> > Thanks for the help
> > Jim

--

Dave Peterson