100% found this document useful (2 votes)
2K views

LP DAY 1 For Advanced Complex Formulas and Computations

MS Excel is a powerful spreadsheet application software that allows users to calculate and analyze numerical data through the use of formulas involving mathematical operations on cell references; formulas can be simple, involving one operation, or complex, involving multiple operations; the elements of a formula include the equal sign, operators like addition and subtraction, and cell references that can be relative or absolute.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (2 votes)
2K views

LP DAY 1 For Advanced Complex Formulas and Computations

MS Excel is a powerful spreadsheet application software that allows users to calculate and analyze numerical data through the use of formulas involving mathematical operations on cell references; formulas can be simple, involving one operation, or complex, involving multiple operations; the elements of a formula include the equal sign, operators like addition and subtraction, and cell references that can be relative or absolute.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 12

MS Excel

– is a powerful
spreadsheet application
software that integrates
graphic and data
management.
MS Excel
– it is intended to be used to
calculate and a formula/analyze
numerical information such as
household budgets, company
finances, inventories, etc.
What is a SIMPLE
FORMULA? COMPLEX
FORMULA?
Simple Formulas have one
mathematical operation.
Complex Formulas involved
more than one
mathematical operation.
What are the Elements of
Formula?
1. The = sign, which indicates
that what follows is a
formula;
2. The operator;
3. Cell Reference.
Four Types of Operators
a. Arithmetic Operators
b. Text Operator
c. Comparative Operator
d. Reference Operator
Operation Sample
Operator Result
Performed Formulas
^ Exponentiation =A2^3
+ Addition =A2+A3
- Subtraction =A2-A1
* Multiplication =A2*A3
/ Division =A2/A3
Combination =(A1+A2+A3)/3
Activity 1
1. Create a spreadsheet that will
compute for the Body Mass
Index.
2. Needed data are weight in
kilograms and height in
meters.
3. If the given weight is not in
kilograms, write a formula to
convert it in kilograms.
4. If the given height is not in
meters, write a formula to
convert it in meters.
Measurement Units Formula and Calculation

Formula: weight (kg) / [height (m)]2


The formula for BMI is weight in kilograms
Kilograms and meters (or centimeters) divided by height in meters squared. If height
has been measured in centimeters, divide by
100 to convert this to meters.

Formula: 703 x weight (lbs) / [height (in)]2


When using English measurements, pounds
Pounds and inches should be divided by inches squared. This
should then be multiplied by 703 to convert
from lbs/inches2 to kg/m2.
Two Types of Cell Reference
1. Relative Cell Reference – change
when a formula is copied to
another cell.
2. Absolute Cell Reference – remains
constant, no matter where they
are copied.
2. Absolute Cell Reference –
$A$2 – the column and the row do
not change when copied.
A$2 – The row does not change when
copied.
$A2 – The column does not change
when copied.

You might also like