I need to bank account reconciliation. Unfortunately the file I exported out of my bank account shows "'02/05" (note the single apostrophe mark).
I tried doing a RIGHT function to get "02/05" and then I used DATEVALUE to convert it to a DATE - which however automatically shows as Feb 5 - when in fact, it should be May 2 (as I am using Asian calendar).
What is the easiest way to convert this "'02/05" to "May 2"?
Thanks!
I tried doing a RIGHT function to get "02/05" and then I used DATEVALUE to convert it to a DATE - which however automatically shows as Feb 5 - when in fact, it should be May 2 (as I am using Asian calendar).
What is the easiest way to convert this "'02/05" to "May 2"?
Thanks!