Formatting the =NOW() function ? - Alan |
06-Oct-07 06:52:32
|
=TEXT(NOW(),"dddd dd mmmm yyyy hh:mm:ss")
Move the 'dddd' 'mmmm' etc around to suit or omit what you don't want.
'dddd' gives 'Saturday', 'ddd' gives 'Sat', 'dd' gives 06, same thing with
the month and year,
Regards,
Alan. |
 |
| |
Formatting the =NOW() function ? - di |
06-Oct-07 09:43:02
|
Thankyou, that works great. |
 |
| |
Formatting the =NOW() function ? - Gord Dibben |
06-Oct-07 12:08:37
|
Note: you will not be able to use this in any calculations because it is text.
Better you should enter =NOW() in a cell then go to Format>Cells>Number>Custom
and format as you wish.
Gord Dibben MS Excel MVP |
 |
| |
Formatting the =NOW() function ? - di |
06-Oct-07 03:19:18
|
Thanks Gord, I tried that and it works too. :-) |
 |
| |