Excel Basics and Functions Guide
Excel Basics and Functions Guide
CHARACTERISTICS:
5 6
. An Excel file with the .xls extension is a Workbook.
CALCULATION SHEET
. Each workbook opens by default with 3 worksheets,
being able to add or remove sheets. Active Cell Column Labels
. A spreadsheet contains 256 columns and 65,536 rows.
. The intersection of a column and a row is called a Cell.
. A set of two or more cells is called a Range.
. When a workbook is saved, it is saved with the sheets that
contain.
. The columns are labeled by letters.
. The rows are labeled with numbers.
PROFESSORALANESTRADA- COMPUTING
TRENTO SCHOOLS - BUILDING A BRIGHT FUTURE
Accept
GENERARLISTASAUTOMÁTICAS.
Automatically is
To select all the
generara una lista
Click on the sheet
numbered.
Button of
Intersection.
PROFESSORALANESTRADA - COMPUTING
TRENTO SCHOOLS - BUILDING A BRIGHT FUTURE
FORMATO DECELDAS
To carry out these
The actions of Font type, Size, N, K, S, Alignment of actions are taken
texts (Left, Center, Right, and Justify), Text color and from the Menu
Cell (fill) adjustments are made from the formatting bar. Format - Cells.
COMBINE
CELLS.-This action
it is done by pressing the Each cell can have a different format, these can be:
button Combine y Number - Alignment - Source - Borders - Patterns - Protect, these
Center that is located applications allow formatting of the cells.
in the format bar
.
NUMBER, allows
The cell format also allows for the customization of values. give a format
numerical such as: Currency type, Date, Time, Address of customized to the
Text, Borders and Fill, etc. numbers, type of
moneda, fecha, hora
and other formats
more.
Borders and Shadows
Customize Numbers
Coins
PROFESSORALANESTRADA - COMPUTING
TRENT colleges - BUILDING A BRIGHT FUTURE
PROTECT A
SHEET.
Accept.
dereference operators
When a formula
it copies upward =B3*C3 Operador Significado Example
or down it goes =B4*C4 : Until D5:G10 They are those who
modifica la Fila. =B5*C5
Sum combine cells.
=B6*C7 Merge cells
,ó; (A5, C4, D3)
=B7*C6 discontinuous
Operator of
space E1:E5 F4:F1
intersection
PROFESSORALANESTRADA - COMPUTING
TRENTON SCHOOLS - BUILDING A BRIGHT FUTURE
FUNCTIONS
ARITHMETIC OPERATORS
Operator Meaning Example They are built-in formulas that accelerate the speed of the
+ Sum 3+5
calculation.
They are those who Formula =(A1+A2+A3+A4+A5+A6)
- Stay 10-5 Function =Sum(A1:A6)
they generate a result
* Multiplication 5*8 numeric.
Syntax of a Function. Every function accepts values called
/ Division 60/5
arguments.
% Percentage 19%
Start of the Name of the
^ Power 4 Function Function
=Average(B5:B12)
COMPARISON OPERATORS
Operator Arguments
Operator Meaning Example
= Same A5=F4 STATISTICAL FUNCTIONS.
> Greater than D2>E1
They are those who
and as a result SUM FUNCTION. AVERAGE FUNCTION.
< Less than A7<C5 a logical value
Greater than or equal Sum all the numbers of a Returns the average (mean
>= G2>=E2 (True or False). range. arithmetic) of the arguments.
what
<=
Less than or equal to
B3 is less than or equal to A7 =Sum(number1,number2,…) =Average(number1,number2,...)
what
<> Different from D4<>E6
PROFESSORALANESTRADA - COMPUTING
TRENT SCHOOL - BUILDING A BRIGHT FUTURE
FUNCTION
[Link].
Count the number of cells.
MINIMUM FUNCTION. COUNT FUNCTION.
that are found without data.
Return the minimum value Count those that contain
=COUNTBLANK(Range)
from a list of numbers numbers.
=Min(Range) =Count(Range)
CONDITIONAL FORMAT
PROFESSORALANESTRADA- COMPUTING
TRENTON SCHOOLS - BUILDING A BRIGHT FUTURE
FOR AUGUST 23
CELL VALIDATION.
Configuration:
Allow.- Choose the type of data you want to assign to a
cell.
Data.- The comparison operator is chosen.
Initial Value.- The initial value is introduced.
Final Value.- The final value is introduced.
Mensaje de Entrada.
Explain the type of data that can be entered in the cell.
Error Message.
It is the message that appears when the user inputs data
incorrect in the cell.
COUNTIF FUNCTION.
Count the cells that
they comply a criterion
determined.
=COUNTIF(Range, Criteria)
In the example, they count
the cells that contain
>10 numbers. (Criterion)
SUMIF FUNCTION.
Sum the cells that
match the criteria
determined.
=SUMIF(Range, "Criteria",
Sum_Range
In the example, add the
quantity of Colors
(Criterion).
PROFESSORALANESTRADA - COMPUTING