T Tim Oct 13, 2008 #1 Does anyone know a formula that I can use to get the month number for a fiscal year that starts Oct.? Thnaks, Tim
Does anyone know a formula that I can use to get the month number for a fiscal year that starts Oct.? Thnaks, Tim
J John C Oct 13, 2008 #2 Assuming date is in A1: =IF(MONTH(A1)>9,MONTH(A1)-9,MONTH(A1)+3) Hope this helps.
J John C Oct 13, 2008 #4 Perfectly valid, I just tend to stay away from MOD function, too many times I have used it and come up with values like 15.00000001.
Perfectly valid, I just tend to stay away from MOD function, too many times I have used it and come up with values like 15.00000001.