MS Excell
MS Excell
Delete a worksheet
On the Home tab, in the Cells group, click the arrow next
to Delete, and then click Delete Sheet.
You can also right-click the sheet tab of the worksheet that
you want to delete, and then click Delete.
Formula:-
Bill Amount=Quantity * Rate
Total Amount=Sum(First Bill Amount: Last Bill
Amount)
Discount 5% = Total Amount * 5%
After Discount Amount=Total Amount- Discount 5%
Vat 13%= Total Amount * 13%
Net Amount=After Discount Amount + VAT 13%
Salary Sheet
Formulas:
1. Traveling Allowance 10%=10%*B.Salary
2. House rent allowance 12%=12%*B.Salary
3. Medical Allowance 10%=10%*B.Salary
4. Gross Salary= sum(B.Salary:Medical all.)
OR
=Basic Salary+TA+HA+MA
Note:- Condition for Income tax:
B.Salary>=90000 10%*B.Salary
B.Salary<90000,B.Salary>=50000 5%*B.Salary
B.Salary<50000,B.Salary>=30000 2%*B.Salary
Otherwise 0
5.Income Tax
=If(and(B.Salary>=90000),10%*B.Salary,
if(and(B.Salary<90000,B.Salary>=50000),5%*B.Salary,
if(and (B.Salary<50000,B.Salary>=30000),2%*B.Salary,0)))
6. Provident Fund=10%*B.Salary
7. Net salary= Gross salary-Income tax-Provident fund
Formula:-
1. Total Unit=Current Unit – Previous Unit
2. Excess Unit= Total Unit – Minimum Unit
3. Excess Charge= Excess Unit * 7.50 (Let excess
charge be Rs 7.50)
4. Total Charge=If(Total Unit>=20, Total Unit-20,0) *
7.50 +80
Formula:-
1. Total Call=Current call-Previous Call
2. Excess Call=Total call-Minimum Call
3. Excess Charge= Excess call * 2 (Let Excess call
be Rs 2 per call)
4. Total Charge=If(Total Call>=275, Total Call-
Minimum Call,0)*2+300
5. Vat 13 %= Total charge * 13%
6. Net Charge=Total Charge + Vat 13%
Result Sheet
Formula:-
1. Total=Sum(First marks: Last Marks)
2. Percent=Total/8
3. Result=If(min(First Marks: Last
Marks)>=32,"Pass","Fail")
4. Division= If(And(Result="Pass",Percent>=80),"Distinction",
If(And(Result="Pass", Percent>=60),"First ",
If(And(Result="Pass", Percent>=45),"Second",
If(And(Result="Pass", Percent>=32),"Third", "Fail"))))
Remarks= If(division="Distinction" , "Excellent",
If(division="First","Very-Good",
If(division="Second","Good",
If(division="Third" , "Satisfactory", "Try-Again"))))
Use table templates
You can use table templates to insert a table that is based
on a gallery of preformatted tables. Table templates contain
sample data to help you visualize what the table will look like
when you add your data.
Click where you want to insert a table.
On the Insert tab, in the Tables group, click Table, point to
Quick Tables, and then click the template that you want.
Replace the data in the template with the data that you
want.
Use the Table menu
Click where you want to insert a table.
On the Insert tab, in the Tables group, click Table, and
then, under Insert Table, drag to select the number of
rows and columns that you want.
Use the Insert Table command
You can use the Insert Table command to choose the
table dimensions and format before you insert the table
into a document.
Click where you want to insert a table.
On the Insert tab, in the Tables group, click Table, and
then click Insert Table.