Column A contains date .. Column B contain the week starting "Monday" (also date field) .. Column C contains the week number .. Cell A2 contains date "assume 11/23/2013" .. Cell A3 formula "=A2 +1" .. copy formula in A3 down for about 100 rows or so .. Cell B2 contains formula "=IF(WEEKDAY(A2)=1,A2-6,A2-(WEEKDAY(A2)-2))" .. copy formula down to the end of data range .. cell C2 contains the formula "=WEEKNUM(A2,2)" .. copy formula down .. why end of the year have 53 weeks and week 1 in 2014 have fewer days? Is this a standard? Should this be adjusted? and how?.. thanks