View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
T. Valko T. Valko is offline
external usenet poster
 
Posts: 15,768
Default Concatenating 3 text columns into a useable date

Try this:

......A.....B.....C
.....12....23...2008

=DATE(C1,A1,B1)

--
Biff
Microsoft Excel MVP


"EMREMEV" wrote in message
...
I have 3 columns each with a text number, e.g. 12, 23, 2008. How can I
concatenate them into a useable date of 12/23/08 (etc)? Thanks!