B
Bruce LeBlanc
Excel 97: Is there a way to format the date, currently set to "dddd, mmmm d,
yyyy", in uppercase letters?
yyyy", in uppercase letters?
accomplish what you're looking for:If by "Date" you're referring to the current date, this formula should
=UPPER(TEXT(NOW(),"dddd, mmmm d,yyyy"))
I hope this helps.
Paul
"Niek Otten" <[email protected]> wrote:
will > still have to be done with the original date, because the new cell is=UPPER(TEXT(A1,"dddd, mmmm d, yyyy")) in another cell. Any calculations
mmmm d, yyyy", in uppercase letters?--
Regards,
Niek Otten
Microsoft MVP - Excel
David McRitchie said:Hi Bruce,
Not all but there are quite a few functions and examples in
A reference to definitely download and maintain on your computer
Excel Function Dictionary -- by Peter Noneley
http://homepage.ntlworld.com/noneley
workbook with 157+ sheets, each with an explanation and example of an Excel function.
---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm
BTW, is there a good website (or websites) that list all Excel 97 (and 2000)
functions, with descriptions and examples? The www.ronperson.com (Special
Edition, Using Microsoft Excel 97 / QUE) site is currently under
construction.