Actionhank1786,
Welcome to the forum!
Attached is an example workbook based on the criteria you described.
Row 1 is a header row so actual data starts in row 2
Column A contains Names
Column B contains the date entry in the format that you will be entering it (041786, 010204, etc)
Column C contains the date entry converted to the desired date.
In order to get the leading 0 to stay, column B has had a custom format applied to it of "000000" (no quotes)
In order for the date to show as desired after conversion, column C has had a custom format applied to it of "mm/dd/yyyy" (no quotes)
In cell C2 and copied down is this formula to perform the date conversion:
Does that work for you?
Bookmarks