M MyVeryOwnSelf Aug 18, 2009 #2 How would i pull week numbers for our fiscal year, which starts 07/01? If column A contains a list of dates, one way is to put this in B1 and copy down: =ROUNDUP((A1-DATEVALUE("07/01/09")+1)/7,0)
How would i pull week numbers for our fiscal year, which starts 07/01? If column A contains a list of dates, one way is to put this in B1 and copy down: =ROUNDUP((A1-DATEVALUE("07/01/09")+1)/7,0)