SlideShare a Scribd company logo
1 of 24
Microsoft Word 2003

Excel Formulas and
Functions
This Guide will teach you how to work with math functions and
formulas.
Presenter: Jolanta Soltis
MCSE, MCT, A+

Academic Computing Services 2007
Math and more…
You can use formulas to:
Solve mathematical problems
Complete statistical and financial functions
Return numerical and text values based on
other cells
Add and format text in cells

Academic Computing Services 2007
Formula
Mathematical Equation
All formulas begin with an equal (=) sign
Data that is stored in the worksheet and that
needs to be used in a formula is referenced
using the cell’s address
=A1+A2/(A3-A4)

Academic Computing Services 2007
An example of a simple
formula

Academic Computing Services 2007
Functions
A predefined formula
Formula: =A1+A2+A3+A4+A5
Function: =SUM(A1:A5)

Academic Computing Services 2007
An example of a more
complex formula

Academic Computing Services 2007
What makes a formula?
=(3*$A$2*SUM(A3:A9))^1/3
Begin with =
Constants
Cell References
Operators
Functions

Academic Computing Services 2007
Constants
Values entered directly into a formula
– Simple
– Accurate
– Inflexible
2, 3, 12, 14.32

Academic Computing Services 2007
References
Relative (Column Row)
A1, C18, ZZ65536

Absolute ($Column$Row)
$A$1, $C$18,$ZZ$65536

Mixed (Fixed Column or Row)
$A1, C$18

Named Ranges
Int_Rate, Grade_Scale

Academic Computing Services 2007
Operators
Arithmetic
- (negative)

%

^ (Exponent) * / +

Comparison

=

<

>

<=

>=

<>

Text
&

Reference
: (Colon)

_ (Space)

, (Comma)

Academic Computing Services 2007
Operator Order
Formulas are read from Left to Right
1. ( )
2. Negation
3. %
4. ^
5. * or /
6. + or –
7. &
8. = < > <= >= <>
Academic Computing Services 2007
Error Messages (Cell
Reference)
#########

Column not wide enough

#VALUE!

Wrong Argument or Reference

#DIV/0!

Dividing by zero

#Name?

Excel doesn’t recognize text in formula

#N/A!

Missing data or wrong value for lookup
function

#REF

Cell reference not valid (Deleted cell,
pasted over)

#NUM!

Invalid numeric value

#NULL!

Specified cells do not intersect
Academic Computing Services 2007
How to Copy Formulas?
AutoFill is a command you can use when you
want to copy the same formula across a range
of adjacent cells.
AutoFill will automatically change cell
addresses depending on where the new
formula is being copied.

Academic Computing Services 2007
An example of a
Simple
Formula
and a
Complex
formul
a
Academic Computing Services 2007
Academic Computing Services 2007
Open Excel worksheet and
enter the data below:
SalesRep
Jones
Jones
Rogers
Rogers
Rogers
Franklin
Franklin
Jones
Franklin
Rogers
Franklin
Jones
Sum:
Average:
Count:

Month
Jan
Jan
Jan
Jan
Jan
Jan
Feb
Feb
Feb
Feb
Feb
Feb

Amount
100
225
400
150
250
800
200
350
1200
900
750
800

Academic Computing Services 2007
Add values
Within a certain range:
=SUM(C2:C13)
For an entire range:
=SUM(C:C) Note: Insert this function in another column.

Academic Computing Services 2007
Count values
Count values in a range and it the entire
range:
=COUNT(C2:C13)
=COUNT(C:C)
Conditional Counting:
=COUNTIF(A2:A13, “Jones”) or
=COUNTIF(A2:A13, “=Jones”) – equal
=COUNTIF(A2:A13, “<> Jones”) – not equal

Academic Computing Services 2007
Cont…
Count the Number of Sales Greater than a
Target Value:
=COUNTIF(C2:C13, “>”&D1)
Note: the concatenation operator (&) is used
to join the grater than symbol (>) with the
cell reference.
Count the Number of Sales Greater than the
Sales Average:
=COUNTIF(C2:C13, “>”&AVERAGE(C2:C13))
Academic Computing Services 2007
Conditional Summing
Formula that adds all the sales in January:
=SUMIF(B2:B13, “=Jan”, C2:C13)
Add up sales made by other sales
representative:
=SUMIF(A2:A13, “<> Rogers”, C2:C13)
Add up the sales greater than a certain value:
=SUMIF(C2:C13, “>500”,C2:C13)
Range
Criteria

Sum range

Academic Computing Services 2007
Using the IF Function
Display a value that depends on criteria you
set
Returns a value if one condition is true and
returns another value if the condition is false

=IF(logical_test,value_if_true,value_if_fa
lse)

Academic Computing Services 2007
PMT function
Function used to calculate a loan payment
amount using principal, interest rate and
number of payment periods.
=PMT(rate, nper,pv)
=PMT( .09/12,4*12,24000)

Academic Computing Services 2007
Calculating time period
Each day, month, and year is given a
particular numerical value or serial number by
your computer.
Your computer will work from 1900 date
system or 1904 date system
1900 date system: Jan 1, 1900 –Dec 31, 9999
1904 date system: Jan 2, 1904 – Dec31, 9999
To check go to Tools – Options – Calculation

Academic Computing Services 2007
If you have any questions, please feel free to
contact Academic Computing Services

Jolanta Soltis
IT Consultant
(973) 596-2925
e-mail soltis@njit.edu

Academic Computing Services 2007

More Related Content

What's hot

Spreadsheet text functions
Spreadsheet text functionsSpreadsheet text functions
Spreadsheet text functionsAnjan Mahanta
 
MS-Excel Formulas and Functions
MS-Excel Formulas and FunctionsMS-Excel Formulas and Functions
MS-Excel Formulas and FunctionsP. SUNDARI ARUN
 
Chap14 multiple regression model building
Chap14 multiple regression model buildingChap14 multiple regression model building
Chap14 multiple regression model buildingUni Azza Aunillah
 
Office technology
Office technology Office technology
Office technology SalwaRegina
 
2. mathematical functions in excel
2. mathematical functions in excel2. mathematical functions in excel
2. mathematical functions in excelDr. Prashant Vats
 
Creating Formulas in Excel
Creating Formulas in ExcelCreating Formulas in Excel
Creating Formulas in ExcelKim Estes
 
Chap01 intro & data collection
Chap01 intro & data collectionChap01 intro & data collection
Chap01 intro & data collectionUni Azza Aunillah
 
Chap11 chie square & non parametrics
Chap11 chie square & non parametricsChap11 chie square & non parametrics
Chap11 chie square & non parametricsUni Azza Aunillah
 
Chap02 presenting data in chart & tables
Chap02 presenting data in chart & tablesChap02 presenting data in chart & tables
Chap02 presenting data in chart & tablesUni Azza Aunillah
 
Excel 2007 dates
Excel 2007 datesExcel 2007 dates
Excel 2007 datesosuchin
 
Using Functions in Excel
Using Functions in ExcelUsing Functions in Excel
Using Functions in ExcelCasey Robertson
 
Excel spreadsheet
Excel spreadsheetExcel spreadsheet
Excel spreadsheetByju Antony
 
Using The Function In Excel 3
Using The Function In Excel 3Using The Function In Excel 3
Using The Function In Excel 3norzaini
 

What's hot (20)

Excel formula
Excel formulaExcel formula
Excel formula
 
Spreadsheet text functions
Spreadsheet text functionsSpreadsheet text functions
Spreadsheet text functions
 
Ms excel ppt
Ms   excel pptMs   excel ppt
Ms excel ppt
 
MS-Excel Formulas and Functions
MS-Excel Formulas and FunctionsMS-Excel Formulas and Functions
MS-Excel Formulas and Functions
 
Chap14 multiple regression model building
Chap14 multiple regression model buildingChap14 multiple regression model building
Chap14 multiple regression model building
 
Office technology
Office technology Office technology
Office technology
 
Excel 2007 Unit E
Excel 2007 Unit EExcel 2007 Unit E
Excel 2007 Unit E
 
Spreadhsheets 1
Spreadhsheets 1Spreadhsheets 1
Spreadhsheets 1
 
Mastering Excel Formulas and Functions
Mastering Excel Formulas and FunctionsMastering Excel Formulas and Functions
Mastering Excel Formulas and Functions
 
2. mathematical functions in excel
2. mathematical functions in excel2. mathematical functions in excel
2. mathematical functions in excel
 
Creating Formulas in Excel
Creating Formulas in ExcelCreating Formulas in Excel
Creating Formulas in Excel
 
Chap01 intro & data collection
Chap01 intro & data collectionChap01 intro & data collection
Chap01 intro & data collection
 
Chap11 chie square & non parametrics
Chap11 chie square & non parametricsChap11 chie square & non parametrics
Chap11 chie square & non parametrics
 
Chap02 presenting data in chart & tables
Chap02 presenting data in chart & tablesChap02 presenting data in chart & tables
Chap02 presenting data in chart & tables
 
Presentation2 bucks-1
Presentation2 bucks-1Presentation2 bucks-1
Presentation2 bucks-1
 
Chap10 anova
Chap10 anovaChap10 anova
Chap10 anova
 
Excel 2007 dates
Excel 2007 datesExcel 2007 dates
Excel 2007 dates
 
Using Functions in Excel
Using Functions in ExcelUsing Functions in Excel
Using Functions in Excel
 
Excel spreadsheet
Excel spreadsheetExcel spreadsheet
Excel spreadsheet
 
Using The Function In Excel 3
Using The Function In Excel 3Using The Function In Excel 3
Using The Function In Excel 3
 

Viewers also liked

Ict 10 ang computer file system
Ict 10 ang computer file systemIct 10 ang computer file system
Ict 10 ang computer file systemMarie Jaja Tan Roa
 
Visual Studio.NET
Visual Studio.NETVisual Studio.NET
Visual Studio.NETsalonityagi
 
Database Operation di VB.NET
Database Operation di VB.NETDatabase Operation di VB.NET
Database Operation di VB.NETFgroupIndonesia
 
File handling in vb.net
File handling in vb.netFile handling in vb.net
File handling in vb.netEverywhere
 
Functions and formulas of ms excel
Functions and formulas of ms excelFunctions and formulas of ms excel
Functions and formulas of ms excelmadhuparna bhowmik
 
College management system ppt
College management system pptCollege management system ppt
College management system pptShanthan Reddy
 
MS EXCEL PPT PRESENTATION
MS EXCEL PPT PRESENTATIONMS EXCEL PPT PRESENTATION
MS EXCEL PPT PRESENTATIONMridul Bansal
 

Viewers also liked (8)

Ict 10 ang computer file system
Ict 10 ang computer file systemIct 10 ang computer file system
Ict 10 ang computer file system
 
Visual Studio.NET
Visual Studio.NETVisual Studio.NET
Visual Studio.NET
 
Database Operation di VB.NET
Database Operation di VB.NETDatabase Operation di VB.NET
Database Operation di VB.NET
 
File handling in vb.net
File handling in vb.netFile handling in vb.net
File handling in vb.net
 
Introduction to VB.NET - UP SITF
Introduction to VB.NET - UP SITFIntroduction to VB.NET - UP SITF
Introduction to VB.NET - UP SITF
 
Functions and formulas of ms excel
Functions and formulas of ms excelFunctions and formulas of ms excel
Functions and formulas of ms excel
 
College management system ppt
College management system pptCollege management system ppt
College management system ppt
 
MS EXCEL PPT PRESENTATION
MS EXCEL PPT PRESENTATIONMS EXCEL PPT PRESENTATION
MS EXCEL PPT PRESENTATION
 

Similar to Excel 2003 formulas

Top 20 microsoft excel formulas you must know
Top 20 microsoft excel formulas you must knowTop 20 microsoft excel formulas you must know
Top 20 microsoft excel formulas you must knowAlexHenderson59
 
Lesson 10 FUNCTIONS AND FORMULAS IN AN E.pptx
Lesson 10 FUNCTIONS AND FORMULAS IN AN E.pptxLesson 10 FUNCTIONS AND FORMULAS IN AN E.pptx
Lesson 10 FUNCTIONS AND FORMULAS IN AN E.pptxCristineJoyVillajuan
 
MIS 226: Chapter 2
MIS 226: Chapter 2MIS 226: Chapter 2
MIS 226: Chapter 2macrob14
 
3 Formulas, Ranges, Functions.ppt
3 Formulas, Ranges, Functions.ppt3 Formulas, Ranges, Functions.ppt
3 Formulas, Ranges, Functions.pptJosephIThomas
 
Use of Excel Spreadsheets in Computing Grades
Use of Excel Spreadsheets in Computing GradesUse of Excel Spreadsheets in Computing Grades
Use of Excel Spreadsheets in Computing GradesElli May Cañas
 
3 Formulas, Ranges, Functions.ppt
3 Formulas, Ranges, Functions.ppt3 Formulas, Ranges, Functions.ppt
3 Formulas, Ranges, Functions.pptAllanGuevarra1
 
Lecture 1 Intro to Excel.pptx
Lecture 1 Intro to Excel.pptxLecture 1 Intro to Excel.pptx
Lecture 1 Intro to Excel.pptxEktasingh152981
 
Chapter 16-spreadsheet1 questions and answer
Chapter 16-spreadsheet1  questions and answerChapter 16-spreadsheet1  questions and answer
Chapter 16-spreadsheet1 questions and answerRaajTech
 
Microsoft Excel Advanced Features
Microsoft Excel Advanced FeaturesMicrosoft Excel Advanced Features
Microsoft Excel Advanced FeaturesAkashMeghwar2
 
QMMS Lesson 2 - Using Excel Formula.pptx
QMMS Lesson 2 - Using Excel Formula.pptxQMMS Lesson 2 - Using Excel Formula.pptx
QMMS Lesson 2 - Using Excel Formula.pptxROWELL MARQUINA
 

Similar to Excel 2003 formulas (20)

Top 20 microsoft excel formulas you must know
Top 20 microsoft excel formulas you must knowTop 20 microsoft excel formulas you must know
Top 20 microsoft excel formulas you must know
 
Lesson 10 FUNCTIONS AND FORMULAS IN AN E.pptx
Lesson 10 FUNCTIONS AND FORMULAS IN AN E.pptxLesson 10 FUNCTIONS AND FORMULAS IN AN E.pptx
Lesson 10 FUNCTIONS AND FORMULAS IN AN E.pptx
 
Microsoft Excel
Microsoft ExcelMicrosoft Excel
Microsoft Excel
 
Office session10
Office session10Office session10
Office session10
 
Ms excel 2016_function
Ms excel 2016_functionMs excel 2016_function
Ms excel 2016_function
 
MIS 226: Chapter 2
MIS 226: Chapter 2MIS 226: Chapter 2
MIS 226: Chapter 2
 
3 Formulas, Ranges, Functions.ppt
3 Formulas, Ranges, Functions.ppt3 Formulas, Ranges, Functions.ppt
3 Formulas, Ranges, Functions.ppt
 
Use of Excel Spreadsheets in Computing Grades
Use of Excel Spreadsheets in Computing GradesUse of Excel Spreadsheets in Computing Grades
Use of Excel Spreadsheets in Computing Grades
 
3 Formulas, Ranges, Functions.ppt
3 Formulas, Ranges, Functions.ppt3 Formulas, Ranges, Functions.ppt
3 Formulas, Ranges, Functions.ppt
 
Lecture 1 Intro to Excel.pptx
Lecture 1 Intro to Excel.pptxLecture 1 Intro to Excel.pptx
Lecture 1 Intro to Excel.pptx
 
042-MIS105-L07.ppt
042-MIS105-L07.ppt042-MIS105-L07.ppt
042-MIS105-L07.ppt
 
Chapter 16-spreadsheet1 questions and answer
Chapter 16-spreadsheet1  questions and answerChapter 16-spreadsheet1  questions and answer
Chapter 16-spreadsheet1 questions and answer
 
itm file
 itm file itm file
itm file
 
Spreadsheet Package
Spreadsheet PackageSpreadsheet Package
Spreadsheet Package
 
MicrosoftExcel
MicrosoftExcelMicrosoftExcel
MicrosoftExcel
 
Microsoft Excel Advanced Features
Microsoft Excel Advanced FeaturesMicrosoft Excel Advanced Features
Microsoft Excel Advanced Features
 
Spreadhsheets 1
Spreadhsheets 1Spreadhsheets 1
Spreadhsheets 1
 
Presentation3.pptx
Presentation3.pptxPresentation3.pptx
Presentation3.pptx
 
QMMS Lesson 2 - Using Excel Formula.pptx
QMMS Lesson 2 - Using Excel Formula.pptxQMMS Lesson 2 - Using Excel Formula.pptx
QMMS Lesson 2 - Using Excel Formula.pptx
 
Microsoft excel formulas
Microsoft excel formulasMicrosoft excel formulas
Microsoft excel formulas
 

Recently uploaded

Hoi An Ancient Town, Vietnam (越南 會安古鎮).ppsx
Hoi An Ancient Town, Vietnam (越南 會安古鎮).ppsxHoi An Ancient Town, Vietnam (越南 會安古鎮).ppsx
Hoi An Ancient Town, Vietnam (越南 會安古鎮).ppsxChung Yen Chang
 
How Safe Is It To Witness Whales In Maui’s Waters
How Safe Is It To Witness Whales In Maui’s WatersHow Safe Is It To Witness Whales In Maui’s Waters
How Safe Is It To Witness Whales In Maui’s WatersMakena Coast Charters
 
Revolutionalizing Travel: A VacAI Update
Revolutionalizing Travel: A VacAI UpdateRevolutionalizing Travel: A VacAI Update
Revolutionalizing Travel: A VacAI Updatejoymorrison10
 
Authentic Travel Experience 2024 Greg DeShields.pptx
Authentic Travel Experience 2024 Greg DeShields.pptxAuthentic Travel Experience 2024 Greg DeShields.pptx
Authentic Travel Experience 2024 Greg DeShields.pptxGregory DeShields
 
a presentation for foreigners about how to travel in Germany.
a presentation for foreigners about how to travel in Germany.a presentation for foreigners about how to travel in Germany.
a presentation for foreigners about how to travel in Germany.moritzmieg
 
Inspirational Quotes About Italy and Food
Inspirational Quotes About Italy and FoodInspirational Quotes About Italy and Food
Inspirational Quotes About Italy and FoodKasia Chojecki
 
Italia Lucca 1 Un tesoro nascosto tra le sue mura
Italia Lucca 1 Un tesoro nascosto tra le sue muraItalia Lucca 1 Un tesoro nascosto tra le sue mura
Italia Lucca 1 Un tesoro nascosto tra le sue murasandamichaela *
 
Aeromexico Airlines Flight Name Change Policy
Aeromexico Airlines Flight Name Change PolicyAeromexico Airlines Flight Name Change Policy
Aeromexico Airlines Flight Name Change PolicyFlyFairTravels
 
question 2: airplane vocabulary presentation
question 2: airplane vocabulary presentationquestion 2: airplane vocabulary presentation
question 2: airplane vocabulary presentationcaminantesdaauga
 
Sicily Holidays Guide Book: Unveiling the Treasures of Italy's Jewel
Sicily Holidays Guide Book: Unveiling the Treasures of Italy's JewelSicily Holidays Guide Book: Unveiling the Treasures of Italy's Jewel
Sicily Holidays Guide Book: Unveiling the Treasures of Italy's JewelTime for Sicily
 
Moroccan Architecture presentation ( Omar & Yasine ).pptx
Moroccan Architecture presentation ( Omar & Yasine ).pptxMoroccan Architecture presentation ( Omar & Yasine ).pptx
Moroccan Architecture presentation ( Omar & Yasine ).pptxOmarOuazzani1
 
69 Girls ✠ 9599264170 ✠ Call Girls In East Of Kailash (VIP)
69 Girls ✠ 9599264170 ✠ Call Girls In East Of Kailash (VIP)69 Girls ✠ 9599264170 ✠ Call Girls In East Of Kailash (VIP)
69 Girls ✠ 9599264170 ✠ Call Girls In East Of Kailash (VIP)Escort Service
 
Haitian culture and stuff and places and food and travel.pptx
Haitian culture and stuff and places and food and travel.pptxHaitian culture and stuff and places and food and travel.pptx
Haitian culture and stuff and places and food and travel.pptxhxhlixia
 
5S - House keeping (Seiri, Seiton, Seiso, Seiketsu, Shitsuke)
5S - House keeping (Seiri, Seiton, Seiso, Seiketsu, Shitsuke)5S - House keeping (Seiri, Seiton, Seiso, Seiketsu, Shitsuke)
5S - House keeping (Seiri, Seiton, Seiso, Seiketsu, Shitsuke)Mazie Garcia
 
Where to Stay in Lagos, Portugal.pptxasd
Where to Stay in Lagos, Portugal.pptxasdWhere to Stay in Lagos, Portugal.pptxasd
Where to Stay in Lagos, Portugal.pptxasdusmanghaniwixpatriot
 

Recently uploaded (17)

Hoi An Ancient Town, Vietnam (越南 會安古鎮).ppsx
Hoi An Ancient Town, Vietnam (越南 會安古鎮).ppsxHoi An Ancient Town, Vietnam (越南 會安古鎮).ppsx
Hoi An Ancient Town, Vietnam (越南 會安古鎮).ppsx
 
How Safe Is It To Witness Whales In Maui’s Waters
How Safe Is It To Witness Whales In Maui’s WatersHow Safe Is It To Witness Whales In Maui’s Waters
How Safe Is It To Witness Whales In Maui’s Waters
 
Revolutionalizing Travel: A VacAI Update
Revolutionalizing Travel: A VacAI UpdateRevolutionalizing Travel: A VacAI Update
Revolutionalizing Travel: A VacAI Update
 
Authentic Travel Experience 2024 Greg DeShields.pptx
Authentic Travel Experience 2024 Greg DeShields.pptxAuthentic Travel Experience 2024 Greg DeShields.pptx
Authentic Travel Experience 2024 Greg DeShields.pptx
 
a presentation for foreigners about how to travel in Germany.
a presentation for foreigners about how to travel in Germany.a presentation for foreigners about how to travel in Germany.
a presentation for foreigners about how to travel in Germany.
 
Inspirational Quotes About Italy and Food
Inspirational Quotes About Italy and FoodInspirational Quotes About Italy and Food
Inspirational Quotes About Italy and Food
 
Italia Lucca 1 Un tesoro nascosto tra le sue mura
Italia Lucca 1 Un tesoro nascosto tra le sue muraItalia Lucca 1 Un tesoro nascosto tra le sue mura
Italia Lucca 1 Un tesoro nascosto tra le sue mura
 
Aeromexico Airlines Flight Name Change Policy
Aeromexico Airlines Flight Name Change PolicyAeromexico Airlines Flight Name Change Policy
Aeromexico Airlines Flight Name Change Policy
 
Enjoy ➥8448380779▻ Call Girls In Sector 74 Noida Escorts Delhi NCR
Enjoy ➥8448380779▻ Call Girls In Sector 74 Noida Escorts Delhi NCREnjoy ➥8448380779▻ Call Girls In Sector 74 Noida Escorts Delhi NCR
Enjoy ➥8448380779▻ Call Girls In Sector 74 Noida Escorts Delhi NCR
 
question 2: airplane vocabulary presentation
question 2: airplane vocabulary presentationquestion 2: airplane vocabulary presentation
question 2: airplane vocabulary presentation
 
Sicily Holidays Guide Book: Unveiling the Treasures of Italy's Jewel
Sicily Holidays Guide Book: Unveiling the Treasures of Italy's JewelSicily Holidays Guide Book: Unveiling the Treasures of Italy's Jewel
Sicily Holidays Guide Book: Unveiling the Treasures of Italy's Jewel
 
Enjoy ➥8448380779▻ Call Girls In Sector 62 Noida Escorts Delhi NCR
Enjoy ➥8448380779▻ Call Girls In Sector 62 Noida Escorts Delhi NCREnjoy ➥8448380779▻ Call Girls In Sector 62 Noida Escorts Delhi NCR
Enjoy ➥8448380779▻ Call Girls In Sector 62 Noida Escorts Delhi NCR
 
Moroccan Architecture presentation ( Omar & Yasine ).pptx
Moroccan Architecture presentation ( Omar & Yasine ).pptxMoroccan Architecture presentation ( Omar & Yasine ).pptx
Moroccan Architecture presentation ( Omar & Yasine ).pptx
 
69 Girls ✠ 9599264170 ✠ Call Girls In East Of Kailash (VIP)
69 Girls ✠ 9599264170 ✠ Call Girls In East Of Kailash (VIP)69 Girls ✠ 9599264170 ✠ Call Girls In East Of Kailash (VIP)
69 Girls ✠ 9599264170 ✠ Call Girls In East Of Kailash (VIP)
 
Haitian culture and stuff and places and food and travel.pptx
Haitian culture and stuff and places and food and travel.pptxHaitian culture and stuff and places and food and travel.pptx
Haitian culture and stuff and places and food and travel.pptx
 
5S - House keeping (Seiri, Seiton, Seiso, Seiketsu, Shitsuke)
5S - House keeping (Seiri, Seiton, Seiso, Seiketsu, Shitsuke)5S - House keeping (Seiri, Seiton, Seiso, Seiketsu, Shitsuke)
5S - House keeping (Seiri, Seiton, Seiso, Seiketsu, Shitsuke)
 
Where to Stay in Lagos, Portugal.pptxasd
Where to Stay in Lagos, Portugal.pptxasdWhere to Stay in Lagos, Portugal.pptxasd
Where to Stay in Lagos, Portugal.pptxasd
 

Excel 2003 formulas

  • 1. Microsoft Word 2003 Excel Formulas and Functions This Guide will teach you how to work with math functions and formulas. Presenter: Jolanta Soltis MCSE, MCT, A+ Academic Computing Services 2007
  • 2. Math and more… You can use formulas to: Solve mathematical problems Complete statistical and financial functions Return numerical and text values based on other cells Add and format text in cells Academic Computing Services 2007
  • 3. Formula Mathematical Equation All formulas begin with an equal (=) sign Data that is stored in the worksheet and that needs to be used in a formula is referenced using the cell’s address =A1+A2/(A3-A4) Academic Computing Services 2007
  • 4. An example of a simple formula Academic Computing Services 2007
  • 5. Functions A predefined formula Formula: =A1+A2+A3+A4+A5 Function: =SUM(A1:A5) Academic Computing Services 2007
  • 6. An example of a more complex formula Academic Computing Services 2007
  • 7. What makes a formula? =(3*$A$2*SUM(A3:A9))^1/3 Begin with = Constants Cell References Operators Functions Academic Computing Services 2007
  • 8. Constants Values entered directly into a formula – Simple – Accurate – Inflexible 2, 3, 12, 14.32 Academic Computing Services 2007
  • 9. References Relative (Column Row) A1, C18, ZZ65536 Absolute ($Column$Row) $A$1, $C$18,$ZZ$65536 Mixed (Fixed Column or Row) $A1, C$18 Named Ranges Int_Rate, Grade_Scale Academic Computing Services 2007
  • 10. Operators Arithmetic - (negative) % ^ (Exponent) * / + Comparison = < > <= >= <> Text & Reference : (Colon) _ (Space) , (Comma) Academic Computing Services 2007
  • 11. Operator Order Formulas are read from Left to Right 1. ( ) 2. Negation 3. % 4. ^ 5. * or / 6. + or – 7. & 8. = < > <= >= <> Academic Computing Services 2007
  • 12. Error Messages (Cell Reference) ######### Column not wide enough #VALUE! Wrong Argument or Reference #DIV/0! Dividing by zero #Name? Excel doesn’t recognize text in formula #N/A! Missing data or wrong value for lookup function #REF Cell reference not valid (Deleted cell, pasted over) #NUM! Invalid numeric value #NULL! Specified cells do not intersect Academic Computing Services 2007
  • 13. How to Copy Formulas? AutoFill is a command you can use when you want to copy the same formula across a range of adjacent cells. AutoFill will automatically change cell addresses depending on where the new formula is being copied. Academic Computing Services 2007
  • 14. An example of a Simple Formula and a Complex formul a Academic Computing Services 2007
  • 16. Open Excel worksheet and enter the data below: SalesRep Jones Jones Rogers Rogers Rogers Franklin Franklin Jones Franklin Rogers Franklin Jones Sum: Average: Count: Month Jan Jan Jan Jan Jan Jan Feb Feb Feb Feb Feb Feb Amount 100 225 400 150 250 800 200 350 1200 900 750 800 Academic Computing Services 2007
  • 17. Add values Within a certain range: =SUM(C2:C13) For an entire range: =SUM(C:C) Note: Insert this function in another column. Academic Computing Services 2007
  • 18. Count values Count values in a range and it the entire range: =COUNT(C2:C13) =COUNT(C:C) Conditional Counting: =COUNTIF(A2:A13, “Jones”) or =COUNTIF(A2:A13, “=Jones”) – equal =COUNTIF(A2:A13, “<> Jones”) – not equal Academic Computing Services 2007
  • 19. Cont… Count the Number of Sales Greater than a Target Value: =COUNTIF(C2:C13, “>”&D1) Note: the concatenation operator (&) is used to join the grater than symbol (>) with the cell reference. Count the Number of Sales Greater than the Sales Average: =COUNTIF(C2:C13, “>”&AVERAGE(C2:C13)) Academic Computing Services 2007
  • 20. Conditional Summing Formula that adds all the sales in January: =SUMIF(B2:B13, “=Jan”, C2:C13) Add up sales made by other sales representative: =SUMIF(A2:A13, “<> Rogers”, C2:C13) Add up the sales greater than a certain value: =SUMIF(C2:C13, “>500”,C2:C13) Range Criteria Sum range Academic Computing Services 2007
  • 21. Using the IF Function Display a value that depends on criteria you set Returns a value if one condition is true and returns another value if the condition is false =IF(logical_test,value_if_true,value_if_fa lse) Academic Computing Services 2007
  • 22. PMT function Function used to calculate a loan payment amount using principal, interest rate and number of payment periods. =PMT(rate, nper,pv) =PMT( .09/12,4*12,24000) Academic Computing Services 2007
  • 23. Calculating time period Each day, month, and year is given a particular numerical value or serial number by your computer. Your computer will work from 1900 date system or 1904 date system 1900 date system: Jan 1, 1900 –Dec 31, 9999 1904 date system: Jan 2, 1904 – Dec31, 9999 To check go to Tools – Options – Calculation Academic Computing Services 2007
  • 24. If you have any questions, please feel free to contact Academic Computing Services Jolanta Soltis IT Consultant (973) 596-2925 e-mail soltis@njit.edu Academic Computing Services 2007

Editor's Notes

  1. The IF worksheet function Suppose that your company determines sales bonuses on a sliding scale, awarding either 10 percent or 15 percent, based on the invoice amount. To determine which one of two values to use, based on a condition that is either true or false, use the IF worksheet function. The IF worksheet function returns a bonus of either 10% or 15%, based on the invoice amount. The IF worksheet function checks a condition that must be either true or false. If the condition is true, the function returns one value; if the condition is false, the function returns another value. The function has three arguments: the condition you want to check, the value to return if the condition is true, and the value to return if the condition is false. =IF(logical_test,value_if_true,value_if_false) =iF(b4&lt;10000,10%,15%) For Suyama&apos;s $8,000 invoice, the function (in cell C4) looks like this: =IF(B4&lt;10000,10%,15%) Other possibilities: =IF(b2&gt;300, “Good”, “Try again…”) =IF(B10&gt;90, “A”,if(B10&gt;80, “B”,if (B10&gt;70, “C”,if (B10&gt;60, “D”, “F”)))) If the invoice amount is less than $10,000 (the logical_test argument), the bonus is 10 percent (the value_if_true argument). If the invoice amount is $10,000 or greater, the bonus is 15 percent (the value _if_false argument).