Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Jim Jim is offline
external usenet poster
 
Posts: 615
Default =today() less one month

Hello,

In a cell I would like to return last month, October. What is the formula
for this?

Thanks
Jim
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,722
Default =today() less one month

=TEXT(EDATE(TODAY(),-1),"mmmm")
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Jim" wrote:

Hello,

In a cell I would like to return last month, October. What is the formula
for this?

Thanks
Jim

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,276
Default =today() less one month

Hi,
=TODAY()-30

then do custom format for the cell using

mmmm

"Jim" wrote:

Hello,

In a cell I would like to return last month, October. What is the formula
for this?

Thanks
Jim

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default =today() less one month

But if today is the 31st of the month? Or if today is the 1st of March?
--
David Biddulph

"Eduardo" wrote in message
...
Hi,
=TODAY()-30

then do custom format for the cell using

mmmm

"Jim" wrote:

Hello,

In a cell I would like to return last month, October. What is the
formula
for this?

Thanks
Jim



  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 135
Default =today() less one month

Jim -

Depending on what you need...

This returns the last day of the month prior to the date you want
=(Today()-DAY(Today()))
If you format the cell with this formula as custom "mmmm", it will show you
the name of the month.

If you need the month number (as in a formula), then use this:
=Month(Today()-DAY(Today()))
which will return 10 for the 10th month, which is October.

Is either of these what you need?

--
Daryl S


"Jim" wrote:

Hello,

In a cell I would like to return last month, October. What is the formula
for this?

Thanks
Jim



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
How can I find out what date going to be 3 month from today in ex Shahin Khan Excel Worksheet Functions 5 May 8th 08 05:36 PM
Today() ... Month() ... Formatt mmm Ken Excel Discussion (Misc queries) 4 March 2nd 07 05:01 PM
THe Last DATE of the previous month from today Mike Excel Worksheet Functions 0 February 28th 07 01:59 PM
Days in a month as of today Daniel Q. Excel Worksheet Functions 2 January 25th 07 07:15 PM
conditional format for if month(today) = xxx Todd Excel Worksheet Functions 3 January 24th 07 12:16 AM


All times are GMT +1. The time now is 06:02 AM.

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"