I am trying to figure out how to convert a date into a string in a google sheet.
I have one date field that has varying formats. I want create another column that\'s lit
You can use the TEXT function.
=Text(cellReference, "mm-dd-yyyy")