#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6
Default Previous Month End

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?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,124
Default Previous Month End

One way to get the end of Sep
=DATE(2006,10,1)-1

--
Don Guillett
SalesAid Software

"Tristan" wrote in message
...
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?



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6
Default Previous Month End

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

"Don Guillett" wrote:

One way to get the end of Sep
=DATE(2006,10,1)-1

--
Don Guillett
SalesAid Software

"Tristan" wrote in message
...
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?




  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 380
Default Previous Month End

=TODAY()-DAY(TODAY())

--

HTH

Bob Phillips

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

"Tristan" wrote in message
...
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

"Don Guillett" wrote:

One way to get the end of Sep
=DATE(2006,10,1)-1

--
Don Guillett
SalesAid Software

"Tristan" wrote in message
...
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?







  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Previous Month End

Tristan

Perhaps this formula?

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

Returns August 31, 2006


Gord Dibben MS Excel MVP


On Fri, 8 Sep 2006 14:12:04 -0700, Tristan
wrote:

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

"Don Guillett" wrote:

One way to get the end of Sep
=DATE(2006,10,1)-1

--
Don Guillett
SalesAid Software

"Tristan" wrote in message
...
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?





  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6
Default Previous Month End

Solution received in multiple posts. Thanks to all for the assistance.

"Tristan" wrote:

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?

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
travel expenses by month silky_green Excel Discussion (Misc queries) 1 August 23rd 06 04:09 PM
How can I extract name of the LONG MONTH from previous cell. amit Excel Worksheet Functions 2 August 18th 06 01:39 PM
Date of the First day of the previous month Hari Excel Discussion (Misc queries) 3 May 20th 06 06:49 PM
Date Command to Get the Sunday Before the First of the Month Minitman Excel Worksheet Functions 6 December 2nd 05 09:34 PM
HELP with this function Jay Excel Worksheet Functions 7 May 24th 05 06:45 PM


All times are GMT +1. The time now is 10:19 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"