View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Sean
 
Posts: n/a
Default convert string to date

NICE. Thanks.

"SteveG" wrote:


Multiply your formula by 1.

=CONCATENATE(MID(B3,6,2),"-",MID(B3,1,3),"-",MID(B3,10,2))*1

HTH

Steve


--
SteveG
------------------------------------------------------------------------
SteveG's Profile: http://www.excelforum.com/member.php...fo&userid=7571
View this thread: http://www.excelforum.com/showthread...hreadid=517994