Hello,
I am trying to indentify each weeknum for every month for the data that I have. I used formula to indentify weeknum, but this is for whole year.
Is there a way to sepeate weeknum for each month? Everymonth should start with Weeknum 1.
DateTimeFormat([Shipped Date],"%W")
Thank you.