Hello Ford, I have various sources of data and some of the cells will have dates somewhere in the cell but there isn't a set pattern. I can deal with and extract 01/03/1914, 01.03.1914 and 01-Mar-1914 but what I can't extract is 01 March 1914 or 1 March 1914. My thoughts were, if I find "March" then three characters before "March" with TRIM will give the date or a random character and the date and from the end of "March" 5 characters with TRIM will give the year. Once I have the date it's not going to change so I haven't ruled out 12 helper columns, 1 for each month as I can delete it all once the dates are found. I have 9900 rows of data so too many to look through with the Mark I eyeball to find these dates...!