I am having dates in my excel
sheet 2013. I need to convert them to TEXT. So when I go to Format Cells
& select TEXT
option, then the value changes to something else.
For e.g If i have date as 01/01/2016, when i change it to TEXT the value becomes '42370'.
How to change the format of cell to TEXT
by retaining the correct value?
I tried doing formula =TEXT(C6,"dd/mm/yyyy")
but formula has to be written in a different cell. What if i have to change it in the same cell?