Thread: convert date
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Mike H Mike H is offline
external usenet poster
 
Posts: 11,501
Default convert date

Hi,

With your date in A1 try this

=WEEKNUM(A1)&" "&YEAR(A1)
If this function is not available, and returns the #NAME? error, install and
load the Analysis ToolPak add-in. Tools|Addins


Mike

"Rui" wrote:

Hello all:
I have a question of how to convert date into week no.in excel 2003?
Example: convert 26-03-2008 to week 13 2008?
--
Thanks in advance!