View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
artisdepartis artisdepartis is offline
external usenet poster
 
Posts: 25
Default transfer date to number

Hi All,

if i get an exceldate, say Fri 01 Jun 07, how can i transform it into
a number like 20070601?

I know the DAY(), MONTH() and YEAR()functions, and also the
CONCATENATE().
However, if I combine these, i get 200761

Many Thx in Advance!

AP