Hi
annet6104,
I have a formula that I think will work for you.
The cDate() will give you the date format that you want, but you need to strip off the Day of the Week part 1st. This formula does it all, but it does assume that the date string will always have the day of the week followed by a comma-space. In fact, it uses that first space to find where the rest oif the date starts.
The formula is as follows:
cDate(Mid("Wednesday, 5 September 2007 12:59:54 PM",(InStr("Wednesday, 5 September 2007 12:59:54 PM"," "))))
So, create a formula.
Substitute or replace the "Wednesday, 5 September 2007 12:59:54 PM" with the name of your Date String.
Then use your new formula in you date calculations.
Let me know how it turns out.
Regards,