Whose basic salary is 35,000, and he wants to adopt the minimum PF contributions on the maximum PF limit of Rs. 15,000, so it's Rs. 1,800/-. If he is present for 7 days out of 26 days, then how much PF is deducted from his salary? If he is present for 15 days out of 26 days, then how much PF is deducted from his salary? If he is present for 20 days out of 26 days, then how much PF is deducted from his salary?
If they want to deduct PF on the full basic, then it's Rs. 4,200/-. If they want to not deduct PF, then it's Rs. 0.
But who agrees that if anyone adopts Option 1, then Rs. 1,800 is reduced based on attendance? Generally, PF Rs. 1,800 is not reduced up to their basic reduced up to Rs. 15,000.
Formula 1
1. =(ROUND(IF($DT48="F",(Basic)*12%,IF($DT48="N",0,IF (AND($DT48="Y",(Basic)>14999),1800/26*(7/15/20),(Basic)*12%))),0)
Formula 2
2. =(ROUND(IF($DT48="F",(Basic)*12%,IF($DT48="N",0,IF (AND($DT48="Y",(Basic)>14999),1800,(Basic)*12%))), 0)
Give your true inputs for the same. If possible, provide an EPFO circular that defines it clearly with examples. Which formula is right, formula 1 or formula 2?
Thanks
If they want to deduct PF on the full basic, then it's Rs. 4,200/-. If they want to not deduct PF, then it's Rs. 0.
But who agrees that if anyone adopts Option 1, then Rs. 1,800 is reduced based on attendance? Generally, PF Rs. 1,800 is not reduced up to their basic reduced up to Rs. 15,000.
Formula 1
1. =(ROUND(IF($DT48="F",(Basic)*12%,IF($DT48="N",0,IF (AND($DT48="Y",(Basic)>14999),1800/26*(7/15/20),(Basic)*12%))),0)
Formula 2
2. =(ROUND(IF($DT48="F",(Basic)*12%,IF($DT48="N",0,IF (AND($DT48="Y",(Basic)>14999),1800,(Basic)*12%))), 0)
Give your true inputs for the same. If possible, provide an EPFO circular that defines it clearly with examples. Which formula is right, formula 1 or formula 2?
Thanks