Hello,
I have a two column spreadsheet, the first column contains a date and the second column should calculate the fiscal week for the date in the first column.
The fiscal year begins on 7/1 of each year and each week begins on Sunday.
The below formula is close but it calculates the fiscal week as 52 for 7/1/2000...it should be week 1.
=INT((A2-DATE(YEAR(A2+183),-5,-1))/7)
Your assistance is appreciated!
I have a two column spreadsheet, the first column contains a date and the second column should calculate the fiscal week for the date in the first column.
The fiscal year begins on 7/1 of each year and each week begins on Sunday.
The below formula is close but it calculates the fiscal week as 52 for 7/1/2000...it should be week 1.
=INT((A2-DATE(YEAR(A2+183),-5,-1))/7)
Your assistance is appreciated!