Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hello,
In a cell I would like to return last month, October. What is the formula for this? Thanks Jim |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can I find out what date going to be 3 month from today in ex | Excel Worksheet Functions | |||
Today() ... Month() ... Formatt mmm | Excel Discussion (Misc queries) | |||
THe Last DATE of the previous month from today | Excel Worksheet Functions | |||
Days in a month as of today | Excel Worksheet Functions | |||
conditional format for if month(today) = xxx | Excel Worksheet Functions |