Have a try (no VBA):
Copy this formula in Sheet l cell C1
=MID(B1,SEARCH("????/??/??",B1),10)
Copy this other formula in Sheet l cell C2 and then copy down
=IF(ISERROR(MID(B2,SEARCH("????/??/??",B2),10)),C1,MID(B2,SEARCH("????/??/??",B2),10))
Have a try (no VBA):
Copy this formula in Sheet l cell C1
=MID(B1,SEARCH("????/??/??",B1),10)
Copy this other formula in Sheet l cell C2 and then copy down
=IF(ISERROR(MID(B2,SEARCH("????/??/??",B2),10)),C1,MID(B2,SEARCH("????/??/??",B2),10))
Last edited by rollis13; 08-05-2014 at 02:07 AM.
Bookmarks