Yes, with either of the options for Excel's WEEKNUM function, 4th Jan 2010
is in week 2. Jan 1 was in week 1, and the new week starts on either Sunday
or Monday.
If you want a week number that is one less than Excel's week number, so that
January 1st is in week zero, you could use =WEEKNUM(TODAY())-1
If you want some different definition of week number, tell us your
definition and we can tell you the formula.
You may find some useful information at
http://www.cpearson.com/Excel/WeekNumbers.aspx or
http://www.rondebruin.nl/weeknumber.htm
--
David Biddulph
"nginhong" <(E-Mail Removed)> wrote in message
news:AAC79F99-C737-41CE-B7F8-(E-Mail Removed)...
> Dear all,
>
> Happy New Year!
>
> I am using the following formula to show week number
> ="WEEK " & WEEKNUM(NOW(),1)
>
> However I notice today 4th January 2010 turns out to be WEEK 2 and the
> correct WEEK number should be 1 instead.
>
> Do you think there is something wrong with the formula?
> Also how to show correct week number from a date like 4th January 2010 is
> equal to W101 or 10W1?
>
> Your support is greatly appreciated.
>
> Kind regards,
> Ngin Hong