Previous Month End

T

Tristan

I upload information for the previous month end. I currently use only the
Month and Year, so =TODAY()-10 works. However, I would like to insert the
month, day, and year (Ex: August 31, 2006). Is there a way to do this?
 
T

Tristan

I think I need the formula to consider the current month and input the
previous month end. Example: Today is September 8, 2006, and I need the
formula to input August 31, 2006
 
B

Bob Phillips

=TODAY()-DAY(TODAY())

--

HTH

Bob Phillips

(replace xxxx in the email address with gmail if mailing direct)
 
G

Gord Dibben

Tristan

Perhaps this formula?

=DATE(YEAR(TODAY()),MONTH(TODAY()),1)-1

Returns August 31, 2006


Gord Dibben MS Excel MVP
 
Top