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


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