Prev Previous Post   Next Post Next
  #3   Report Post  
Ron de Bruin
 
Posts: n/a
Default

See also

http://www.rondebruin.nl/isodate.htm

http://www.rondebruin.nl/weeknumber.htm


--
Regards Ron de Bruin
http://www.rondebruin.nl



"Amedee Van Gasse" wrote in message ...
JulieD shared this with us in microsoft.public.excel.misc:

Hi Ciara

from help
"If this function is not available, and returns the #NAME? error,
install and load the Analysis ToolPak add-in."

you must have the Analysis ToolPak add-in enabled on your machines,
the others in the office will need to do the same (tools / add-in,
tick analysis toolpak)


You should know that the results of the ATP-weeknum function are WRONG.

A correct formula for an ISO weeknum in the default 1904 based date
system is:

=INT((A1-SUM(MOD(DATE(YEAR(A1-MOD(A1-2,7)+3),1,2),
{1E+99,7})*{1,-1})+5)/7)

This one is also good, and also works in the 1900 based date system:

=1+INT((A1-DATE(YEAR(A1+4-WEEKDAY(A1+6)),1,5)+
WEEKDAY(DATE(YEAR(A1+4-WEEKDAY(A1+6)),1,3)))/7)

Read this page for more info:
http://www.cpearson.com/excel/weeknum.htm

An advantage of this formula is that you don't need to install the ATP
any more!

--
Amedee Van Gasse using XanaNews 1.17.3.1
If it has an "X" in the name, it must be Linux?

How To Ask Questions The Smart Way
http://www.catb.org/~esr/faqs/smart-questions.html
How to Report Bugs Effectively
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html
Only ask questions with yes/no answers if you want "yes" or "no" as the
answer.
http://homepages.tesco.net/~J.deBoyn...-with-yes-or-n
o-answers.html



 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
weeknum function vladimir djevic Excel Worksheet Functions 2 April 8th 05 06:43 PM
Weeknum Goes Missing Peter W Excel Worksheet Functions 3 February 20th 05 05:09 AM
Will the Excel WEEKNUM function become ISO 8601 compliant? Gilles Moerdijk Excel Worksheet Functions 3 February 8th 05 07:05 PM
WeekNum ISO RPitoyo Excel Worksheet Functions 4 December 20th 04 06:24 PM
Weeknum Christine Excel Worksheet Functions 3 December 17th 04 10:55 AM


All times are GMT +1. The time now is 01:49 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"