Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,202
Default REPLACE FUNCTION!!!!!!

There's a couple of good ways to do this with functions. The simplest is
to
put the formula =TODAY() in the cell, and then format the cell for any
date
format you like (I'm thinking the one that says the month name and the
year).
Unfortunately, there is no format which only says the month name, and
nothing else.
The other way, which is slightly more complex, is to use a combination of
the Today, Month, and Choose functions as follows:
=CHOOSE(MONTH(TODAY()), "January", "February", ..... "December")
This will give you just the current month, as text.

Or, you could do this...

=TEXT(TODAY(),"mmmm")

(or use "mmm" for the abbreviated month name)

Rick

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
Replace function!!!!!! Ola2B Excel Discussion (Misc queries) 1 June 26th 07 09:34 AM
Using the replace function less caldog Excel Worksheet Functions 0 January 4th 07 07:48 PM
Replace Function Autumn Dreams Excel Discussion (Misc queries) 3 June 4th 06 12:33 PM
replace function andrewm Excel Worksheet Functions 3 July 19th 05 12:29 PM
How i can replace function Luka Excel Worksheet Functions 3 December 27th 04 09:04 PM


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