Microsoft Office Excel 2010
Microsoft Office Excel 2010
Microsoft office Excel is Powerful Accounting Software. It's Develop By Microsoft corporation
From U.S.A .This Software Used all Over Country's and it is must use 90% on Bank. We Can
Create Any Heavy Bills, Employee Record, School Records, Super Market Automatic Amount
Software and E.T.C. So it is perfect use for Data Entry Record and Office Amount Record.
Worksheet: collection of rows and columns is called worksheet, there are 10,48,576 rows and
16,384 columns in a single worksheet.
Cell: Every worksheet is made up of thousands of rectangles, which are called cells. A cell is
the intersection of a row and a column. Columns are identified by letters (A, B, C), while rows
are identified by numbers (1, 2, 3).
Row: In Microsoft Excel, a row runs horizontally in the grid layout of a worksheet. Horizontal
rows are numbered with numeric values such as 1, 2, 3. MS Excel 2010, Row numbers ranges
from 1 to 1048576; in total 1048576 rows
Column: In Microsoft Excel, a Column runs vertical in the grid layout of a worksheet. Vertical
Column are Alphabet with Alphabet values such as A, B, C Columns ranges from A to XFD; in
total 16384 columns.
#Arithmetic operators:
These operators are used for manipulating arithmetic numerical data values in excel:
+ = for addition.
- = for subtraction
* = for multiplication
/ = for division
^ = for exponential
% = for percentage
Logical operators:
These operators are used for decision making and display the true or false result in excel
program.
= = To equal
Sum: This Formula is used for addition. e.g.: - =Sum (a1 : a5)
Count blank: This formula is use for count excelling blank cells. E.g.:- =count blank (a1: a10)
Count if: This option is use for some particular name choose and count. e.g.=count
if(a2:a5,"hdd")
Now = the NOW () function in Excel gives the current system date and time. e.g. =now () .
Today = the TODAY () function in Excel provides the current system date. E.g. =Today ()
(Required: Use Border, Use Insert and Use Merge and Center)
# Student Record: -
Calculation Of Student Fee Record
A A B C D E F G H I J
1 Sn Student Address Guardian Class Fee Discount Total Paid Due
Name Name Fee Fee
2 1 anusha Rai Itahari Krishna 5 25000 1000 15000
Rai
3 2 Aakash Lama Dharan Puspa 10 55000 5000 40000
Lama
4 3 Januka Subba Jhapa Kalpana 7 35000 1500 25000
Subba
5 4 Usha Damak Sita 8 40000 0 35000
Chauhan Chauhan
6 5 Yasoda Biratnagar Kamala 1 10000 1200 5000
Rai
Formula:
Total Fee : Fee – Discount or f2-g2
Due Fee : Total Fee – Paid or , h2-i2
# IF Formula: (Two type if Formula, First Text Conditional and Number Conditional
Formula)
Formula : -
Rate=
if(b2="Samsung",25000,if(b2="nokia",18000,if(b2="oppo",35000,if(b2="lava",15000,0))))
Or,
Rate= if(items name="Samsung",25000,if(items name="nokia",18000,if(items
name="oppo",35000,if(items name="lava",15000,0))))
Formula:
Post=if (d2>=50000,"manager", if (d2>=30000,"accountant",
if(d2>=25000,"teacher",if(d2>=15000,"staff",if(d2>=10000,"reception","labour")))))
Or,
Post=if(salary>=50000,"manager",if(salary>=30000,"accountant",if(salary>=25000,"teacher",if
(salary>=15000,"staff",if(salary>=10000,"reception","labour")))))
*More Important Practical Project : -
Calculation of Interest amount
Sn Name Principle Time Rate Interest
amount
1 Kamala Sunar 2,50,000 5 10%
2 Sundar Pokhrel 1,00,000 2 15%
3 Praktikshya Lamsal 5,00,000 4 12%
4 Subarna Acharya 3,00,000 2 12%
Formula : -
Interest amount=Principle * Time * Rate or, c2*d2*e2
Calculation of Interest amount on the basis of time
*Monthly
Only loan =ppmt(rate/12,1,time*12,loan)
only interest = ipmt(rate/12,1,time*12,loan)
Formula:
Total mark =Sum(English:Account) or sum(c2:g2)
Division
=if(result=”fail”,”fail”,if(percent>=80,”Distinction”,if(percent>=60,”first”,if(percent>=45,
”Second”,”third”))))
Or
=if(L2=”fail”,”fail”,if(i2>=80,”Distinction”,if(i2>=60,”first”,if(i2>=45,”Second”,”third”))))
*Setting of Excel
Filter
advance filter is used to filter data in a list so that only the row that meet a condition you
specify by using a criteria range are displayed.
Table
Freeze panes
Steps:-
Steps:-
Wrap text :
The Excel wrap text feature can help you fully display longer text in a cell without it
overflowing to other cells. "Wrapping text" means displaying the cell contents on multiple
lines, rather than one long line.
1. Home Menu Bar
2. Click on Wrap text
Conditional Formating :
Conditional formatting in Excel enables you to highlight cells with a certain color,
depending on the cell value
Protect Sheet
We Can protect sheet with password.
Step-
1. Click On review menu
2. Click on Protect sheet
3. Enter password
* Finished Note *