Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 30
Default Cell to return present month


-- How can I make a cell return present month and remain as such.

Ex. present month is July... A1 will return "July" will have data encoded
in b1. But when august comes it will not change anymore?
joromajr
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,268
Default Cell to return present month

Press ctrl + ;

then format as mmmm

Or use

=TEXT(TODAY(),"mmmm")

then copy and paste special as values in place preferably before 08/01/08
<g

--


Regards,


Peo Sjoblom





"joromajr" wrote in message
...

-- How can I make a cell return present month and remain as such.

Ex. present month is July... A1 will return "July" will have data encoded
in b1. But when august comes it will not change anymore?
joromajr



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 30
Default Cell to return present month


-- Thank you for the quick response, but situation call for a more
permanent solution as the file will be distributed to 72 offices whose
locations are mostly overseas.

Please help need more suggestions.

joromajr


"Peo Sjoblom" wrote:

Press ctrl + ;

then format as mmmm

Or use

=TEXT(TODAY(),"mmmm")

then copy and paste special as values in place preferably before 08/01/08
<g

--


Regards,


Peo Sjoblom





"joromajr" wrote in message
...

-- How can I make a cell return present month and remain as such.

Ex. present month is July... A1 will return "July" will have data encoded
in b1. But when august comes it will not change anymore?
joromajr




  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 396
Default Cell to return present month

Why shouldn't it work anymore, then?


--
Wigi
http://www.wimgielis.be = Excel/VBA, soccer and music


"joromajr" wrote:


-- Thank you for the quick response, but situation call for a more
permanent solution as the file will be distributed to 72 offices whose
locations are mostly overseas.

Please help need more suggestions.

joromajr


"Peo Sjoblom" wrote:

Press ctrl + ;

then format as mmmm

Or use

=TEXT(TODAY(),"mmmm")

then copy and paste special as values in place preferably before 08/01/08
<g

--


Regards,


Peo Sjoblom





"joromajr" wrote in message
...

-- How can I make a cell return present month and remain as such.

Ex. present month is July... A1 will return "July" will have data encoded
in b1. But when august comes it will not change anymore?
joromajr




  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 30
Default Cell to return present month


-- Because it will serve as account database for transactions of particular
month.
joromajr


"Wigi" wrote:

Why shouldn't it work anymore, then?


--
Wigi
http://www.wimgielis.be = Excel/VBA, soccer and music


"joromajr" wrote:


-- Thank you for the quick response, but situation call for a more
permanent solution as the file will be distributed to 72 offices whose
locations are mostly overseas.

Please help need more suggestions.

joromajr


"Peo Sjoblom" wrote:

Press ctrl + ;

then format as mmmm

Or use

=TEXT(TODAY(),"mmmm")

then copy and paste special as values in place preferably before 08/01/08
<g

--


Regards,


Peo Sjoblom





"joromajr" wrote in message
...

-- How can I make a cell return present month and remain as such.

Ex. present month is July... A1 will return "July" will have data encoded
in b1. But when august comes it will not change anymore?
joromajr





  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 213
Default Cell to return present month

-- How can I make a cell return present month and remain as such.

Here's one way.

In Tools Options Calculation
Check the "Iteration" box
Set "Maximum iterations" to 1

In A2 put
=A2+1

In A1 put
=IF(A2=3,TEXT(TODAY(),"Mmmm"),A1)

Save the file.

Make several copies of the saved file for later use.

The first time one of the copies is opened, A1 should contain the present
month, and it shouldn't change as long as nobody overwrites A1 or A2.

Modify to suit.
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 add present month, as number, to an header in excel? Agnes _TASOT Excel Discussion (Misc queries) 1 December 21st 06 08:23 PM
Need cell formulas to return the day of every Monday in a month based on year entered mikeburg Excel Discussion (Misc queries) 3 June 14th 06 10:07 PM
calculating month of present date anu_manu Excel Discussion (Misc queries) 5 February 24th 06 07:04 PM
Counting dates for a the present month but not future months BrianInCalifornia Excel Worksheet Functions 3 December 7th 05 02:00 AM
Return 1st of the Month JJalomo Excel Worksheet Functions 12 May 18th 05 03:52 PM


All times are GMT +1. The time now is 01:37 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"