Percentage
=Total cell / Number of subject
Remarks (Pass/Fail)
=if(marks>=40,if(marks>=40,if(marks>=40,â€passâ€,â€failâ€)))
Division
=if(and(remarks=â€passâ€,percentage>=40,percentage<60),â€3rdâ€,if(and(remarks=â€passâ€,per>=60,per<70),â€2ndâ€,if(and(remarks=â€passâ€,per>=70,per<80),â€1stâ€,if(and(remarks=â€passâ€,per>=80),â€disâ€,â€no divisionâ€))))
Work with salary sheet
Service Status
=if(working year >=3,â€pâ€,â€tâ€)
Salary
=if(post cell =â€Aâ€,5000, if(post cell=â€bâ€,4000,if(post cell =â€câ€,3000,2000))
Grade Rate
=if(post cell =â€Aâ€,500, if(post cell=â€bâ€,400,if(post cell =â€câ€,300,200))
Number of grade
=if(and(w.y>=3,wy<=5),1,if(and(w.y>=6,wy<=10),2,if(and(w.y>=11,w.y<=15),3,if(and(w.y>=16),4,0))
Provident fund
=if(service status=â€pâ€,basic*10%,0)
Tax
=if(and(marital Status=â€singleâ€,Gendel=â€maleâ€),basic*26%, if(and(marital stauts=â€marriedâ€,Gendel=â€maleâ€),â€basic*20%,if(and(marital status=â€singleâ€,gendel=â€femaleâ€),basic salary*19%,basic salary *12%)
Max
Display maximum target cell value
=max(cell address .. cell address)
Min
Display minimum target cell value
=min(cell address .. cell address)
Average
Display average value
=average(cell address .. cell address)
Count
Display total number of cell
=count(cell address .. cell address)
countif
=Logical condition counting
= countif(condition,cell range)
=today()
=Now()
=roman(value)