You're welcome............maybe it's a typo, but I get better results with
=DATEVALUE(LEFT(A1,FIND(",",A1,1)-6)&","&MID(A1,FIND(",",A1,1)-5,5))+VALUE(RIGHT(A1,8))
instead of
=DATEVALUE(LEFT(A1,FIND(",",A1,1)-6)&","&MID(A1,FIND(",",A1,1)-5,5))&VALUE(RIGHT(A1,8))
I'm using XL97SP2 on WinXP
Vaya con Dios,
Chuck, CABGx3
"maverick_abhi" wrote:
>
> You are a genius. Thanx So much for all the help. I finally was able to
> get what I needed. The final formula looks like,
> "DATEVALUE(LEFT(A1,FIND(",",A1,1)-6)&","&MID(A1,FIND(",",A1,1)-5,5))&VALUE(RIGHT(A1,8))"
>
> If in case I require any further help, I know you r there.
>
> Thanx again.
>
>
> --
> maverick_abhi
> ------------------------------------------------------------------------
> maverick_abhi's Profile: http://www.excelforum.com/member.php...o&userid=36845
> View this thread: http://www.excelforum.com/showthread...hreadid=565504
>
>