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

Using Functions in Excel
Using Functions in ExcelUsing Functions in Excel
Using Functions in Excel
Casey Robertson
 
Using The Function In Excel 3
Using The Function In Excel 3Using The Function In Excel 3
Using The Function In Excel 3
norzaini
 

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 (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

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
CristineJoyVillajuan
 
MIS 226: Chapter 2
MIS 226: Chapter 2MIS 226: Chapter 2
MIS 226: Chapter 2
macrob14
 
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
ROWELL 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

CYTOTEC DUBAI ☎️ +966572737505 } Abortion pills in Abu dhabi,get misoprostal ...
CYTOTEC DUBAI ☎️ +966572737505 } Abortion pills in Abu dhabi,get misoprostal ...CYTOTEC DUBAI ☎️ +966572737505 } Abortion pills in Abu dhabi,get misoprostal ...
CYTOTEC DUBAI ☎️ +966572737505 } Abortion pills in Abu dhabi,get misoprostal ...
Abortion pills in Riyadh +966572737505 get cytotec
 
🔥HOT🔥📲9602870969🔥Prostitute Service in Udaipur Call Girls in City Palace Lake...
🔥HOT🔥📲9602870969🔥Prostitute Service in Udaipur Call Girls in City Palace Lake...🔥HOT🔥📲9602870969🔥Prostitute Service in Udaipur Call Girls in City Palace Lake...
🔥HOT🔥📲9602870969🔥Prostitute Service in Udaipur Call Girls in City Palace Lake...
Apsara Of India
 
sample sample sample sample sample sample
sample sample sample sample sample samplesample sample sample sample sample sample
sample sample sample sample sample sample
Casey Keith
 
sample sample sample sample sample sample
sample sample sample sample sample samplesample sample sample sample sample sample
sample sample sample sample sample sample
Casey Keith
 
sample sample sample sample sample sample
sample sample sample sample sample samplesample sample sample sample sample sample
sample sample sample sample sample sample
Casey Keith
 

Recently uploaded (20)

CYTOTEC DUBAI ☎️ +966572737505 } Abortion pills in Abu dhabi,get misoprostal ...
CYTOTEC DUBAI ☎️ +966572737505 } Abortion pills in Abu dhabi,get misoprostal ...CYTOTEC DUBAI ☎️ +966572737505 } Abortion pills in Abu dhabi,get misoprostal ...
CYTOTEC DUBAI ☎️ +966572737505 } Abortion pills in Abu dhabi,get misoprostal ...
 
Bhubaneswar Call Girls 8250077686 Service Offer VIP Hot Model
Bhubaneswar Call Girls 8250077686 Service Offer VIP Hot ModelBhubaneswar Call Girls 8250077686 Service Offer VIP Hot Model
Bhubaneswar Call Girls 8250077686 Service Offer VIP Hot Model
 
Top travel agency in panchkula - Best travel agents in panchkula
Top  travel agency in panchkula - Best travel agents in panchkulaTop  travel agency in panchkula - Best travel agents in panchkula
Top travel agency in panchkula - Best travel agents in panchkula
 
Mathura Call Girls 8250077686 Service Offer VIP Hot Model
Mathura Call Girls 8250077686 Service Offer VIP Hot ModelMathura Call Girls 8250077686 Service Offer VIP Hot Model
Mathura Call Girls 8250077686 Service Offer VIP Hot Model
 
🔥HOT🔥📲9602870969🔥Prostitute Service in Udaipur Call Girls in City Palace Lake...
🔥HOT🔥📲9602870969🔥Prostitute Service in Udaipur Call Girls in City Palace Lake...🔥HOT🔥📲9602870969🔥Prostitute Service in Udaipur Call Girls in City Palace Lake...
🔥HOT🔥📲9602870969🔥Prostitute Service in Udaipur Call Girls in City Palace Lake...
 
❤Personal Contact Number Varanasi Call Girls 8617697112💦✅.
❤Personal Contact Number Varanasi Call Girls 8617697112💦✅.❤Personal Contact Number Varanasi Call Girls 8617697112💦✅.
❤Personal Contact Number Varanasi Call Girls 8617697112💦✅.
 
Genuine 8250077686 Hot and Beautiful 💕 Visakhapatnam Escorts call Girls
Genuine 8250077686 Hot and Beautiful 💕 Visakhapatnam Escorts call GirlsGenuine 8250077686 Hot and Beautiful 💕 Visakhapatnam Escorts call Girls
Genuine 8250077686 Hot and Beautiful 💕 Visakhapatnam Escorts call Girls
 
Papi kondalu Call Girls 8250077686 Service Offer VIP Hot Model
Papi kondalu Call Girls 8250077686 Service Offer VIP Hot ModelPapi kondalu Call Girls 8250077686 Service Offer VIP Hot Model
Papi kondalu Call Girls 8250077686 Service Offer VIP Hot Model
 
sample sample sample sample sample sample
sample sample sample sample sample samplesample sample sample sample sample sample
sample sample sample sample sample sample
 
Kanpur Call Girls Service ☎ ️82500–77686 ☎️ Enjoy 24/7 Escort Service
Kanpur Call Girls Service ☎ ️82500–77686 ☎️ Enjoy 24/7 Escort ServiceKanpur Call Girls Service ☎ ️82500–77686 ☎️ Enjoy 24/7 Escort Service
Kanpur Call Girls Service ☎ ️82500–77686 ☎️ Enjoy 24/7 Escort Service
 
Genuine 8250077686 Hot and Beautiful 💕 Amaravati Escorts call Girls
Genuine 8250077686 Hot and Beautiful 💕 Amaravati Escorts call GirlsGenuine 8250077686 Hot and Beautiful 💕 Amaravati Escorts call Girls
Genuine 8250077686 Hot and Beautiful 💕 Amaravati Escorts call Girls
 
Night 7k to 12k Lahaul and Spiti Call Girls 👉👉 8617697112⭐⭐ 100% Genuine Esco...
Night 7k to 12k Lahaul and Spiti Call Girls 👉👉 8617697112⭐⭐ 100% Genuine Esco...Night 7k to 12k Lahaul and Spiti Call Girls 👉👉 8617697112⭐⭐ 100% Genuine Esco...
Night 7k to 12k Lahaul and Spiti Call Girls 👉👉 8617697112⭐⭐ 100% Genuine Esco...
 
Siliguri Call Girls 8250077686 Service Offer VIP Hot Model
Siliguri Call Girls 8250077686 Service Offer VIP Hot ModelSiliguri Call Girls 8250077686 Service Offer VIP Hot Model
Siliguri Call Girls 8250077686 Service Offer VIP Hot Model
 
Discover Mathura And Vrindavan A Spritual Journey.pdf
Discover Mathura And Vrindavan A Spritual Journey.pdfDiscover Mathura And Vrindavan A Spritual Journey.pdf
Discover Mathura And Vrindavan A Spritual Journey.pdf
 
2k Shots ≽ 9205541914 ≼ Call Girls In Tagore Garden (Delhi)
2k Shots ≽ 9205541914 ≼ Call Girls In Tagore Garden (Delhi)2k Shots ≽ 9205541914 ≼ Call Girls In Tagore Garden (Delhi)
2k Shots ≽ 9205541914 ≼ Call Girls In Tagore Garden (Delhi)
 
sample sample sample sample sample sample
sample sample sample sample sample samplesample sample sample sample sample sample
sample sample sample sample sample sample
 
VIP Vapi Call Girls 📞 8617697112 Vapi Call Girls
VIP Vapi Call Girls 📞 8617697112 Vapi Call GirlsVIP Vapi Call Girls 📞 8617697112 Vapi Call Girls
VIP Vapi Call Girls 📞 8617697112 Vapi Call Girls
 
sample sample sample sample sample sample
sample sample sample sample sample samplesample sample sample sample sample sample
sample sample sample sample sample sample
 
Alipore Call Girls - 📞 8617697112 🔝 Top Class Call Girls Service Available
Alipore Call Girls - 📞 8617697112 🔝 Top Class Call Girls Service AvailableAlipore Call Girls - 📞 8617697112 🔝 Top Class Call Girls Service Available
Alipore Call Girls - 📞 8617697112 🔝 Top Class Call Girls Service Available
 
ITALY - Visa Options for expats and digital nomads
ITALY - Visa Options for expats and digital nomadsITALY - Visa Options for expats and digital nomads
ITALY - Visa Options for expats and digital nomads
 

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).