Is there an IF formula that stipulates if cell A contains the word "DOC" then Cell C will populate the date in MMDDYEAR format? Also if there are additional instances of the date being used it would need to add 01, 02, etc. after the date. Thanks!
[TABLE="class: outer_border, width: 500, align: left"]
<tbody>[TR]
[TD]Type[/TD]
[TD]Date[/TD]
[TD]ID[/TD]
[/TR]
[TR]
[TD]DOC[/TD]
[TD]4/11/18[/TD]
[TD]04112018[/TD]
[/TR]
[TR]
[TD]DOC[/TD]
[TD]4/11/18[/TD]
[TD]04112018 01[/TD]
[/TR]
[TR]
[TD]DOC[/TD]
[TD]4/11/18[/TD]
[TD]04112018 02[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="class: outer_border, width: 500, align: left"]
<tbody>[TR]
[TD]Type[/TD]
[TD]Date[/TD]
[TD]ID[/TD]
[/TR]
[TR]
[TD]DOC[/TD]
[TD]4/11/18[/TD]
[TD]04112018[/TD]
[/TR]
[TR]
[TD]DOC[/TD]
[TD]4/11/18[/TD]
[TD]04112018 01[/TD]
[/TR]
[TR]
[TD]DOC[/TD]
[TD]4/11/18[/TD]
[TD]04112018 02[/TD]
[/TR]
</tbody>[/TABLE]