I have been searching it for an hour but unfortunately nothing found that actually work. I have an excel sheet with a column having date in it. Current date format is dd
Nothing wrong with your format i.e. yyyy/mm/dd
. You can use:
=TEXT(A1,"yyyy/mm/dd")
A comment was made on this question re the TEXT
function converting a date-serial to text. It will still be possible to apply date functions to the output of the TEXT
function and get an output. E.g. here we can see WEEKDAY
returning a result on the value of B1 (which in turn is formatting A1):