Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello all!
I was trying to obtain the year and month from this: 1905
Year should be 2019 and month may.
Thank you very much in advance!
Laura
You could try this
=makedate(left([YourField],2)+2000, right([YourField],2))
You could try this
=makedate(left([YourField],2)+2000, right([YourField],2))