I have been trying to achieve the following.
Considering Feb as the beginning of fiscal year,
For i:= 1 to 12 do // i= month 1 - 12
if month=Feb then
%age = Number of employees terminated % Total Headcount of employees for Feb
else
%age = current month %age + previous month %age
Considering Feb as the beginning of fiscal year,
For i:= 1 to 12 do // i= month 1 - 12
if month=Feb then
%age = Number of employees terminated % Total Headcount of employees for Feb
else
%age = current month %age + previous month %age