SlideShare a Scribd company logo
1 of 19
Basics of Excel
Please sit in the back if you are inexperienced with
Excel—Heather will be there to help
2
Worksheets
• Excel’s main screen
is called a
“worksheet”.
• Each worksheet is
comprised of many
boxes, called
“cells”.
3
Selecting a Cell
• “Select” a cell by
clicking on it once
(don’t double click).
• You can move from
cell to cell with the
arrow keys.
4
Entering Information / The Formula Bar
• To enter information in
a cell, just start typing.
• When you are done
either
– Press the Enter
Key
– Press an arrow
key
• The information in the
selected cell is also
displayed in the
“formula bar” above
the worksheet.
5
Double Click to Modify a Cell
Double click to
change “hi there”
to “hello there”
6
Column Names (letters) & Row Names
(numbers)
• The columns of the
worksheet are
named with letters
• The rows are
named with
numbers
Selected
Cell
7
Cell Names (ex. B4)
• The name of a cell is
a combination of the
Letter Of The
Column that the cell
is in followed by the
Number Of The Row
that the cell is in.
• Example: the selected
cell in the picture is
named B4 (NOT 4B)
• Excel automatically
shows the the name
of the currently
selected cell in the
“name box” (located
above the worksheet).
Name
Box
Selected
Cell
8
Excel Formulas
• You must have an equals sign ( = ) as the first
character in a cell that contains a formula.
• The = sign tells excel that the contents of the cell is
a formula
• Without the = sign, the formula will not calculate
anything. It will simply display the text of the formula.
9
Formulas - correct
formula with = sign After pressing ENTER
10
Missing = sign
Missing = sign!
Before pressing enter
After pressing ENTER
(no change - not a formula)
11
Types of operations
You can use any of the following operations in a formula:
operation symbol example
addition: + =a1+3
subtraction: - =100-b3
multiplication: * =a1*b1
division: / =d1/100
exponentiation ^ =a2^2
12
Explicit values and cell references
You can use both explicit values and cell references in a
formula:
– Formula with only cell references: =a1*b1
– Formula with only literal values: =100/27
– Formula with both cell references and literal values:
=a1/100
13
The SUM function
Examples
Function Result
=SUM(1,2,3,4,5) 15
=SUM(a1,b1,c1) a1+b1+c1
=SUM(9,a1,b2,5,c1) 9+a1+b2+5+c1
Ranges
• A rectangular box of cells is called a “range”.
• The name of a range is
– the name of the upper left cell of the range
– Followed by a colon :
– Followed by the lower right cell of the range
• Example: A1:B2 is shorthand for A1,A2,B1,B2
– See next slide for more examples
14
A1:B2
Examples of Range Names
C3:E10
B2:B5
B3:E3
15
16
Summing a range
Both of the following function calls produce the same result
as =a1+b1+c1+a2+b2+c2+a3+b3+c3+a4+b4+c4
however the 2nd version uses a range and is much shorter.
without a range
=SUM(a1,b1,c1,a2,b2,c2,a3,b3,c3,a4,b4,c4)
with a range
=SUM(a1:c4)
17
Relative Cell References
• By default, when you copy a formula that contains a
cell reference, excel will automatically adjust the cell
reference.
18
Relative Cell References
D9 This is a "relative cell reference".
– Changing the column: If I copy this cell reference to
another cell:
• the "d" will increment one letter for every cell that I
move over to the right
• The "d" will decrement one letter for every cell that I
move over to the left
– Changing the row: If I copy this cell reference to another
cell:
• the "9" will increment by one for every cell that I move
down
• The "9" will decrement by one for every cell that I move
up
Go to course website:
http://umn.edu/~ruggles/hist3797

More Related Content

Similar to Excelbasics.ppt

Excel lesson 1
Excel lesson 1Excel lesson 1
Excel lesson 1spirax1681
 
Excel-Formulas.8735609.powerpoint.pptx
Excel-Formulas.8735609.powerpoint.pptxExcel-Formulas.8735609.powerpoint.pptx
Excel-Formulas.8735609.powerpoint.pptxCheeneeRivera
 
Excel Formulas (2).pptx
Excel Formulas (2).pptxExcel Formulas (2).pptx
Excel Formulas (2).pptxSumitPaul80
 
Unit 4 ms excel of class 8
Unit 4 ms excel of class 8Unit 4 ms excel of class 8
Unit 4 ms excel of class 8Geethu Bijesh
 
Libre Office Calc Lesson 4: Understanding Functions
Libre Office Calc Lesson 4: Understanding FunctionsLibre Office Calc Lesson 4: Understanding Functions
Libre Office Calc Lesson 4: Understanding FunctionsSmart Chicago Collaborative
 
Excel basics for everyday use
Excel basics for everyday useExcel basics for everyday use
Excel basics for everyday useKevin McLogan
 
Module 5 entering data in worksheet
Module 5 entering data in worksheetModule 5 entering data in worksheet
Module 5 entering data in worksheetDr. Shalini Pandey
 
Intro to Excel Basics: Part II
Intro to Excel Basics: Part IIIntro to Excel Basics: Part II
Intro to Excel Basics: Part IISi Krishan
 
Functions and formulas of ms excel
Functions and formulas of ms excelFunctions and formulas of ms excel
Functions and formulas of ms excelmadhuparna bhowmik
 
functionsandformulas-131221213835-phpapp01.pdf
functionsandformulas-131221213835-phpapp01.pdffunctionsandformulas-131221213835-phpapp01.pdf
functionsandformulas-131221213835-phpapp01.pdfFranzLawrenzDeTorres1
 
Excel_Breif_Overview.pptx
Excel_Breif_Overview.pptxExcel_Breif_Overview.pptx
Excel_Breif_Overview.pptxNitish Nagar
 
Intro to Excel Basics: Part I
Intro to Excel Basics: Part IIntro to Excel Basics: Part I
Intro to Excel Basics: Part ISi Krishan
 
Year 8 Spreadsheet lesson for year 8 students
Year 8 Spreadsheet lesson for year 8 studentsYear 8 Spreadsheet lesson for year 8 students
Year 8 Spreadsheet lesson for year 8 studentsAbigailBenjamin5
 
MIS 226: Chapter 1
MIS 226: Chapter 1MIS 226: Chapter 1
MIS 226: Chapter 1macrob14
 
Basic computer fundamentals_ Microsoft Excel
Basic computer  fundamentals_ Microsoft ExcelBasic computer  fundamentals_ Microsoft Excel
Basic computer fundamentals_ Microsoft ExcelSaraswati yadav
 

Similar to Excelbasics.ppt (20)

Excel lesson 1
Excel lesson 1Excel lesson 1
Excel lesson 1
 
Excel formulas tf-jul1605
Excel formulas tf-jul1605Excel formulas tf-jul1605
Excel formulas tf-jul1605
 
Excel note.pdf
Excel note.pdfExcel note.pdf
Excel note.pdf
 
Excel-Formulas.8735609.powerpoint.pptx
Excel-Formulas.8735609.powerpoint.pptxExcel-Formulas.8735609.powerpoint.pptx
Excel-Formulas.8735609.powerpoint.pptx
 
Excel training
Excel trainingExcel training
Excel training
 
Excel Formulas (2).pptx
Excel Formulas (2).pptxExcel Formulas (2).pptx
Excel Formulas (2).pptx
 
Unit 4 ms excel of class 8
Unit 4 ms excel of class 8Unit 4 ms excel of class 8
Unit 4 ms excel of class 8
 
Libre Office Calc Lesson 4: Understanding Functions
Libre Office Calc Lesson 4: Understanding FunctionsLibre Office Calc Lesson 4: Understanding Functions
Libre Office Calc Lesson 4: Understanding Functions
 
Excel basics for everyday use
Excel basics for everyday useExcel basics for everyday use
Excel basics for everyday use
 
Module 5 entering data in worksheet
Module 5 entering data in worksheetModule 5 entering data in worksheet
Module 5 entering data in worksheet
 
Intro to Excel Basics: Part II
Intro to Excel Basics: Part IIIntro to Excel Basics: Part II
Intro to Excel Basics: Part II
 
Mop excel proj 1 power point
Mop excel proj 1   power pointMop excel proj 1   power point
Mop excel proj 1 power point
 
Functions and formulas of ms excel
Functions and formulas of ms excelFunctions and formulas of ms excel
Functions and formulas of ms excel
 
Excel module 1 PowerPoint
Excel module 1  PowerPoint Excel module 1  PowerPoint
Excel module 1 PowerPoint
 
functionsandformulas-131221213835-phpapp01.pdf
functionsandformulas-131221213835-phpapp01.pdffunctionsandformulas-131221213835-phpapp01.pdf
functionsandformulas-131221213835-phpapp01.pdf
 
Excel_Breif_Overview.pptx
Excel_Breif_Overview.pptxExcel_Breif_Overview.pptx
Excel_Breif_Overview.pptx
 
Intro to Excel Basics: Part I
Intro to Excel Basics: Part IIntro to Excel Basics: Part I
Intro to Excel Basics: Part I
 
Year 8 Spreadsheet lesson for year 8 students
Year 8 Spreadsheet lesson for year 8 studentsYear 8 Spreadsheet lesson for year 8 students
Year 8 Spreadsheet lesson for year 8 students
 
MIS 226: Chapter 1
MIS 226: Chapter 1MIS 226: Chapter 1
MIS 226: Chapter 1
 
Basic computer fundamentals_ Microsoft Excel
Basic computer  fundamentals_ Microsoft ExcelBasic computer  fundamentals_ Microsoft Excel
Basic computer fundamentals_ Microsoft Excel
 

Recently uploaded

Credit Card Fraud Detection: Safeguarding Transactions in the Digital Age
Credit Card Fraud Detection: Safeguarding Transactions in the Digital AgeCredit Card Fraud Detection: Safeguarding Transactions in the Digital Age
Credit Card Fraud Detection: Safeguarding Transactions in the Digital AgeBoston Institute of Analytics
 
Audience Researchndfhcvnfgvgbhujhgfv.pptx
Audience Researchndfhcvnfgvgbhujhgfv.pptxAudience Researchndfhcvnfgvgbhujhgfv.pptx
Audience Researchndfhcvnfgvgbhujhgfv.pptxStephen266013
 
Data Analysis Project Presentation : NYC Shooting Cluster Analysis
Data Analysis Project Presentation : NYC Shooting Cluster AnalysisData Analysis Project Presentation : NYC Shooting Cluster Analysis
Data Analysis Project Presentation : NYC Shooting Cluster AnalysisBoston Institute of Analytics
 
Bios of leading Astrologers & Researchers
Bios of leading Astrologers & ResearchersBios of leading Astrologers & Researchers
Bios of leading Astrologers & Researchersdarmandersingh4580
 
Predictive Precipitation: Advanced Rain Forecasting Techniques
Predictive Precipitation: Advanced Rain Forecasting TechniquesPredictive Precipitation: Advanced Rain Forecasting Techniques
Predictive Precipitation: Advanced Rain Forecasting TechniquesBoston Institute of Analytics
 
原件一样(UWO毕业证书)西安大略大学毕业证成绩单留信学历认证
原件一样(UWO毕业证书)西安大略大学毕业证成绩单留信学历认证原件一样(UWO毕业证书)西安大略大学毕业证成绩单留信学历认证
原件一样(UWO毕业证书)西安大略大学毕业证成绩单留信学历认证pwgnohujw
 
obat aborsi Bontang wa 081336238223 jual obat aborsi cytotec asli di Bontang6...
obat aborsi Bontang wa 081336238223 jual obat aborsi cytotec asli di Bontang6...obat aborsi Bontang wa 081336238223 jual obat aborsi cytotec asli di Bontang6...
obat aborsi Bontang wa 081336238223 jual obat aborsi cytotec asli di Bontang6...yulianti213969
 
如何办理(Dalhousie毕业证书)达尔豪斯大学毕业证成绩单留信学历认证
如何办理(Dalhousie毕业证书)达尔豪斯大学毕业证成绩单留信学历认证如何办理(Dalhousie毕业证书)达尔豪斯大学毕业证成绩单留信学历认证
如何办理(Dalhousie毕业证书)达尔豪斯大学毕业证成绩单留信学历认证zifhagzkk
 
The Significance of Transliteration Enhancing
The Significance of Transliteration EnhancingThe Significance of Transliteration Enhancing
The Significance of Transliteration Enhancingmohamed Elzalabany
 
1:1原版定制利物浦大学毕业证(Liverpool毕业证)成绩单学位证书留信学历认证
1:1原版定制利物浦大学毕业证(Liverpool毕业证)成绩单学位证书留信学历认证1:1原版定制利物浦大学毕业证(Liverpool毕业证)成绩单学位证书留信学历认证
1:1原版定制利物浦大学毕业证(Liverpool毕业证)成绩单学位证书留信学历认证ppy8zfkfm
 
How to Transform Clinical Trial Management with Advanced Data Analytics
How to Transform Clinical Trial Management with Advanced Data AnalyticsHow to Transform Clinical Trial Management with Advanced Data Analytics
How to Transform Clinical Trial Management with Advanced Data AnalyticsBrainSell Technologies
 
SCI8-Q4-MOD11.pdfwrwujrrjfaajerjrajrrarj
SCI8-Q4-MOD11.pdfwrwujrrjfaajerjrajrrarjSCI8-Q4-MOD11.pdfwrwujrrjfaajerjrajrrarj
SCI8-Q4-MOD11.pdfwrwujrrjfaajerjrajrrarjadimosmejiaslendon
 
Data Visualization Exploring and Explaining with Data 1st Edition by Camm sol...
Data Visualization Exploring and Explaining with Data 1st Edition by Camm sol...Data Visualization Exploring and Explaining with Data 1st Edition by Camm sol...
Data Visualization Exploring and Explaining with Data 1st Edition by Camm sol...ssuserf63bd7
 
Identify Rules that Predict Patient’s Heart Disease - An Application of Decis...
Identify Rules that Predict Patient’s Heart Disease - An Application of Decis...Identify Rules that Predict Patient’s Heart Disease - An Application of Decis...
Identify Rules that Predict Patient’s Heart Disease - An Application of Decis...ThinkInnovation
 
obat aborsi Tarakan wa 081336238223 jual obat aborsi cytotec asli di Tarakan9...
obat aborsi Tarakan wa 081336238223 jual obat aborsi cytotec asli di Tarakan9...obat aborsi Tarakan wa 081336238223 jual obat aborsi cytotec asli di Tarakan9...
obat aborsi Tarakan wa 081336238223 jual obat aborsi cytotec asli di Tarakan9...yulianti213969
 
Identify Customer Segments to Create Customer Offers for Each Segment - Appli...
Identify Customer Segments to Create Customer Offers for Each Segment - Appli...Identify Customer Segments to Create Customer Offers for Each Segment - Appli...
Identify Customer Segments to Create Customer Offers for Each Segment - Appli...ThinkInnovation
 
Statistics Informed Decisions Using Data 5th edition by Michael Sullivan solu...
Statistics Informed Decisions Using Data 5th edition by Michael Sullivan solu...Statistics Informed Decisions Using Data 5th edition by Michael Sullivan solu...
Statistics Informed Decisions Using Data 5th edition by Michael Sullivan solu...ssuserf63bd7
 
1:1原版定制伦敦政治经济学院毕业证(LSE毕业证)成绩单学位证书留信学历认证
1:1原版定制伦敦政治经济学院毕业证(LSE毕业证)成绩单学位证书留信学历认证1:1原版定制伦敦政治经济学院毕业证(LSE毕业证)成绩单学位证书留信学历认证
1:1原版定制伦敦政治经济学院毕业证(LSE毕业证)成绩单学位证书留信学历认证dq9vz1isj
 
如何办理(WashU毕业证书)圣路易斯华盛顿大学毕业证成绩单本科硕士学位证留信学历认证
如何办理(WashU毕业证书)圣路易斯华盛顿大学毕业证成绩单本科硕士学位证留信学历认证如何办理(WashU毕业证书)圣路易斯华盛顿大学毕业证成绩单本科硕士学位证留信学历认证
如何办理(WashU毕业证书)圣路易斯华盛顿大学毕业证成绩单本科硕士学位证留信学历认证acoha1
 
如何办理加州大学伯克利分校毕业证(UCB毕业证)成绩单留信学历认证
如何办理加州大学伯克利分校毕业证(UCB毕业证)成绩单留信学历认证如何办理加州大学伯克利分校毕业证(UCB毕业证)成绩单留信学历认证
如何办理加州大学伯克利分校毕业证(UCB毕业证)成绩单留信学历认证a8om7o51
 

Recently uploaded (20)

Credit Card Fraud Detection: Safeguarding Transactions in the Digital Age
Credit Card Fraud Detection: Safeguarding Transactions in the Digital AgeCredit Card Fraud Detection: Safeguarding Transactions in the Digital Age
Credit Card Fraud Detection: Safeguarding Transactions in the Digital Age
 
Audience Researchndfhcvnfgvgbhujhgfv.pptx
Audience Researchndfhcvnfgvgbhujhgfv.pptxAudience Researchndfhcvnfgvgbhujhgfv.pptx
Audience Researchndfhcvnfgvgbhujhgfv.pptx
 
Data Analysis Project Presentation : NYC Shooting Cluster Analysis
Data Analysis Project Presentation : NYC Shooting Cluster AnalysisData Analysis Project Presentation : NYC Shooting Cluster Analysis
Data Analysis Project Presentation : NYC Shooting Cluster Analysis
 
Bios of leading Astrologers & Researchers
Bios of leading Astrologers & ResearchersBios of leading Astrologers & Researchers
Bios of leading Astrologers & Researchers
 
Predictive Precipitation: Advanced Rain Forecasting Techniques
Predictive Precipitation: Advanced Rain Forecasting TechniquesPredictive Precipitation: Advanced Rain Forecasting Techniques
Predictive Precipitation: Advanced Rain Forecasting Techniques
 
原件一样(UWO毕业证书)西安大略大学毕业证成绩单留信学历认证
原件一样(UWO毕业证书)西安大略大学毕业证成绩单留信学历认证原件一样(UWO毕业证书)西安大略大学毕业证成绩单留信学历认证
原件一样(UWO毕业证书)西安大略大学毕业证成绩单留信学历认证
 
obat aborsi Bontang wa 081336238223 jual obat aborsi cytotec asli di Bontang6...
obat aborsi Bontang wa 081336238223 jual obat aborsi cytotec asli di Bontang6...obat aborsi Bontang wa 081336238223 jual obat aborsi cytotec asli di Bontang6...
obat aborsi Bontang wa 081336238223 jual obat aborsi cytotec asli di Bontang6...
 
如何办理(Dalhousie毕业证书)达尔豪斯大学毕业证成绩单留信学历认证
如何办理(Dalhousie毕业证书)达尔豪斯大学毕业证成绩单留信学历认证如何办理(Dalhousie毕业证书)达尔豪斯大学毕业证成绩单留信学历认证
如何办理(Dalhousie毕业证书)达尔豪斯大学毕业证成绩单留信学历认证
 
The Significance of Transliteration Enhancing
The Significance of Transliteration EnhancingThe Significance of Transliteration Enhancing
The Significance of Transliteration Enhancing
 
1:1原版定制利物浦大学毕业证(Liverpool毕业证)成绩单学位证书留信学历认证
1:1原版定制利物浦大学毕业证(Liverpool毕业证)成绩单学位证书留信学历认证1:1原版定制利物浦大学毕业证(Liverpool毕业证)成绩单学位证书留信学历认证
1:1原版定制利物浦大学毕业证(Liverpool毕业证)成绩单学位证书留信学历认证
 
How to Transform Clinical Trial Management with Advanced Data Analytics
How to Transform Clinical Trial Management with Advanced Data AnalyticsHow to Transform Clinical Trial Management with Advanced Data Analytics
How to Transform Clinical Trial Management with Advanced Data Analytics
 
SCI8-Q4-MOD11.pdfwrwujrrjfaajerjrajrrarj
SCI8-Q4-MOD11.pdfwrwujrrjfaajerjrajrrarjSCI8-Q4-MOD11.pdfwrwujrrjfaajerjrajrrarj
SCI8-Q4-MOD11.pdfwrwujrrjfaajerjrajrrarj
 
Data Visualization Exploring and Explaining with Data 1st Edition by Camm sol...
Data Visualization Exploring and Explaining with Data 1st Edition by Camm sol...Data Visualization Exploring and Explaining with Data 1st Edition by Camm sol...
Data Visualization Exploring and Explaining with Data 1st Edition by Camm sol...
 
Identify Rules that Predict Patient’s Heart Disease - An Application of Decis...
Identify Rules that Predict Patient’s Heart Disease - An Application of Decis...Identify Rules that Predict Patient’s Heart Disease - An Application of Decis...
Identify Rules that Predict Patient’s Heart Disease - An Application of Decis...
 
obat aborsi Tarakan wa 081336238223 jual obat aborsi cytotec asli di Tarakan9...
obat aborsi Tarakan wa 081336238223 jual obat aborsi cytotec asli di Tarakan9...obat aborsi Tarakan wa 081336238223 jual obat aborsi cytotec asli di Tarakan9...
obat aborsi Tarakan wa 081336238223 jual obat aborsi cytotec asli di Tarakan9...
 
Identify Customer Segments to Create Customer Offers for Each Segment - Appli...
Identify Customer Segments to Create Customer Offers for Each Segment - Appli...Identify Customer Segments to Create Customer Offers for Each Segment - Appli...
Identify Customer Segments to Create Customer Offers for Each Segment - Appli...
 
Statistics Informed Decisions Using Data 5th edition by Michael Sullivan solu...
Statistics Informed Decisions Using Data 5th edition by Michael Sullivan solu...Statistics Informed Decisions Using Data 5th edition by Michael Sullivan solu...
Statistics Informed Decisions Using Data 5th edition by Michael Sullivan solu...
 
1:1原版定制伦敦政治经济学院毕业证(LSE毕业证)成绩单学位证书留信学历认证
1:1原版定制伦敦政治经济学院毕业证(LSE毕业证)成绩单学位证书留信学历认证1:1原版定制伦敦政治经济学院毕业证(LSE毕业证)成绩单学位证书留信学历认证
1:1原版定制伦敦政治经济学院毕业证(LSE毕业证)成绩单学位证书留信学历认证
 
如何办理(WashU毕业证书)圣路易斯华盛顿大学毕业证成绩单本科硕士学位证留信学历认证
如何办理(WashU毕业证书)圣路易斯华盛顿大学毕业证成绩单本科硕士学位证留信学历认证如何办理(WashU毕业证书)圣路易斯华盛顿大学毕业证成绩单本科硕士学位证留信学历认证
如何办理(WashU毕业证书)圣路易斯华盛顿大学毕业证成绩单本科硕士学位证留信学历认证
 
如何办理加州大学伯克利分校毕业证(UCB毕业证)成绩单留信学历认证
如何办理加州大学伯克利分校毕业证(UCB毕业证)成绩单留信学历认证如何办理加州大学伯克利分校毕业证(UCB毕业证)成绩单留信学历认证
如何办理加州大学伯克利分校毕业证(UCB毕业证)成绩单留信学历认证
 

Excelbasics.ppt

  • 1. Basics of Excel Please sit in the back if you are inexperienced with Excel—Heather will be there to help
  • 2. 2 Worksheets • Excel’s main screen is called a “worksheet”. • Each worksheet is comprised of many boxes, called “cells”.
  • 3. 3 Selecting a Cell • “Select” a cell by clicking on it once (don’t double click). • You can move from cell to cell with the arrow keys.
  • 4. 4 Entering Information / The Formula Bar • To enter information in a cell, just start typing. • When you are done either – Press the Enter Key – Press an arrow key • The information in the selected cell is also displayed in the “formula bar” above the worksheet.
  • 5. 5 Double Click to Modify a Cell Double click to change “hi there” to “hello there”
  • 6. 6 Column Names (letters) & Row Names (numbers) • The columns of the worksheet are named with letters • The rows are named with numbers Selected Cell
  • 7. 7 Cell Names (ex. B4) • The name of a cell is a combination of the Letter Of The Column that the cell is in followed by the Number Of The Row that the cell is in. • Example: the selected cell in the picture is named B4 (NOT 4B) • Excel automatically shows the the name of the currently selected cell in the “name box” (located above the worksheet). Name Box Selected Cell
  • 8. 8 Excel Formulas • You must have an equals sign ( = ) as the first character in a cell that contains a formula. • The = sign tells excel that the contents of the cell is a formula • Without the = sign, the formula will not calculate anything. It will simply display the text of the formula.
  • 9. 9 Formulas - correct formula with = sign After pressing ENTER
  • 10. 10 Missing = sign Missing = sign! Before pressing enter After pressing ENTER (no change - not a formula)
  • 11. 11 Types of operations You can use any of the following operations in a formula: operation symbol example addition: + =a1+3 subtraction: - =100-b3 multiplication: * =a1*b1 division: / =d1/100 exponentiation ^ =a2^2
  • 12. 12 Explicit values and cell references You can use both explicit values and cell references in a formula: – Formula with only cell references: =a1*b1 – Formula with only literal values: =100/27 – Formula with both cell references and literal values: =a1/100
  • 13. 13 The SUM function Examples Function Result =SUM(1,2,3,4,5) 15 =SUM(a1,b1,c1) a1+b1+c1 =SUM(9,a1,b2,5,c1) 9+a1+b2+5+c1
  • 14. Ranges • A rectangular box of cells is called a “range”. • The name of a range is – the name of the upper left cell of the range – Followed by a colon : – Followed by the lower right cell of the range • Example: A1:B2 is shorthand for A1,A2,B1,B2 – See next slide for more examples 14 A1:B2
  • 15. Examples of Range Names C3:E10 B2:B5 B3:E3 15
  • 16. 16 Summing a range Both of the following function calls produce the same result as =a1+b1+c1+a2+b2+c2+a3+b3+c3+a4+b4+c4 however the 2nd version uses a range and is much shorter. without a range =SUM(a1,b1,c1,a2,b2,c2,a3,b3,c3,a4,b4,c4) with a range =SUM(a1:c4)
  • 17. 17 Relative Cell References • By default, when you copy a formula that contains a cell reference, excel will automatically adjust the cell reference.
  • 18. 18 Relative Cell References D9 This is a "relative cell reference". – Changing the column: If I copy this cell reference to another cell: • the "d" will increment one letter for every cell that I move over to the right • The "d" will decrement one letter for every cell that I move over to the left – Changing the row: If I copy this cell reference to another cell: • the "9" will increment by one for every cell that I move down • The "9" will decrement by one for every cell that I move up
  • 19. Go to course website: http://umn.edu/~ruggles/hist3797