Excel Theory
Excel Theory
2.
Ctrl+Down arrow key move to the
bottom of the sheet
3.
Ctrl+home move to the first column
of the sheet
Numerical values
Text
Date and time
Formulas
How to hide
We can hide row, column or sheet
Click on home tab < cell group < hide & unhide
< select row, column or sheet to hide
How to insert row and column
1.
Right click on row/column < insert
2.
Click on home < cells < insert <
row/column/sheet/cells
How to delete row/column/sheet
1.
Right click on row/column < delete
2.
Click on home < cells < delete <
row/column/sheet
Table style excel provide some predefine table
style we can also create our own style also
How to create style
Click on home < styles < format as table < new
table style
Cell references whenever we build any
formula in excel we use cell references (cell
address) to get result. These references work
2.
Round function round function rounds
a number to a specified number of digits.
The syntax of the function is
=round(number, number of digit)
3.
SQRT function this function returns
the square root value of a given numbers.
The syntax of the function is
=sqrt(value)
4.
INT function it returns the integer
value of a number. The syntax of the
function is
=int(number)
Statistical function
1.
Average this function returns the
average of given numbers. The syntax of
the function is
=average(number1,number2,)
2.
Max this function returns the largest
value in a given set of numbers. The
syntax of the function is
=max(number1,number2,)
3.
Min- this function returns the minimum
value in a given set of numbers. The
syntax of the function is
=min(number 1,number2,)
Rank function this function returns the rank of
a number in a list of numbers. The syntax of the
function is
=rank(number, ref, order)
=rank(number,ref(range press F4),order)
MOD function -Returns the remainder after
number is divided by divisor. The result has
the same sign as divisor.
Syntax
=MOD(number,divisor)
Number is the number for which you want
to find the remainder.
Divisor is the number by which you want to
divide number.
ABS function -Returns the absolute value of a
number. The absolute value of a number is
the number without its sign.
Syntax
=ABS(number)
Number is the real number of which you
want the absolute value.
Range a group of cells is called a range
cell. The range may be in one column, or one
row or any combination of row and column.
Range may also be of one cell.
How to name a range.
There are three way to define a name
1. Define name select the range < click on
formula < define name < type name < ok
2. Name a range using name box select
the range < click on name box < type
name < press enter
3. Create from selection < select the range
< click on formula < create from selection
< select the option according to the range
heading.
Name manager name manager is used to
edit or to delete any range name. click on
formula <name manager.
=upper(text)
Lower function this function converts the
string of a cells into lower letters. The syntax of
the function is
=lower(text)
proper function this function converts the
string of a cells into proper case. The syntax of
the function is
=proper(text)
Concatenate function this function is used to
join text, numbers or single cell references. You
can also use & operator to join text. The
syntax of the function is
=concatenate(text1,text2,)
Exact function this function is used to
compares two text strings and returns true if
they exactly the same and false if they are not
same in case. The syntax of the function is
=exact(text1,text2)
Pv (present value)
Pmt (periodic payment)
Ppmt (principal payment)
Ipmt (interest payment)
Rate
Nper (number of period)
Fv (future value)
Rate
Rate/12
Rate/4
Rate/2
Rate
Nper
Nper*12
Nper*4
Nper*2
nper
=dcounta(database,field,criteria)
Dget function this function examine a list of
information and produces one result. If more
than one record match the error #num is
shown. If no records match the criteria the error
#value is shown. The syntax of the function is
=dget(database,field,criteria)
Sorting table this feature is used to rearrange
the row based on the contents of a particular
column. We can sort our table in ascending or
descending order.
How to sort any table
Click on data < sort
Subtotaling of data this option is used to
create summary of table. It is based on a field
list of data which you must have to sort first
before subtotaling.
Click on data < outline group < subtotal
Tracing cell relationship in excel if there are
any formula inserted excel divided the cells in
two category
1.
Cell precedents these are those cell
which contribute to the formula
2.
Cell dependents these are those cells
which are dependent of any result cell.
How to trace cell relationship
Click on formula < trace precedents/trace
dependents.
Macros macro is a sequence of instructions
that is use repetatively to perform any task.
How to record macro
Click on view < macro < record new macro.
How to save workbook that contain macro
If you store one or more macros in a workbook,
the file must be saved with macros enabled
which is a file with an .XLSM extension.
Click on office < save < save as type macro
enabled workbook.
Consolidating worksheet consolidating means
several operations that involve multiple
worksheets or multiple workbook files. It also
used to creating link with formulas.
3.
Prevent users from adding sheets,
deleting sheets, hiding sheets, and
unhiding sheets click on review < protect
workbook < protect structure and
windows < check mark on structure
<define your password
4.
Prevent users from changing the size
or position of windows - click on review <
protect workbook < protect structure and
windows < check mark on windows
<define your password