C5 = Yearly salary figure
C12 = Salary left to be paid 23/24 FY figure
E18 = First salary payment date (30/04/23)
E19 = Last salary payment date (31/03/24)
Formula in cell C12 = =C5/DATEDIF(E18,EOMONTH(E19,1),"m")*(DATEDIF(E18,EOMONTH(E19,1),"m")-(MONTH(TODAY())-MONTH(E18)))
This was working fine, up until this month, when it appears to now have wildly inflated the figure. Possibly something to do with the new calendar year?
Based on the date value in E19, there are 3 salary payments left this FY, yet the figure in C12 is much, much more than that.
Any ideas?
Thanks
C12 = Salary left to be paid 23/24 FY figure
E18 = First salary payment date (30/04/23)
E19 = Last salary payment date (31/03/24)
Formula in cell C12 = =C5/DATEDIF(E18,EOMONTH(E19,1),"m")*(DATEDIF(E18,EOMONTH(E19,1),"m")-(MONTH(TODAY())-MONTH(E18)))
This was working fine, up until this month, when it appears to now have wildly inflated the figure. Possibly something to do with the new calendar year?
Based on the date value in E19, there are 3 salary payments left this FY, yet the figure in C12 is much, much more than that.
Any ideas?
Thanks