I'm trying to display all 52 weeks of the year in the following format "Qtr1 Week1". Here is what I'm using now:
PIVOT "Q" & Format([Week],"q") &" " & "Week" &format([Week], "ww") ;
But what I need is to have the weeks start at Week1 every quarter. Right now it returns:
Q1 Week12 - Q1 Week13...