Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a date function (=Date) in the WIndow Title of the attached chart object that brings back 10/11/21 and need to convert it show October 11, 2011.
Is there a way to accomplish this?
try this: =Month(Date#(Date))&' '&Day(Date#(Date))&', '&Year(Date#(Date))
try this: =Month(Date#(Date))&' '&Day(Date#(Date))&', '&Year(Date#(Date))
...and here is your app.