msquared99
Member
The following formual was provided to me:
=DATE(RIGHT(A1,4),LEFT(A1,LEN(MONTH(TODAY()))),MID(A1,LEN(MONTH(TODAY()))+1,LEN(A1)-LEN(MONTH(TODAY()))-4))
It takes a date and converts it from 112015 to 1/1/2015 OR a date like this 1112015 into 1/11/2015 or 11/1/2015 depending on the current date.
So, how do I make this formula an add-in so I do not have to type it or open a previous file and copy it?
Thanks,
=DATE(RIGHT(A1,4),LEFT(A1,LEN(MONTH(TODAY()))),MID(A1,LEN(MONTH(TODAY()))+1,LEN(A1)-LEN(MONTH(TODAY()))-4))
It takes a date and converts it from 112015 to 1/1/2015 OR a date like this 1112015 into 1/11/2015 or 11/1/2015 depending on the current date.
So, how do I make this formula an add-in so I do not have to type it or open a previous file and copy it?
Thanks,