SlideShare a Scribd company logo
1 of 45
Empowerment Technologies
It features calculation, graphing tools, pivot tables, and a
macro programming language.
It can compute costs incurred in the creation of projects,
or create tables for findings in the researchers, and then create
reports for business or research that you are doing.
It is also a collaboration tool for financial analysis or
modelling.
Title Bar
Ribbon
Quick Access Toolbar
View Buttons
Zoom Controls
File Tab
New Tabs
Formulas Data View
Formulas
Data
View
Sheets Tab
Create New
Sheet
Cells
Columns
Rows
Formula Bar
Name Bar
A formula is an expression which calculates
the value of a cell.
Functions are predefined formulas and are
already available in Excel.
Functions
Built-in Formulas
Operator
Asterisk (*) =
Multiplication
Operator
Caret (^) =
Raises Number
to a Power
Operator
Plus (+) =
Addition
Operator
Minus (-) =
Subtraction
Reference
Name of specific
cell to use
Constants
Values entered
directly into a
formula
FUNCTION PURPOSE
=SUM Calculates the SUM of the values of a range of cells.
=AVERAGE Calculates the ARITHMETIC MEAN of a range of cells or values.
=MAX Gives the MAXIMUM value in a range of cells or values.
=MIN Gives the MINIMUM values in a range of cells or values.
=COUNT Counts the number of cells in a range of cells or values.
=IF
Shows a series of calculations using the same formula, but a
different value for each calculation to determine whether the
formula is true or false.
FINANCIAL FUNCTIONS
PMT
Computes the payment required to amortize a loan over a
specified number of periods.
IPMT
Computes the interest portion of an individual loan payment,
assuming a constant payment and interest rate.
NPER
Computes the number of periods required to amortize a loan,
given a specified payment.
SLN Calculates a straight-line depreciation for an asset.
LOGICAL FUNCTIONS
IF Applies a logical test that results in a True or False.
Nested IF Creates a hierarchy of tests.
AND
Returns FALSE if any of its arguments are false, and returns TRUE
only if all of its arguments are true.
TEXT FUNCTIONS
CLEAN Removes all nonprintable characters.
CONCATENATE Combines text from multiple fields into one cell.
EXACT Compares two text strings to see if they are the same.
LEFT Returns the first num_characters in a text string.
UPPER Converts text into all-uppercase characters (SHIFT + F3).
DATE & TIME FUNCTIONS
TODAY() Inserts the current date
NOW() Inserts both the current date and time.
WEEKDAY Returns the day of the week for a specific date.
DAYS Calculates the number of days between two dates.
LOOKUP AND REFERENCE FUNCTIONS
VLOOKUP
Searches the first column of a table_array and returns a value
from the same row in the column indicated by col_index_num.
HLOOKUP
Searches the first row of table_array and returns a value from the
same column, in the row indicated by row_index_num.
ROWS Returns the number of rows in the specified range.
MATH & TRIG FUNCTIONS
SUMIF
Combines the IF and SUM functions to add specific values in a
range according to the criterion you supply.
COUNTIF
Similar to SUMIF, but count cells in the specified range that match
your specified criterion.
PRODUCT Multiplies all of its arguments.
ROUND
Rounds a number by using this function for a specific number of
digits.
Function Formula
Sum =SUM( )
Average =AVERAGE( )
Today() =TODAY()
Concatenate =CONCAT( )
=FUNCTION(Cells)
Cell Formula
, Separated cells
: Range of consecutive cells
( ) [ } Enclosure of cells
* - / x Basic Operations
FUNCTION FORMULA
Sum =SUM( )
Average =AVERAGE( )
Max =MAX( )
Min =MIN( )
FUNCTION FORMULA
Count =COUNT( )
CountA =COUNTA( )
Concatenate =CONCAT( )
Round =ROUND( )
EASY WAY
1. Create the table with rows & columns of data.
2. Select all the desired cells.
3. Go to the HOME/FORMULA tab, find the
AUTOSUM Command.
4. Click the dropdown arrow and select the
desired function.
1. Create the table with rows & columns of data.
2. Select all the desired cells.
3. Go to the
HOME/FORMULA tab;
find the AUTOSUM
command.
4. Click the DROPDOWN
ARROW, and select the
desired function.
LESS EASY WAY
1. Create the table with rows & columns of data.
2. Select the desired cell where you want the
result would be.
3. Type the FUNCTION FORMULA in the desired
cell or on the FORMULA BAR.
4. Press ENTER on the keyboard.
=FUNCTION(Cells)
1. Create the table with rows & columns of data.
2. Select the desired cell where you want the
result would be.
3. Type the FUNCTION FORMULA in the desired
cell or on the FORMULA BAR.
4. Press ENTER on the keyboard.
FUNCTION FORMULA
Sum =SUM( )
Average =AVERAGE( )
Max =MAX( )
Min =MIN( )
FUNCTION FORMULA
Count =COUNT( )
CountA =COUNTA( )
Concatenate =CONCAT( )
Round =ROUND( )
IF Function
VLOOKUP/
HLOOKUP
Function
1. Create the table with rows & columns of
data.
2. Determine the IF Criteria or Conditions.
3. Select the desired cell to put the results
in.
4. Go to the HOME/FORMULA tab, find the
AUTOSUM Command.
5. Click the MORE FUNCTIONS.
6. Search IF in the dialogue box and
select the IF Function.
7. Click OK.
8. In the LOGICAL_TEST box, type the
desired criterion (Cell>=Numerical
Value). For example is A1>=75.
9. Enter returned value in the IF_TRUE
and IF_FALSE text boxes (Passed,
Failed).
1. Create the table with rows & columns of data.
2. Determine the IF Criteria or Conditions.
3. Select the desired cell to put the results in.
4. Go to the
HOME/FORMUL
A tab; find the
AUTOSUM
command.
5. Click the MORE
FUNCTIONS.
6. Search IF in the
dialogue box and
select the IF
Function.
7. Click OK.
8. In the
LOGICAL_TEST
box, type the
desired criterion
(Cell>=Numerical
Value). For
example is
A1>=75.
9. Enter returned
value in the
IF_TRUE and
IF_FALSE text
boxes (Passed,
Failed).
=IF(B12>=75, “PASSED”,”FAILED”)
IF Function
Formula
Returned
Values
Criterion
Cell
Reference
VLOOKUP – Vertical
HLOOKUP - Horizontal
1. Create the table with rows & columns of data.
2. Create the LookUp Table (your criteria). Values
must be in ASCENDING ORDER.
3. Select the desired cell to put the results in.
4. Go to the HOME/FORMULA tab, find the
AUTOSUM Command.
5. Click the MORE FUNCTIONS.
6. Search VLOOKUP in the dialogue
box and select the function.
7. Click OK.
8. In the LOOKUP_VALUE box, type or select
the reference cell.
9. In the TABLE_ARRAY, select the entire
LOOKUP TABLE. Make it ABSOLUTE (Press
F4).
10. In the COL_INDEX_NUM, type 2.
11. In the RANGE_LOOKUP, type TRUE (closest
match)or FALSE (exact match).
1. Create the table with rows & columns of data.
2. Create the LookUp Table (your criteria). Values must be in ASCENDING
ORDER.
3. Select the desired cell to put the results in.
8. In the LOOKUP_VALUE box,
type or select the reference
cell.
9. In the TABLE_ARRAY, select
the entire LOOKUP TABLE.
Make it ABSOLUTE (Press F3).
10.In the COL_INDEX_NUM,
type 2.
11.In the RANGE_LOOKUP, type
TRUE (closest match)or FALSE
(exact match).
8. In the LOOKUP_VALUE box, type or select the reference cell.
9. In the TABLE_ARRAY, select the entire LOOKUP TABLE. Make it ABSOLUTE (Press F4).
10.In the COL_INDEX_NUM, type 2.
11.In the RANGE_LOOKUP, type TRUE (closest match)or FALSE (exact match).
=VLOOKUP(B12,$N$3:$P$7,2,TRUE)
IF Function
Formula
Logical
Value
Vlookup
Table
Cell
Reference
Reference
Column

More Related Content

Similar to Empowerment through Excel

Similar to Empowerment through Excel (20)

Excel useful tips
Excel useful tipsExcel useful tips
Excel useful tips
 
Excel tips
Excel tipsExcel tips
Excel tips
 
Excel tips
Excel tipsExcel tips
Excel tips
 
Excel Useful Tips
Excel Useful TipsExcel Useful Tips
Excel Useful Tips
 
35 Useful Excel Tips
35 Useful Excel Tips35 Useful Excel Tips
35 Useful Excel Tips
 
Excel useful tips
Excel useful tipsExcel useful tips
Excel useful tips
 
Excel useful tips
Excel useful tipsExcel useful tips
Excel useful tips
 
AAG_Excel_2010_Formulas_and_Functions
AAG_Excel_2010_Formulas_and_FunctionsAAG_Excel_2010_Formulas_and_Functions
AAG_Excel_2010_Formulas_and_Functions
 
Excel Useful Tips
Excel Useful TipsExcel Useful Tips
Excel Useful Tips
 
Excel formulas-manual
Excel formulas-manualExcel formulas-manual
Excel formulas-manual
 
Excel_useful_tips
Excel_useful_tipsExcel_useful_tips
Excel_useful_tips
 
Excel Formulas Functions 2007
Excel Formulas Functions 2007Excel Formulas Functions 2007
Excel Formulas Functions 2007
 
Ms excel
Ms excelMs excel
Ms excel
 
Simple formulas excel
Simple formulas excelSimple formulas excel
Simple formulas excel
 
Excel Tips
Excel TipsExcel Tips
Excel Tips
 
Excel Tips
Excel TipsExcel Tips
Excel Tips
 
Excel Tips
Excel TipsExcel Tips
Excel Tips
 
Excel tips 172
Excel tips 172Excel tips 172
Excel tips 172
 
Etech. mitch. [autosaved]
Etech. mitch. [autosaved]Etech. mitch. [autosaved]
Etech. mitch. [autosaved]
 
Excel Tips
Excel TipsExcel Tips
Excel Tips
 

More from SheryldeVilla2

empowerment technologies Powerpoint presentation
empowerment technologies Powerpoint presentationempowerment technologies Powerpoint presentation
empowerment technologies Powerpoint presentationSheryldeVilla2
 
bread and pastry production tools and equipment.pptx
bread and pastry production tools and equipment.pptxbread and pastry production tools and equipment.pptx
bread and pastry production tools and equipment.pptxSheryldeVilla2
 
ETECH - Eggs N' Such.pptx
ETECH - Eggs N' Such.pptxETECH - Eggs N' Such.pptx
ETECH - Eggs N' Such.pptxSheryldeVilla2
 
Baking Basics and Quick Breads.ppt
Baking Basics and Quick Breads.pptBaking Basics and Quick Breads.ppt
Baking Basics and Quick Breads.pptSheryldeVilla2
 
tools and equipment.pptx
tools and equipment.pptxtools and equipment.pptx
tools and equipment.pptxSheryldeVilla2
 
06-25&26 basic terminologies.ppt
06-25&26 basic terminologies.ppt06-25&26 basic terminologies.ppt
06-25&26 basic terminologies.pptSheryldeVilla2
 

More from SheryldeVilla2 (9)

empowerment technologies Powerpoint presentation
empowerment technologies Powerpoint presentationempowerment technologies Powerpoint presentation
empowerment technologies Powerpoint presentation
 
bread and pastry production tools and equipment.pptx
bread and pastry production tools and equipment.pptxbread and pastry production tools and equipment.pptx
bread and pastry production tools and equipment.pptx
 
Intro-of-MIL.pptx
Intro-of-MIL.pptxIntro-of-MIL.pptx
Intro-of-MIL.pptx
 
ETECH - Eggs N' Such.pptx
ETECH - Eggs N' Such.pptxETECH - Eggs N' Such.pptx
ETECH - Eggs N' Such.pptx
 
Baking Basics and Quick Breads.ppt
Baking Basics and Quick Breads.pptBaking Basics and Quick Breads.ppt
Baking Basics and Quick Breads.ppt
 
tools and equipment.pptx
tools and equipment.pptxtools and equipment.pptx
tools and equipment.pptx
 
procedures (1).ppt
procedures (1).pptprocedures (1).ppt
procedures (1).ppt
 
06-25&26 basic terminologies.ppt
06-25&26 basic terminologies.ppt06-25&26 basic terminologies.ppt
06-25&26 basic terminologies.ppt
 
Sanitation.pptx
Sanitation.pptxSanitation.pptx
Sanitation.pptx
 

Recently uploaded

Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 

Recently uploaded (20)

Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 

Empowerment through Excel

  • 2. It features calculation, graphing tools, pivot tables, and a macro programming language. It can compute costs incurred in the creation of projects, or create tables for findings in the researchers, and then create reports for business or research that you are doing. It is also a collaboration tool for financial analysis or modelling.
  • 3. Title Bar Ribbon Quick Access Toolbar View Buttons Zoom Controls File Tab
  • 8. A formula is an expression which calculates the value of a cell. Functions are predefined formulas and are already available in Excel.
  • 9. Functions Built-in Formulas Operator Asterisk (*) = Multiplication Operator Caret (^) = Raises Number to a Power Operator Plus (+) = Addition Operator Minus (-) = Subtraction Reference Name of specific cell to use Constants Values entered directly into a formula
  • 10. FUNCTION PURPOSE =SUM Calculates the SUM of the values of a range of cells. =AVERAGE Calculates the ARITHMETIC MEAN of a range of cells or values. =MAX Gives the MAXIMUM value in a range of cells or values. =MIN Gives the MINIMUM values in a range of cells or values. =COUNT Counts the number of cells in a range of cells or values. =IF Shows a series of calculations using the same formula, but a different value for each calculation to determine whether the formula is true or false.
  • 11. FINANCIAL FUNCTIONS PMT Computes the payment required to amortize a loan over a specified number of periods. IPMT Computes the interest portion of an individual loan payment, assuming a constant payment and interest rate. NPER Computes the number of periods required to amortize a loan, given a specified payment. SLN Calculates a straight-line depreciation for an asset.
  • 12. LOGICAL FUNCTIONS IF Applies a logical test that results in a True or False. Nested IF Creates a hierarchy of tests. AND Returns FALSE if any of its arguments are false, and returns TRUE only if all of its arguments are true.
  • 13. TEXT FUNCTIONS CLEAN Removes all nonprintable characters. CONCATENATE Combines text from multiple fields into one cell. EXACT Compares two text strings to see if they are the same. LEFT Returns the first num_characters in a text string. UPPER Converts text into all-uppercase characters (SHIFT + F3).
  • 14. DATE & TIME FUNCTIONS TODAY() Inserts the current date NOW() Inserts both the current date and time. WEEKDAY Returns the day of the week for a specific date. DAYS Calculates the number of days between two dates.
  • 15. LOOKUP AND REFERENCE FUNCTIONS VLOOKUP Searches the first column of a table_array and returns a value from the same row in the column indicated by col_index_num. HLOOKUP Searches the first row of table_array and returns a value from the same column, in the row indicated by row_index_num. ROWS Returns the number of rows in the specified range.
  • 16. MATH & TRIG FUNCTIONS SUMIF Combines the IF and SUM functions to add specific values in a range according to the criterion you supply. COUNTIF Similar to SUMIF, but count cells in the specified range that match your specified criterion. PRODUCT Multiplies all of its arguments. ROUND Rounds a number by using this function for a specific number of digits.
  • 17. Function Formula Sum =SUM( ) Average =AVERAGE( ) Today() =TODAY() Concatenate =CONCAT( ) =FUNCTION(Cells) Cell Formula , Separated cells : Range of consecutive cells ( ) [ } Enclosure of cells * - / x Basic Operations
  • 18. FUNCTION FORMULA Sum =SUM( ) Average =AVERAGE( ) Max =MAX( ) Min =MIN( ) FUNCTION FORMULA Count =COUNT( ) CountA =COUNTA( ) Concatenate =CONCAT( ) Round =ROUND( )
  • 19. EASY WAY 1. Create the table with rows & columns of data. 2. Select all the desired cells. 3. Go to the HOME/FORMULA tab, find the AUTOSUM Command. 4. Click the dropdown arrow and select the desired function.
  • 20. 1. Create the table with rows & columns of data. 2. Select all the desired cells.
  • 21. 3. Go to the HOME/FORMULA tab; find the AUTOSUM command. 4. Click the DROPDOWN ARROW, and select the desired function.
  • 22.
  • 23. LESS EASY WAY 1. Create the table with rows & columns of data. 2. Select the desired cell where you want the result would be. 3. Type the FUNCTION FORMULA in the desired cell or on the FORMULA BAR. 4. Press ENTER on the keyboard. =FUNCTION(Cells)
  • 24. 1. Create the table with rows & columns of data. 2. Select the desired cell where you want the result would be.
  • 25. 3. Type the FUNCTION FORMULA in the desired cell or on the FORMULA BAR. 4. Press ENTER on the keyboard.
  • 26. FUNCTION FORMULA Sum =SUM( ) Average =AVERAGE( ) Max =MAX( ) Min =MIN( ) FUNCTION FORMULA Count =COUNT( ) CountA =COUNTA( ) Concatenate =CONCAT( ) Round =ROUND( )
  • 28. 1. Create the table with rows & columns of data. 2. Determine the IF Criteria or Conditions. 3. Select the desired cell to put the results in. 4. Go to the HOME/FORMULA tab, find the AUTOSUM Command.
  • 29. 5. Click the MORE FUNCTIONS. 6. Search IF in the dialogue box and select the IF Function. 7. Click OK.
  • 30. 8. In the LOGICAL_TEST box, type the desired criterion (Cell>=Numerical Value). For example is A1>=75. 9. Enter returned value in the IF_TRUE and IF_FALSE text boxes (Passed, Failed).
  • 31. 1. Create the table with rows & columns of data. 2. Determine the IF Criteria or Conditions. 3. Select the desired cell to put the results in.
  • 32. 4. Go to the HOME/FORMUL A tab; find the AUTOSUM command. 5. Click the MORE FUNCTIONS. 6. Search IF in the dialogue box and select the IF Function. 7. Click OK.
  • 33. 8. In the LOGICAL_TEST box, type the desired criterion (Cell>=Numerical Value). For example is A1>=75. 9. Enter returned value in the IF_TRUE and IF_FALSE text boxes (Passed, Failed).
  • 34.
  • 36.
  • 38. 1. Create the table with rows & columns of data. 2. Create the LookUp Table (your criteria). Values must be in ASCENDING ORDER. 3. Select the desired cell to put the results in. 4. Go to the HOME/FORMULA tab, find the AUTOSUM Command.
  • 39. 5. Click the MORE FUNCTIONS. 6. Search VLOOKUP in the dialogue box and select the function. 7. Click OK.
  • 40. 8. In the LOOKUP_VALUE box, type or select the reference cell. 9. In the TABLE_ARRAY, select the entire LOOKUP TABLE. Make it ABSOLUTE (Press F4). 10. In the COL_INDEX_NUM, type 2. 11. In the RANGE_LOOKUP, type TRUE (closest match)or FALSE (exact match).
  • 41. 1. Create the table with rows & columns of data. 2. Create the LookUp Table (your criteria). Values must be in ASCENDING ORDER. 3. Select the desired cell to put the results in.
  • 42. 8. In the LOOKUP_VALUE box, type or select the reference cell. 9. In the TABLE_ARRAY, select the entire LOOKUP TABLE. Make it ABSOLUTE (Press F3). 10.In the COL_INDEX_NUM, type 2. 11.In the RANGE_LOOKUP, type TRUE (closest match)or FALSE (exact match).
  • 43. 8. In the LOOKUP_VALUE box, type or select the reference cell. 9. In the TABLE_ARRAY, select the entire LOOKUP TABLE. Make it ABSOLUTE (Press F4). 10.In the COL_INDEX_NUM, type 2. 11.In the RANGE_LOOKUP, type TRUE (closest match)or FALSE (exact match).
  • 44.

Editor's Notes

  1. Exponent = ^
  2. Count = # cells countA = non-empty cells
  3. Count = # cells countA = non-empty cells
  4. Count = # cells countA = non-empty cells