I need a formula that looks at todays date and returns the financial month (not calendar)as an integer eg February should be returned as 8 and can be either +ve or -ve as I will use abs() to convert it. I know it can be done with a lookup table but I was hoping to avoid this. Should be easy but maths was not my strong subject.