What is a Spreadsheet? A spreadsheet.. Is an electronic version of a ledger Consists of a grid...

14
What is a What is a Spreadsheet? Spreadsheet? A spreadsheet…………………………….. A spreadsheet…………………………….. Is an electronic version of a ledger Is an electronic version of a ledger Consists of a grid from rows and Consists of a grid from rows and columns columns Is a computation tool Is a computation tool Can accurately compute mathematical Can accurately compute mathematical formulas formulas Helps organize, display and manage Helps organize, display and manage information information Has the ability to create charts and Has the ability to create charts and graphs graphs Can be used to create a table Can be used to create a table

description

Basics of a Spreadsheet  Spreadsheets are made up of -columns-rows-cells Each cell contains a type of data -text -number data-value -formula

Transcript of What is a Spreadsheet? A spreadsheet.. Is an electronic version of a ledger Consists of a grid...

Page 1: What is a Spreadsheet? A spreadsheet.. Is an electronic version of a ledger Consists of a grid from…

What is a What is a Spreadsheet?Spreadsheet?

A spreadsheet……………………………..A spreadsheet……………………………..Is an electronic version of a ledgerIs an electronic version of a ledgerConsists of a grid from rows and columnsConsists of a grid from rows and columnsIs a computation toolIs a computation toolCan accurately compute mathematical formulasCan accurately compute mathematical formulasHelps organize, display and manage informationHelps organize, display and manage informationHas the ability to create charts and graphsHas the ability to create charts and graphsCan be used to create a tableCan be used to create a table

Page 2: What is a Spreadsheet? A spreadsheet.. Is an electronic version of a ledger Consists of a grid from…

A spreadsheet is the A spreadsheet is the electronic version of a electronic version of a ledger.ledger.

It is a grid made from columns and rowsIt is a grid made from columns and rows   AA   BB

  11  computer ledgercomputer ledger

  

  22 car loancar loan $12,000.00 $12,000.00

  33 interestinterest 9.60%9.60%

  44 #of payments#of payments 6060

  55      

  66 Monthly Paymt. $252.61Monthly Paymt. $252.61   

The nice thing about using a spreadsheet is that you can experiment with numbers without having to RE-DO all of the calculations

Page 3: What is a Spreadsheet? A spreadsheet.. Is an electronic version of a ledger Consists of a grid from…

Basics of a SpreadsheetBasics of a Spreadsheet Spreadsheets are made up ofSpreadsheets are made up of-columns-columns-rows-rows-cells-cells

Each cell contains a type of dataEach cell contains a type of data-text-text-number data-value-number data-value-formula-formula

Page 4: What is a Spreadsheet? A spreadsheet.. Is an electronic version of a ledger Consists of a grid from…

ColumnsColumns ColumnsColumns go vertically –up and down. go vertically –up and down.

They are defined by They are defined by LettersLetters which go which go across the top of the grid.across the top of the grid.

Page 5: What is a Spreadsheet? A spreadsheet.. Is an electronic version of a ledger Consists of a grid from…

ROWSROWS ROWS go horizontally –left to rightROWS go horizontally –left to right

Rows are defined by Rows are defined by NumbersNumbers which go which go down the left side of the grid.down the left side of the grid.

Page 6: What is a Spreadsheet? A spreadsheet.. Is an electronic version of a ledger Consists of a grid from…

CELLCELL The The CELLCELL is the space where the column is the space where the column

and the row intersect.and the row intersect.

The The CELLCELL is named according to its is named according to its ColumnColumn letter and letter and RowRow number. number.

It is where the information is stored.It is where the information is stored.

Page 7: What is a Spreadsheet? A spreadsheet.. Is an electronic version of a ledger Consists of a grid from…

Types of DataTypes of Data CellsCells can contain three types of data. can contain three types of data.

LabelLabel –anything that is just text –anything that is just textex. Title or Items or Costex. Title or Items or Cost

ConstantConstant (Value)(Value) –any number –any numberex. 8 or 3.14 or -59.6ex. 8 or 3.14 or -59.6

FormulaFormula –math equation –math equationex. 8*5 or 6+8/4ex. 8*5 or 6+8/4

Page 8: What is a Spreadsheet? A spreadsheet.. Is an electronic version of a ledger Consists of a grid from…

LABELSLABELS LabelsLabels help us identify what the numbers help us identify what the numbers

stand for…stand for…

LabelsLabels are text entries –they have no are text entries –they have no numerical value.numerical value.

Page 9: What is a Spreadsheet? A spreadsheet.. Is an electronic version of a ledger Consists of a grid from…

CONSTANTS CONSTANTS ValuesValues

Constants (values)Constants (values) are used to enter are used to enter FIXED number data.FIXED number data.

A constant can be any kind of specific A constant can be any kind of specific number: currency, percent, decimalnumber: currency, percent, decimal

Page 10: What is a Spreadsheet? A spreadsheet.. Is an electronic version of a ledger Consists of a grid from…

# Working with Constants## Working with Constants# When you are working with constants or When you are working with constants or

values, you must use the appropriate values, you must use the appropriate symbols.symbols.+ + is the symbol for additionis the symbol for addition-- is the symbol for subtractionis the symbol for subtraction** is the symbol for multiplication is the symbol for multiplication// is the symbol for division is the symbol for division

Page 11: What is a Spreadsheet? A spreadsheet.. Is an electronic version of a ledger Consists of a grid from…

FORMULASFORMULAS FormulasFormulas are equations that perform are equations that perform

calculations.calculations. All All formulasformulas MUST BEGIN with an equal MUST BEGIN with an equal

sign (=).sign (=).

A A formulaformula will be displayed on the screen as will be displayed on the screen as a number, but the a number, but the entry barentry bar will show the will show the formula.formula.

Page 12: What is a Spreadsheet? A spreadsheet.. Is an electronic version of a ledger Consists of a grid from…

A Few FormulasA Few Formulas Suppose you had a spreadsheet showing test Suppose you had a spreadsheet showing test

grades… you might use the following formulas.grades… you might use the following formulas.To FindTo Find UseUse

Total ScoresTotal Scores =sum(__:__)=sum(__:__)High ScoreHigh Score =max (__:__)=max (__:__)Low ScoreLow Score =min (__:__)=min (__:__)Average ScoreAverage Score =average (__:__)=average (__:__)Total # of ScoresTotal # of Scores =count (__:__)=count (__:__)(It will not count text entries or blank entries)(It will not count text entries or blank entries)

Page 13: What is a Spreadsheet? A spreadsheet.. Is an electronic version of a ledger Consists of a grid from…

IF FunctionIF Function Example of Example of IFIF =IF (A3>70, “Pass”, =IF (A3>70, “Pass”,

“Fail”)“Fail”) Compares Compares Is Cell A3 greater than 70?Is Cell A3 greater than 70?

Then it will print Pass.Then it will print Pass. If cell A3 is less than 70,If cell A3 is less than 70, Then it will print Fail.Then it will print Fail.

Page 14: What is a Spreadsheet? A spreadsheet.. Is an electronic version of a ledger Consists of a grid from…

Charts or GraphingCharts or Graphing You can use the Chart Wizard to help You can use the Chart Wizard to help

you make a chart or graph.you make a chart or graph. There are 16 different types of charts you There are 16 different types of charts you

can choose from. The type of chart you can choose from. The type of chart you can pick usually depends on the data you can pick usually depends on the data you are using!are using!