Re: Week Numbers for Tax Year



Can anyone post a reliable formula for calculating week numbers
in Excel that relate to the UK Tax year?

You can read my discussions in my other posts, but since you specifically asked for a "formula", I presume you want a work*** formula. So, here is my TaxWeekNumber macro function translated into a work*** formula.

=INT((DATE(YEAR(A1),MONTH(A1)-1,DAY(A1))-DATE(YEAR(A1) + (32 * MONTH(A1) + DAY(A1) < 134), 3, 6))/7)+1

Same cautions exist as mentioned in my other postings, so make sure you give it a good testing out before putting it to use.

Rick

.