jcarroll01
Registered User.
- Local time
- Today, 01:56
- Joined
- Feb 10, 2010
- Messages
- 13
I would like to duplicate an excel formula that converts a date to ISO Week, but it is daunting to look at.
I would consider using a user created function for it, but have never had luck getting them to work.
Here is the excel formula:=INT(([DateField]-DATE(YEAR([DateField]-WEEKDAY([DateField]-1)+4),1,3)+WEEKDAY(DATE(YEAR([DateField]-WEEKDAY([DateField]-1)+4),1,3))+5)/7
Thanks
I would consider using a user created function for it, but have never had luck getting them to work.
Here is the excel formula:=INT(([DateField]-DATE(YEAR([DateField]-WEEKDAY([DateField]-1)+4),1,3)+WEEKDAY(DATE(YEAR([DateField]-WEEKDAY([DateField]-1)+4),1,3))+5)/7
Thanks