SlideShare a Scribd company logo
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

PPTX
Excel functions and formulas
PDF
Formulas and functions - By Amresh Tiwari
PPTX
MS Excel formula tab slides
DOCX
Excel text function
PPTX
Excel DATEDIFF Function
PDF
Basic Formulas - Excel 2013 Tutorial
PPTX
Working on MS-Excel 'FORMULA TAB'
PPTX
Functions in MS Excel
Excel functions and formulas
Formulas and functions - By Amresh Tiwari
MS Excel formula tab slides
Excel text function
Excel DATEDIFF Function
Basic Formulas - Excel 2013 Tutorial
Working on MS-Excel 'FORMULA TAB'
Functions in MS Excel

What's hot (20)

PDF
Spreadsheet text functions
PPTX
Ms excel ppt
PPTX
MS-Excel Formulas and Functions
PPT
Chap14 multiple regression model building
PPTX
Office technology
PPT
Excel 2007 Unit E
PPT
Spreadhsheets 1
PPTX
Mastering Excel Formulas and Functions
PDF
2. mathematical functions in excel
PPT
Creating Formulas in Excel
PPT
Chap01 intro & data collection
PPT
Chap11 chie square & non parametrics
PPT
Chap02 presenting data in chart & tables
PPTX
Presentation2 bucks-1
PPT
Chap10 anova
PPTX
Excel 2007 dates
PDF
Using Functions in Excel
PPTX
Excel spreadsheet
PPT
Using The Function In Excel 3
Spreadsheet text functions
Ms excel ppt
MS-Excel Formulas and Functions
Chap14 multiple regression model building
Office technology
Excel 2007 Unit E
Spreadhsheets 1
Mastering Excel Formulas and Functions
2. mathematical functions in excel
Creating Formulas in Excel
Chap01 intro & data collection
Chap11 chie square & non parametrics
Chap02 presenting data in chart & tables
Presentation2 bucks-1
Chap10 anova
Excel 2007 dates
Using Functions in Excel
Excel spreadsheet
Using The Function In Excel 3
Ad

Viewers also liked (8)

PPTX
Ict 10 ang computer file system
PPT
Visual Studio.NET
PPTX
Database Operation di VB.NET
PPTX
File handling in vb.net
PPTX
Introduction to VB.NET - UP SITF
PPTX
Functions and formulas of ms excel
PPTX
College management system ppt
PPTX
MS EXCEL PPT PRESENTATION
Ict 10 ang computer file system
Visual Studio.NET
Database Operation di VB.NET
File handling in vb.net
Introduction to VB.NET - UP SITF
Functions and formulas of ms excel
College management system ppt
MS EXCEL PPT PRESENTATION
Ad

Similar to Excel 2003 formulas (20)

PPT
EXCEL ON POWER POINT.ppt fresh student learning
PDF
Top 20 microsoft excel formulas you must know
PPTX
Lesson 10 FUNCTIONS AND FORMULAS IN AN E.pptx
PPTX
an introductory to excel training doc.pptx
PPTX
CS103-12.pptx on Excel for basic formula and functions
PPTX
Microsoft Excel
PPTX
Office session10
PDF
Microsoft Excel: A Comprehensive Overview
PDF
2. EXCEL BASICS.pdf IT course for medics
PDF
Ms excel 2016_function
PPTX
MIS 226: Chapter 2
PPTX
Advanced Excel Functions in powerpoint presentation
PPTX
Data Analysis Using ICT Part 3.pptxnnnnnnnnnnnnn
PPT
3 Formulas, Ranges, Functions.ppt
PPTX
Wk1L3-Intro to Fomulae in spreadsheet.pptx
PDF
advance-and-complex-formulas-and-computations-topic-pr_56e2559e3024453b65544e...
PPT
3 Formulas, Ranges, Functions.ppt presentación de excel basico
PPTX
Use of Excel Spreadsheets in Computing Grades
PPT
3 Formulas, Ranges, Functions.ppt
PPTX
Lecture 1 Intro to Excel.pptx
EXCEL ON POWER POINT.ppt fresh student learning
Top 20 microsoft excel formulas you must know
Lesson 10 FUNCTIONS AND FORMULAS IN AN E.pptx
an introductory to excel training doc.pptx
CS103-12.pptx on Excel for basic formula and functions
Microsoft Excel
Office session10
Microsoft Excel: A Comprehensive Overview
2. EXCEL BASICS.pdf IT course for medics
Ms excel 2016_function
MIS 226: Chapter 2
Advanced Excel Functions in powerpoint presentation
Data Analysis Using ICT Part 3.pptxnnnnnnnnnnnnn
3 Formulas, Ranges, Functions.ppt
Wk1L3-Intro to Fomulae in spreadsheet.pptx
advance-and-complex-formulas-and-computations-topic-pr_56e2559e3024453b65544e...
3 Formulas, Ranges, Functions.ppt presentación de excel basico
Use of Excel Spreadsheets in Computing Grades
3 Formulas, Ranges, Functions.ppt
Lecture 1 Intro to Excel.pptx

Recently uploaded (20)

PDF
International Kailash Mansarovar Yatra, Visa, Permits, and Package.pdf
PDF
chopta tour package from delhi chopta tour
PPTX
Enjoy Peaceful Travel Even in Busy Places.pptx
PDF
Explore Luxemburry.eu, the ancient of lands in Europe
PDF
How Expensive is Mansarovar Yatra cost from Mumbai.pdf
PDF
4Days Golden Triangle Tour India Pdf Doc
PDF
Fly Smart with Copa Airlines LAX Your Guide to Airfare, Comfort, and Top Attr...
PDF
World Regional Geography 6th Edition Lydia Mihelic Pulsipher Download Test Ba...
PDF
How to Choose the Best Tour Operators in Rajasthan – A Complete Guide.pdf
PDF
Introduction of Secrets of Mount Kailash.pdf
PDF
Which Month is Best for Kailash Mansarovar Yatra.pdf
PDF
Step Into Lima’s Magic Explore Peru’s Historic Capital From Anywhere.pdf
PDF
Autumn in Pakistan. Hunza Autumn Tours.
PPTX
Quiz- Thursday.pptxaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
PDF
Best Things to Do in Orlando in 2025 Travel Guide.pdf
PPTX
Exploring Chandigarh : A Perfect Travel Guide and Its Surroundings
PDF
When is the best time to Visit Kailash Mansarovar.pdf
PDF
Understanding Travel Insurance: Your Safety Net While Exploring the World
PDF
Delhi Agra Jaipur Tour Package 2025 – Travel with Rajasthan Tours India.pdf
PPTX
Sri Lanka Tour Plan and places that can be visited during your leave
International Kailash Mansarovar Yatra, Visa, Permits, and Package.pdf
chopta tour package from delhi chopta tour
Enjoy Peaceful Travel Even in Busy Places.pptx
Explore Luxemburry.eu, the ancient of lands in Europe
How Expensive is Mansarovar Yatra cost from Mumbai.pdf
4Days Golden Triangle Tour India Pdf Doc
Fly Smart with Copa Airlines LAX Your Guide to Airfare, Comfort, and Top Attr...
World Regional Geography 6th Edition Lydia Mihelic Pulsipher Download Test Ba...
How to Choose the Best Tour Operators in Rajasthan – A Complete Guide.pdf
Introduction of Secrets of Mount Kailash.pdf
Which Month is Best for Kailash Mansarovar Yatra.pdf
Step Into Lima’s Magic Explore Peru’s Historic Capital From Anywhere.pdf
Autumn in Pakistan. Hunza Autumn Tours.
Quiz- Thursday.pptxaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
Best Things to Do in Orlando in 2025 Travel Guide.pdf
Exploring Chandigarh : A Perfect Travel Guide and Its Surroundings
When is the best time to Visit Kailash Mansarovar.pdf
Understanding Travel Insurance: Your Safety Net While Exploring the World
Delhi Agra Jaipur Tour Package 2025 – Travel with Rajasthan Tours India.pdf
Sri Lanka Tour Plan and places that can be visited during your leave

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

  • #22: 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).