
="Today's date is " & TEXT(TODAY() "yyyy-mm-dd") The following alternative formula uses the TEXT function and gives the output that was probably intended, with a properly formatted date: It is likely that this is not what the creator of the formula had in mind! To demonstrate the utility of the TEXT function, consider the following formula that was intended to show today's date:Īssuming that today is, then this formula will display the string "Today's date is 44430", where 44430 is the date-time serial number for.


Returns a text string, which is the converted value in the required format.

The TEXT function is particularly useful when you want to embed a formatted number inside a text string. Converts a number into text, in a specified format.
