4
I am trying to convert a date from a format with slashes to one with dashes. however when i try:
=SUBSTITUTE(B3,"/","-")
It converts my the would-be date into a date integer. I have tried formatting it and it doesn't work on the expression. Does anyone know a way to do this? Preferably one that does not involve having to use VBA?
2Does B3 contain a real date value or text? If your formula results in a number, then you can format the result as a date. – teylyn – 2017-07-05T22:27:29.230