Wednesday, March 10, 2010

Convert date to text in excel

If you have a date in a cell, when you try to use it as it is for example in concatenation, the date gets converted to a number and does not retain the date format.

In order to retain the date format and still be used as text -- the formula that can be used is TExt(datecell, "dd-mm-yyyy")

No comments:

How to download files from Microsoft Fabric Lakehouse ?

  Challenge : Yesterday I was trying to download a parquet file from the Microsoft Lakehouse on to my laptop.  So I was searching for the do...