Ms Excel Notes
Ms Excel Notes
[MICROSOFT OFFICE
EXCEL2007 ]
Page 2 of 23 [MICROSOFT OFFICE EXCEL2007 ]
Lecture No.1.................................................................................................... 5
How to open Microsoft Excel 2007?..............................................................5
What is MS Excel?.........................................................................................5
What are Columns and Column Header?......................................................5
What are Rows and Row Header?.................................................................5
What are cells and why we use name box?..................................................5
What is sheet tab?........................................................................................5
Difference between Sheet and Workbook.....................................................6
What is Range?.............................................................................................6
Can we create name of range?.....................................................................7
What are Operators?.....................................................................................7
How many type of operator?.........................................................................7
How to insert/ Delete column/ Row?.............................................................8
Lecture No.2.................................................................................................... 8
What is Formula?..........................................................................................8
What is Function?.........................................................................................8
Functions .................................................................................................... 9
Sum........................................................................................................... 9
Max............................................................................................................ 9
Min............................................................................................................. 9
AVERAGE .................................................................................................. 9
COUNT....................................................................................................... 9
COUNTA.....................................................................................................9
COUNTBLANK...........................................................................................10
COUNTIF ................................................................................................. 10
LEFT......................................................................................................... 11
RIGHT.......................................................................................................11
Page 3 of 23 [MICROSOFT OFFICE EXCEL2007 ]
5MID........................................................................................................ 11
CONCATENATE.........................................................................................12
REPT........................................................................................................ 12
TODAY .................................................................................................... 12
NOW ....................................................................................................... 12
Sort option..................................................................................................12
Subtotal option...........................................................................................12
Conditional Formatting ..............................................................................13
Lecture No.4.................................................................................................. 14
Function:.....................................................................................................14
IF.............................................................................................................. 14
COLUMN...................................................................................................14
COLUMNS.................................................................................................14
ROW.........................................................................................................14
ROWS.......................................................................................................14
CODE....................................................................................................... 14
CHAR....................................................................................................... 15
Logical Function..........................................................................................15
ISBLANK...................................................................................................15
AND......................................................................................................... 15
OR............................................................................................................ 15
ISNUMBER................................................................................................15
ISTEXT..................................................................................................... 15
Data Validation:..........................................................................................16
Lecture No.5.................................................................................................. 17
Auto Filter ..................................................................................................17
Macro:......................................................................................................... 17
Freeze Panes ..............................................................................................17
Split ............................................................................................................18
Chart .......................................................................................................... 18
Page 4 of 23 [MICROSOFT OFFICE EXCEL2007 ]
Comments:................................................................................................. 18
Reference .................................................................................................. 18
Absolute cell reference ($).......................................................................18
LEN:............................................................................................................ 19
SQRT........................................................................................................... 19
Lecture No. 6................................................................................................. 19
PROPER:......................................................................................................19
UPPER:........................................................................................................ 19
LOWER:....................................................................................................... 20
ROUND:.......................................................................................................20
TRUNC:....................................................................................................... 20
INT:............................................................................................................. 20
How Many Types of Calculation?.................................................................21
What is Goal Seek option?..........................................................................21
Lecture No. 8................................................................................................. 22
How to select print area?...........................................................................22
Print Preview:.............................................................................................22
Page Setup: ...............................................................................................22
Who to print file?........................................................................................23
Page 5 of 23 [MICROSOFT OFFICE EXCEL2007 ]
Lecture No.1
How to open Microsoft Excel 2007?
By Menu:
Start All Programs Microsoft Office Excel 2007
By Command:
Start Run Type Command (EXCEL)
What is MS Excel?
MS Excel is a spread sheet program use for perform high level
calculation on data like filtration, sorting, searching, etc
Re Re Ta
na - b
m Na Co
e m lor
e
Page 6 of 23 [MICROSOFT OFFICE EXCEL2007 ]
Un
In De hi
se let de
rt e
(S
hif M
t+ Hi ov
F1 de e /
1) / Co
py
What is Range?
More than two selected cells are called
“Range” Like (A1,C8,F10) or (A1:A10)
Page 7 of 23 [MICROSOFT OFFICE EXCEL2007 ]
Add Delete
Range Range
1. Arithmetic Operator:
= Equal to
Insert Other
option
Delete s
Forma
ts
Lecture No.2
What is Formula?
Any expression created by user is called
“Formula”
What is Function?
Predefine equation is called “Function” like
=Sum, =Count, =Max, etc
Functions
Sum
Use for addition just number
values, and ignore text / special
character values
=Sum(Numbr1,2,3,4,5,…….)
=Sum(cell:cell)
Max
Show largest number values and
ignore text values
=Max(Number1,2,3,4…….)
=Max(Cell:Cell)
Min
Show smallest number values and
ignore text values
=Min(Number1,2,3,4…….)
=Min(Cell:Cell)
AVERAGE
Return average by given range
=AVERAGE(NUMBER1,2,3,4,5,…….)
=AVERAGE(CELL:CELL)
COUNT
Use for count just number values
=COUNT(NUMBER1,2,3,4……..)
=COUNT(CELL:CELL)
COUNTA
Use for count all values (Text,
number, special characters)
Page 10 of 23 [MICROSOFT OFFICE EXCEL2007 ]
=COUNTA(VALUE1,2,3,4,5……)
=COUNTA(CELL:CELL)
COUNTBLANK
Use for count just blank cells
=COUNTBLANK(ARRYA)
=COUNTBLAK(CELL:CELL)
COUNTIF
Counts the number of cells within a
range that meet the given condition
=COUNTIF(RANGE,”CRITERIA”)
=COUNTIF(CELL:CELL,”OPERATOR_
VALUE”)
Column / Row
o L o D
i a
n t
e e
r
o A
o G u
r t
o o
w
t F
h i
l
l
Lecture No3
Function
SUMIF
Use for addition cells according to
the given condition
=SUMIF(RANGE,”CRITERIA”,SUMR
ANGE)
=SUMIF(CELL:CELL,”OPERATOR_V
ALUE”,CELL:CELL)
LEFT
Count number of characters
form left side
=LEFT(TEXT,NUMBER OF
CHARACTERS)
=LEFT(CELL,TYPE NUMBER IN
DIGIT FORM)
RIGHT
Count number of characters
form right side
=RIGHT(TEXT,NUMBER OF
CHARACTERS)
=RIGHT(CELL,TYPE NUMBER IN
DIGIT FORM)
5MID
Count number of characters in
MID
=MID(TEXT,START
NUMBER,NUMBER OF
CHARACTERS)
=MID(“P2F/LM_MB/2568”,5,5)
LM_MB
Page 12 of 23 [MICROSOFT OFFICE EXCEL2007 ]
CONCATENATE
Join multiples text and show
answer in one cell
=CONCATENATE(TXT1,2,3,4,5…
……..)
REPT
Repeat the text given number of
times
=REPT(TEXT,NUMBER OF TIMES)
=REPT(CELL,NUMBER OF TIMES)
TODAY
Show current date
=TODAY()
NOW
Show current date and time
=NOW()
Sort option
Use for analyze data in ascending (A Z) /
Descending (Z A) order
Subtotal option
Use for show summarized data in group and
outline form
Conditional Formatting
Show data in specify format according to
given conditions
Templates
o Select operator
o Type values
o Set format OK
Clear Rule
Manage Rule
o Edit rule
o New rule
o Delete Rule
Page 14 of 23 [MICROSOFT OFFICE EXCEL2007 ]
Lecture No.4
Function:
IF
Show TRUE or FALSE message
according to condition
=IF(LOGICAL TEXT,”VALUE IF
TRUE”,”VALUE IF FALSE”)
=IF(CELL_OPERATOR_VALUE,”TR
UE_MESSAGE”,”FALSE_MESSAGE
”)
COLUMN
Return number of column in
current sheet
=COLUMN(REFERENCE)
=COLUMN(CELL)
COLUMNS
Return number of columns in
selected range
=COLUMNS(ARRAY)
=COLUMNS(CELL:CELL)
ROW
Return number of row in current
sheet
=ROW(REFERENCE)
=ROW(CELL)
ROWS
Return number of Rows in
selected range
=ROWS(ARRAY)
=ROWS(CELL:CELL)
CODE
Return number code according
the character which use
computer
Page 15 of 23 [MICROSOFT OFFICE EXCEL2007 ]
=CODE(TEXT)
=CODE(“A”) 65
CHAR
Return character according the
number code which use
computer
=CHAR(NUMBER)
=CHAR(97) a
Logical Function
ISBLANK
If cell is EMPTY show TRUE
otherwise FALSE
=ISBLANK(CELL)
AND
If all conditions are true show
TRUE message other wise FALSE
message
=AND(LOGIC1,2,3,4,5,……)
=AND(CELL_OPERATOR_VALUE,
CELL_OPERATOR_VALUE,………)
OR
If all conditions are false
show FALSE message other wise
TRUE message
=OR(LOGIC1,2,3,4,5,……)
=OR(CELL_OPERATOR_VALUE,
CELL_OPERATOR_VALUE,………)
ISNUMBER
If cell consist NUMBER values
show TRUE otherwise FALSE
=ISNUMBRE(CELL)
ISTEXT
If cell consist TEXT values show
TRUE otherwise FALSE
Page 16 of 23 [MICROSOFT OFFICE EXCEL2007 ]
=ISNUMBRE(CELL)
Data Validation:
Restriction on cell according to condition
Setting
o Allow
o Logical operator
o Number values
Lecture No.5
Auto Filter
Show Filter data by given requirements/
conditions
Macro:
Macro is option use for record all action and
repeats it
Freeze Panes
Use for freeze selected area
Page 18 of 23 [MICROSOFT OFFICE EXCEL2007 ]
Split
Use for comparison current window
Chart
Present data in graphical interface
Comments:
Explanation of current cell
Reference
Absolute cell reference ($)
In a formula, the exact address of a cell,
regardless of the position of the cell that
contains the formula.
Relative reference:
In a formula, the address of a cell based on
the relative position of the cell that contains
the formula and the cell referred to. If you
copy the formula, the reference
automatically adjusts.
Function
VLOOKUP:
Looks for a value in the left most
column of a table, and then
returns a value in the same row a
column you specified. By default,
the table must be sorted in an
ascending order
=VLOOKUP(Lookup_Value,
Table_Array,_Column_index_Number,Rang
e_lookup)
Page 19 of 23 [MICROSOFT OFFICE EXCEL2007 ]
Lookup Value :
Question cell (Code)
TRUE :
Show Approximate value
False
: Show Exact Value
=VLOOKUP(CODE_CELL ,
CLASS_TABLE, 2 , FALSE)
LEN:
Use for count number of
character in one cell
=LEN(TEXT)
=LEN(CELL)
SQRT
Return the square root of
current number
=SQRT(Number)
=SQRT(16) 4
Lecture No. 6
PROPER:
Use for convert title case
=PROPER(TEXT)
=PROPER(“What is this?”)
What Is This?
UPPER:
Use for convert upper
case
Page 20 of 23 [MICROSOFT OFFICE EXCEL2007 ]
=UPPER(TEXT)
=UPPER(“What is this?”)
WHAT IS THIS?
LOWER:
Use for convert lower
case
=LOWER(TEXT)
=LOWER(“What is this?”)
what is this?
ROUND:
Return roundabout
number value after
decimal place
=ROUND(NUMBER,NUMB
ER_OF_ DIGIT )
=ROUND(5.789,2) 5.79
TRUNC:
Return exact number
value after decimal place
=TRUNC(NUMBER,NUMBE
R_OF_ DIGIT )
=TRUNC(5.789,2) 5.78
INT:
Return number value
before decimal place, INT
stand for integer
=INT(NUMBER )
=INT(5.789) 5
What is VBA?
Page 21 of 23 [MICROSOFT OFFICE EXCEL2007 ]
Manual (F9)
Automatically
Lecture No. 8
How to select print area?
After selection area
Print Preview:
Before gain hardcopy use option print
preview
Page Setup:
Insert Page layout Page Setup
Pages
Adjust to
Fit to
Margin
Center on Page
o Horizontally
o Vertically
Header / Footer
o Custom Header
o Custom Footer
Page 23 of 23 [MICROSOFT OFFICE EXCEL2007 ]
Printer Name
Page range