Excel 1
Excel 1
Ms-Excel 2013:
What is Excel?
Ans: Excel is a software program from Microsoft that is part of the Microsoft
Office suite of software programs. Excel is capable of creating and editing
spreadsheets that are saved with a .xls or .xlsx file extension. General uses of
Excel include cell-based calculation, pivot tables, and various graphing tools. For
instance, with an Excel spreadsheet, you could create a monthly budget, track
business expenses, or sort and organize large amounts of data.
Mathematical calculation can be done easily in excel. =sum() used for +,-,*,/
Every formula required = Operator to be initiated.Formula is contained at Formula
Bar.
Horizontal Area called Row. They are presented in the form of Number.
1,2,3,4......., : Total Rows in one sheet is : 1048576
And Vertical called Column.They are presented in the form of Characters.A,B,C,D :
Total is : XFD
Cell : Row and Column Intersect each other at a point where Intersect that's Called
Cell. A1,A2,B1,B2
Cell address is being shown in Name Box. Name Box is Displayed at Left Side.
Formula Bar located near Name Box as well.
Cell has Unique Address which Used in Calculation and for Other Work in Excel.
Formula Bar : Where we can type formula or we can edit cell. Every formula starts
with =.
Oparator of Excel:
+,-,*,/,%
Logical >.<,>=,<=,!=
> Greater Than
< Less Than
10,25,65,75,78
=max(a1:a5)0000000
: Colon Used to select range of cells. like A1 to A10
; Semicolon
( open Bracket
) Close Bracket
{ Open Curley Bracket
} Close Curley Bracket
[ ] : Square Bracket
Excel Formula:
Total =SUM(C6:G6)
Average =AVERAGE(C6:G6)
Minimum =MIN(C6:G6)
Maximum =MAX(C6:G6)
Count no=COUNT(C6:G6)
Result =IF(AND(C6>=35,D6>=35,E6>=35,F6>=35,G6>=35),"pass","fail")
Proper =(B6)