View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
weezer007 weezer007 is offline
external usenet poster
 
Posts: 5
Default parsing on a date string pulled from a database.

EDIT: the formula =FIND(".",B1) should have been =VALUE(LEFT(B1,
(FIND(".",B1))-1))