I have no idea how to even ask this question. I want to create a formula. Say our FY starts in October, so October is month 1, November month 2, December month 3...and so on. In excel I have the following formula =ROUND(((T9/$D$36)*$D$35),0)
Where T9 is the annual bonus amount. D36 is 12 months and D35 is the number of months...Manually I go into excel and change D35, so if it were July D35 would have a 10 in the cell.
How do I create a formula that changes the months based on current month and our FY without any manual manipulation?