Hello, I think this is a simple question (I'm not an advanced user). I would like to number weeks relative to ending Friday - ie, April 26, 2008 through May 2, 2008 would be counted in the same week. The formula I tried was:
WeekNumber=DateDiff("w",StartDate,X_date,vbSaturday)
but this still puts a Friday and the next day Saturday within the same week. I want that Saturday included in the next week. What am I doing wrong?
Thanks for any help!
WeekNumber=DateDiff("w",StartDate,X_date,vbSaturday)
but this still puts a Friday and the next day Saturday within the same week. I want that Saturday included in the next week. What am I doing wrong?
Thanks for any help!