A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hi Luke
1- Period End Date formula
cell A20=DATE(YEAR(A22)+1*(MONTH(A22)>3),3,31)
2-Long service award formula
cell A18 =IF(F5<60,37*TIME(1,0,0),A17*TIME(3,5,0))
Notes:
You missed to include in the dummy file the data in column P (range P6:P17) so I'm not 100% sure the formula above will give you the expected results.
Check the cases in the pictures below and clarify the results in cell A18
Case 1 More than 60 months from Starting Date
Period End Date 31/03/2020
Case 2More than 60 months from Starting Date
Period End Date 31/03/2021
Case 3Less than 60 months Starting Date
Period End Date 31/03/2022
Other Formulas
a) You could use the formula in cell F5 for Total Worked Month =DATEDIF(E5,TODAY(),"m")
b) I hope with the changes implemented above, the formula in cell L5 as it is, give you the expected results. Come back to us and clarify if it not.
Regards
Jeovany