SlideShare uma empresa Scribd logo
1 de 25
LibreOffice CALC
Lesson 1
Lesson 1 Outline
• What is Calc?
• Starting a new Spreadsheet.
• Saving Spreadsheets.
• Entering data.
• Editing data.
What is Calc?
Calc is the spreadsheet component of LibreOffice. You can enter data (usually
numerical) in a spreadsheet and then manipulate this data to produce certain results.
Alternatively, you can enter data and then use Calc in a ‘What if...’ manner by changing
some of the data and observing the results without having to retype the entire
spreadsheet or sheet. Other features provided by Calc include:
• Functions, which can be used to create formulas to perform complex calculations on
data
• Database functions, to arrange, store, and filter data
• Dynamic charts; a wide range of 2D and 3D charts
• Macros, for recording and executing repetitive tasks; scripting languages supported
include LibreOffice Basic, Python, BeanShell, and JavaScript
• Ability to open, edit, and save Microsoft Excel spreadsheets
• Import and export of spreadsheets in multiple formats, including HTML, CSV, PDF,
and PostScript
Starting a new Spreadsheet
You can start a new, blank document in Calc in several ways.
• From the operating system menu, in the same way that you start other programs.
When LibreOffice was installed on your computer, in most cases a menu entry for
each component was added to your system menu. If you are using a Mac, you
should see the LibreOffice icon in the Applications folder. When you double-click this
icon, LibreOffice opens at the Start Center (Figure 1).
• From the Quickstarter, which is found in Windows, some Linux distributions, and
(in a slightly different form) in Mac OS X. The Quickstarter is an icon that is placed in
the system tray or the dock during system startup. It indicates that LibreOffice has
been loaded and is ready to use.
• From the Start Center. When LibreOffice is open but no document is open (for
example, if
you close all the open documents but leave the program running), the Start Center is
shown. Click one of the icons to open a new document of that type, or click the
Templates
icon to start a new document using a template. If a document is already open in
LibreOffice, the new document opens in a new window.
Figure 1: LibreOffice Start Center
When LibreOffice is open, you can also start a new
document in one of the following ways.
• Press the Control+N keys.
• Use File → New → Spreadsheet.
• Click the New button on the main toolbar.
Saving Spreadsheets
Spreadsheets can be saved in three ways.
• Press Control+S.
• Choose File → Save (or Save All or Save As).
• Click the Save button on the main toolbar.
If the spreadsheet has not been saved previously, then each
of these actions will open the Save As dialog. There you can
specify the spreadsheet name and the location in which to
save it.
Saving a document
automatically
You can choose to have Calc save your spreadsheet
automatically at regular intervals. Automatic
saving, like manual saving, overwrites the last saved state of
the file. To set up automatic file
saving:
1) Choose Tools → Options → Load/Save → General.
2) Click on Save AutoRecovery information every and set
the time interval. The default value is 15 minutes. Enter the
value you want by typing it or by pressing the up or down
arrow keys.
Saving as a Microsoft Excel
document
If you need to exchange files with users of Microsoft Excel,
they may not know how to open and save *.ods files. Only
Microsoft Excel 2007 with Service Pack 2 (SP2) can do this.
Users of Microsoft Excel 2007, 2003, XP, and 2000 can also
download and install a free OpenDocument Format (ODF)
plugin from Sun Microsystems, available from Softpedia,
http://www.softpedia.com/get/Office-tools/Other-Office-
Tools/Sun -ODF-Plugin-for-Microsoft-Office.shtml.
Some users of Microsoft Excel may be unwilling or unable to
receive *.ods files. (Perhaps their employer does not allow them
to install the plug-in.) In this case, you can save a document as a
Excel file (*.xls or *.xlsx).
1) Important—First save your spreadsheet in the file format
used by LibreOffice, *.ods. If you do not, any changes you
may have made since the last time you saved it will only
appear in the Microsoft Excel version of the document.
2) Then choose File → Save As.
3) On the Save As dialog (Figure 2), in the File type (or Save as
type) drop-down menu, select the type of Excel format you
need. Click Save.
Figure 3. Saving a spreadsheet in Microsoft Excel format
To have Calc save documents by default in a Microsoft Excel
file format, go to Tools → Options → Load/Save → General.
In the section named Default file format and ODF settings,
under Document type, select Spreadsheet, then under
Always save as, select your preferred file format.
Entering data
You can enter data into Calc in several ways: using the keyboard, the mouse
(dragging and dropping), the Fill tool, and selection lists. Calc also provides
the ability to enter information into multiple sheets of the same document
at the same time.
After entering data, you can format and display it in various ways.
Entering data using the keyboard
Most data entry in Calc can be accomplished using the keyboard.
Entering numbers
Click in the cell and type in the number using the number keys on either the
main keyboard or the
numeric keypad.
To enter a negative number, either type a minus (–) sign in front of it or
enclose it in parentheses (brackets), like this: (1234).
By default, numbers are right-aligned and negative numbers have a leading
minus symbol.
Entering dates and times
Select the cell and type the date or time. You can separate the date
elements with a slash (/) or a hyphen (–) or use text such as 10 Oct 03. Calc
recognizes a variety of date formats. You can separate time elements with
colons such as 10:43:45.
Entering special characters
A “special” character is one not found on a standard English keyboard. For
example, c . a c n oo ¢ are all special characters. To insert a special
character:
1) Place the cursor in your document where you want the character to
appear.
2) Click Insert → Special Character to open the Special Characters dialog
(Figure 4).
3) Select the characters (from any font or mixture of fonts) you wish to
insert, in order; then click OK. The selected characters are shown in the
bottom left of the dialog. As you select each character, it is shown alone at
the bottom right, along with the numerical code for that character.
Figure 4: The Special Characters dialog
Using the Fill tool on cells
At its simplest, the Fill tool is a way to duplicate existing
content. Start by selecting the cell to copy, then drag the
mouse in any direction (or hold down the Shift key and click
in the last cell you want to fill), and then choose Edit → Fill
and the direction in which you want to copy: Up, Down, Left
or Right.
Figure 5: Using the Fill tool
Using a fill series
A more complex use of the Fill tool is to use a fill series. The default lists
are for the full and abbreviated days of the week and the months of the
year, but you can create your own lists as well.
To add a fill series to a spreadsheet, select the cells to fill, choose Edit
→ Fill → Series. In the Fill Series dialog, select AutoFill as the Series
type, and enter as the Start value an item from any defined series. The
selected cells then fill in the other items on the list sequentially,
repeating from the top of the list when they reach the end of the list.
Figure 6: Specifying the start of a fill series (result is in Figure 7)
Figure 7: Result of fill series selection shown in Figure 6
You can also use Edit → Fill → Series to create a one-time fill
series for numbers by entering the start and end values and the
increment. For example, if you entered start and end values of 1
and 7 with an increment of 2, you would get the sequence of 1,
3, 5, 7.
In all these cases, the Fill tool creates only a momentary
connection between the cells. Once they are filled, the cells have
no further connection with one another.
Defining a fill series
Figure 38: Predefined fill series
Click New. The Entries box is cleared. Type the series for the new list in the Entries box
(one entry per line), and then click Add.
Figure 7: Defining a new fill series
Editing data
Editing data is done is in much the same way as entering it. The first
step is to select the cell containing the data to be edited.
Removing data from a cell
Data can be removed (deleted) from a cell in several ways.
Removing data only
The data alone can be removed from a cell without removing any of the
formatting of the cell.
Click in the cell to select it, and then press the Backspace key.
Removing data and formatting
The data and the formatting can be removed from a cell at the same
time. Press the Delete key (or right-click and choose Delete Contents, or
use Edit → Delete Contents) to open the Delete Contents dialog (Figure
8). From this dialog, different aspects of the cell can be deleted. To
delete everything in a cell (contents and format), check Delete all.
Figure 8: Delete Contents dialog

Mais conteúdo relacionado

Mais procurados

Introduction to Microsoft Excel for beginners
Introduction to Microsoft Excel for beginnersIntroduction to Microsoft Excel for beginners
Introduction to Microsoft Excel for beginnersBlogger Mumma
 
ms excel for mba first sem students of dr hs gour university sagar(m.p)
ms excel for mba first sem students of dr hs gour university sagar(m.p)ms excel for mba first sem students of dr hs gour university sagar(m.p)
ms excel for mba first sem students of dr hs gour university sagar(m.p)gaurav jain
 
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 2010
Excel 2010Excel 2010
Excel 2010nhumar
 
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
 
Ms word Presentation
Ms word PresentationMs word Presentation
Ms word PresentationMadhab Behera
 
ms excel presentation...
ms excel presentation...ms excel presentation...
ms excel presentation...alok1994
 
Ms excel basic about Data, graph and pivot table
Ms excel basic about Data, graph and pivot table Ms excel basic about Data, graph and pivot table
Ms excel basic about Data, graph and pivot table Alomgir Hossain
 
Introduction to Microsoft Excel basics | Excel Intro | Excel | Excel for star...
Introduction to Microsoft Excel basics | Excel Intro | Excel | Excel for star...Introduction to Microsoft Excel basics | Excel Intro | Excel | Excel for star...
Introduction to Microsoft Excel basics | Excel Intro | Excel | Excel for star...Corp-sKool
 
Word Lesson 3B PPT
Word Lesson 3B PPTWord Lesson 3B PPT
Word Lesson 3B PPTdeborahburns
 
Ms excel ppt presentation
Ms excel ppt presentationMs excel ppt presentation
Ms excel ppt presentationvethics
 
Microsoft Excel Basics
Microsoft Excel BasicsMicrosoft Excel Basics
Microsoft Excel BasicsCompudon
 
Conditional formatting
Conditional formattingConditional formatting
Conditional formattingum5ashm
 

Mais procurados (20)

Libre Office Impress Lesson 1
Libre Office Impress Lesson 1Libre Office Impress Lesson 1
Libre Office Impress Lesson 1
 
Introduction to Microsoft Excel for beginners
Introduction to Microsoft Excel for beginnersIntroduction to Microsoft Excel for beginners
Introduction to Microsoft Excel for beginners
 
ms excel for mba first sem students of dr hs gour university sagar(m.p)
ms excel for mba first sem students of dr hs gour university sagar(m.p)ms excel for mba first sem students of dr hs gour university sagar(m.p)
ms excel for mba first sem students of dr hs gour university sagar(m.p)
 
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
 
Ms excel
Ms excelMs excel
Ms excel
 
Excel 2010
Excel 2010Excel 2010
Excel 2010
 
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
 
Ms word Presentation
Ms word PresentationMs word Presentation
Ms word Presentation
 
ms excel presentation...
ms excel presentation...ms excel presentation...
ms excel presentation...
 
Excel Tutorial
Excel TutorialExcel Tutorial
Excel Tutorial
 
Ms excel basic about Data, graph and pivot table
Ms excel basic about Data, graph and pivot table Ms excel basic about Data, graph and pivot table
Ms excel basic about Data, graph and pivot table
 
Introduction to Microsoft Excel basics | Excel Intro | Excel | Excel for star...
Introduction to Microsoft Excel basics | Excel Intro | Excel | Excel for star...Introduction to Microsoft Excel basics | Excel Intro | Excel | Excel for star...
Introduction to Microsoft Excel basics | Excel Intro | Excel | Excel for star...
 
Excel for beginner
Excel for beginnerExcel for beginner
Excel for beginner
 
Word Lesson 3B PPT
Word Lesson 3B PPTWord Lesson 3B PPT
Word Lesson 3B PPT
 
Digital documentation
Digital documentationDigital documentation
Digital documentation
 
Ms excel 2007
Ms excel 2007Ms excel 2007
Ms excel 2007
 
Ms excel ppt presentation
Ms excel ppt presentationMs excel ppt presentation
Ms excel ppt presentation
 
Microsoft Excel Basics
Microsoft Excel BasicsMicrosoft Excel Basics
Microsoft Excel Basics
 
Excel lesson01
Excel lesson01Excel lesson01
Excel lesson01
 
Conditional formatting
Conditional formattingConditional formatting
Conditional formatting
 

Semelhante a Libre Office Calc Lesson 1: Introduction to spreadsheets

Pranavi verma-class-9-spreadsheet
Pranavi verma-class-9-spreadsheetPranavi verma-class-9-spreadsheet
Pranavi verma-class-9-spreadsheetPranaviVerma
 
Teaching Excel
Teaching ExcelTeaching Excel
Teaching Excelsam ran
 
Introduction microsoft excel 2007
Introduction microsoft excel 2007Introduction microsoft excel 2007
Introduction microsoft excel 2007Celia Bandelier
 
Microsoft excel beginner
Microsoft excel beginnerMicrosoft excel beginner
Microsoft excel beginnerSushate Sandal
 
Microsoft excel beginner
Microsoft excel beginnerMicrosoft excel beginner
Microsoft excel beginnerSushate Sandal
 
Basics-of-microsoft-office-and-nudi-presentation-at-ATI-Mysore-by-Mohan-Kumar-G
Basics-of-microsoft-office-and-nudi-presentation-at-ATI-Mysore-by-Mohan-Kumar-GBasics-of-microsoft-office-and-nudi-presentation-at-ATI-Mysore-by-Mohan-Kumar-G
Basics-of-microsoft-office-and-nudi-presentation-at-ATI-Mysore-by-Mohan-Kumar-GMohan Kumar G
 
Getting started with_microsoft_excel
Getting started with_microsoft_excelGetting started with_microsoft_excel
Getting started with_microsoft_excelDeepak Chavan
 
Basic Computer skill-P4 Excel.pptx
Basic Computer skill-P4 Excel.pptxBasic Computer skill-P4 Excel.pptx
Basic Computer skill-P4 Excel.pptxMastewal5
 
Learning MS Excel - A Handout
Learning MS Excel - A HandoutLearning MS Excel - A Handout
Learning MS Excel - A Handoutsayyadimran2000
 
Uses & applications of microsoft excel in vph research
Uses & applications of microsoft excel in vph researchUses & applications of microsoft excel in vph research
Uses & applications of microsoft excel in vph researchDr Alok Bharti
 
B.sc i agri u 4 introduction to ms access
B.sc i agri u 4 introduction to ms accessB.sc i agri u 4 introduction to ms access
B.sc i agri u 4 introduction to ms accessRai University
 
B.sc i micro bio u 4 introduction to ms access
B.sc i micro bio u 4 introduction to ms accessB.sc i micro bio u 4 introduction to ms access
B.sc i micro bio u 4 introduction to ms accessRai University
 
B.sc i bio chem u 4 introduction to ms access
B.sc i bio chem u 4 introduction to ms accessB.sc i bio chem u 4 introduction to ms access
B.sc i bio chem u 4 introduction to ms accessRai University
 
B.sc i cs u 4 introduction to ms access
B.sc i cs u 4 introduction to ms accessB.sc i cs u 4 introduction to ms access
B.sc i cs u 4 introduction to ms accessRai University
 

Semelhante a Libre Office Calc Lesson 1: Introduction to spreadsheets (20)

Pranavi verma-class-9-spreadsheet
Pranavi verma-class-9-spreadsheetPranavi verma-class-9-spreadsheet
Pranavi verma-class-9-spreadsheet
 
Teaching Excel
Teaching ExcelTeaching Excel
Teaching Excel
 
Introduction microsoft excel 2007
Introduction microsoft excel 2007Introduction microsoft excel 2007
Introduction microsoft excel 2007
 
Microsoft excel beginner
Microsoft excel beginnerMicrosoft excel beginner
Microsoft excel beginner
 
Microsoft excel beginner
Microsoft excel beginnerMicrosoft excel beginner
Microsoft excel beginner
 
Microsoft excel beginner
Microsoft excel beginnerMicrosoft excel beginner
Microsoft excel beginner
 
Basics-of-microsoft-office-and-nudi-presentation-at-ATI-Mysore-by-Mohan-Kumar-G
Basics-of-microsoft-office-and-nudi-presentation-at-ATI-Mysore-by-Mohan-Kumar-GBasics-of-microsoft-office-and-nudi-presentation-at-ATI-Mysore-by-Mohan-Kumar-G
Basics-of-microsoft-office-and-nudi-presentation-at-ATI-Mysore-by-Mohan-Kumar-G
 
Getting started with_microsoft_excel
Getting started with_microsoft_excelGetting started with_microsoft_excel
Getting started with_microsoft_excel
 
Basic Computer skill-P4 Excel.pptx
Basic Computer skill-P4 Excel.pptxBasic Computer skill-P4 Excel.pptx
Basic Computer skill-P4 Excel.pptx
 
Learning MS Excel - A Handout
Learning MS Excel - A HandoutLearning MS Excel - A Handout
Learning MS Excel - A Handout
 
Excel10basics
Excel10basicsExcel10basics
Excel10basics
 
Basic Ms excel
Basic Ms excelBasic Ms excel
Basic Ms excel
 
Unit 010 Spreadsheets
Unit 010 SpreadsheetsUnit 010 Spreadsheets
Unit 010 Spreadsheets
 
Excel 2007
Excel 2007Excel 2007
Excel 2007
 
Tech training workshop 3 final 090810
Tech training   workshop 3 final 090810Tech training   workshop 3 final 090810
Tech training workshop 3 final 090810
 
Uses & applications of microsoft excel in vph research
Uses & applications of microsoft excel in vph researchUses & applications of microsoft excel in vph research
Uses & applications of microsoft excel in vph research
 
B.sc i agri u 4 introduction to ms access
B.sc i agri u 4 introduction to ms accessB.sc i agri u 4 introduction to ms access
B.sc i agri u 4 introduction to ms access
 
B.sc i micro bio u 4 introduction to ms access
B.sc i micro bio u 4 introduction to ms accessB.sc i micro bio u 4 introduction to ms access
B.sc i micro bio u 4 introduction to ms access
 
B.sc i bio chem u 4 introduction to ms access
B.sc i bio chem u 4 introduction to ms accessB.sc i bio chem u 4 introduction to ms access
B.sc i bio chem u 4 introduction to ms access
 
B.sc i cs u 4 introduction to ms access
B.sc i cs u 4 introduction to ms accessB.sc i cs u 4 introduction to ms access
B.sc i cs u 4 introduction to ms access
 

Mais de Smart Chicago Collaborative

Microsoft DigiSeniors Module: Computing with Confidence
Microsoft DigiSeniors Module: Computing with ConfidenceMicrosoft DigiSeniors Module: Computing with Confidence
Microsoft DigiSeniors Module: Computing with ConfidenceSmart Chicago Collaborative
 
Inclusive Smart Cities - Net Inclusion 2017 Presentation
Inclusive Smart Cities - Net Inclusion 2017 PresentationInclusive Smart Cities - Net Inclusion 2017 Presentation
Inclusive Smart Cities - Net Inclusion 2017 PresentationSmart Chicago Collaborative
 
5.20.17 Community Technology Forum at Windsor Park Lutheran Evangelical Church
5.20.17 Community Technology Forum at Windsor Park Lutheran Evangelical Church5.20.17 Community Technology Forum at Windsor Park Lutheran Evangelical Church
5.20.17 Community Technology Forum at Windsor Park Lutheran Evangelical ChurchSmart Chicago Collaborative
 
Final Report for CUTGroup #28 - City of Chicago Open Data Portal Homepage
Final Report for CUTGroup #28 - City of Chicago Open Data Portal HomepageFinal Report for CUTGroup #28 - City of Chicago Open Data Portal Homepage
Final Report for CUTGroup #28 - City of Chicago Open Data Portal HomepageSmart Chicago Collaborative
 
Juvenile Expungement Presentation to The Chicago Community Trust
Juvenile Expungement Presentation to The Chicago Community TrustJuvenile Expungement Presentation to The Chicago Community Trust
Juvenile Expungement Presentation to The Chicago Community TrustSmart Chicago Collaborative
 
CUTGroup Detroit Slides for CUTGroup Collective Call
CUTGroup Detroit Slides for CUTGroup Collective CallCUTGroup Detroit Slides for CUTGroup Collective Call
CUTGroup Detroit Slides for CUTGroup Collective CallSmart Chicago Collaborative
 
Connect Chicago Digital Skills Road Map Working Group #1
Connect Chicago Digital Skills Road Map Working Group #1Connect Chicago Digital Skills Road Map Working Group #1
Connect Chicago Digital Skills Road Map Working Group #1Smart Chicago Collaborative
 
2016 Smart Chicago Collaborative Youth-Led Tech Instructors
2016 Smart Chicago Collaborative Youth-Led Tech Instructors2016 Smart Chicago Collaborative Youth-Led Tech Instructors
2016 Smart Chicago Collaborative Youth-Led Tech InstructorsSmart Chicago Collaborative
 

Mais de Smart Chicago Collaborative (20)

Chicago School of Data Book
Chicago School of Data BookChicago School of Data Book
Chicago School of Data Book
 
10/18/17 Array of Things Public Meeting Flyer
10/18/17 Array of Things Public Meeting Flyer10/18/17 Array of Things Public Meeting Flyer
10/18/17 Array of Things Public Meeting Flyer
 
Microsoft DigiSeniors Module: Computing with Confidence
Microsoft DigiSeniors Module: Computing with ConfidenceMicrosoft DigiSeniors Module: Computing with Confidence
Microsoft DigiSeniors Module: Computing with Confidence
 
DigiSeniors Curriculum - Leaders Guide
DigiSeniors Curriculum - Leaders GuideDigiSeniors Curriculum - Leaders Guide
DigiSeniors Curriculum - Leaders Guide
 
Inclusive Smart Cities - Net Inclusion 2017 Presentation
Inclusive Smart Cities - Net Inclusion 2017 PresentationInclusive Smart Cities - Net Inclusion 2017 Presentation
Inclusive Smart Cities - Net Inclusion 2017 Presentation
 
5.20.17 Community Technology Forum at Windsor Park Lutheran Evangelical Church
5.20.17 Community Technology Forum at Windsor Park Lutheran Evangelical Church5.20.17 Community Technology Forum at Windsor Park Lutheran Evangelical Church
5.20.17 Community Technology Forum at Windsor Park Lutheran Evangelical Church
 
Juvenile Expungement Help Desk Presentation
Juvenile Expungement Help Desk PresentationJuvenile Expungement Help Desk Presentation
Juvenile Expungement Help Desk Presentation
 
Quick facts about Juvenile Expungement
Quick facts about Juvenile ExpungementQuick facts about Juvenile Expungement
Quick facts about Juvenile Expungement
 
LAF Chicago Juvenile Expungement Clinics
LAF Chicago Juvenile Expungement ClinicsLAF Chicago Juvenile Expungement Clinics
LAF Chicago Juvenile Expungement Clinics
 
Juvenile Expungement Help Desk Flyer
Juvenile Expungement Help Desk FlyerJuvenile Expungement Help Desk Flyer
Juvenile Expungement Help Desk Flyer
 
Final Report for CUTGroup #28 - City of Chicago Open Data Portal Homepage
Final Report for CUTGroup #28 - City of Chicago Open Data Portal HomepageFinal Report for CUTGroup #28 - City of Chicago Open Data Portal Homepage
Final Report for CUTGroup #28 - City of Chicago Open Data Portal Homepage
 
Juvenile Expungement Presentation to The Chicago Community Trust
Juvenile Expungement Presentation to The Chicago Community TrustJuvenile Expungement Presentation to The Chicago Community Trust
Juvenile Expungement Presentation to The Chicago Community Trust
 
CUTGroup Detroit Slides for CUTGroup Collective Call
CUTGroup Detroit Slides for CUTGroup Collective CallCUTGroup Detroit Slides for CUTGroup Collective Call
CUTGroup Detroit Slides for CUTGroup Collective Call
 
Final Report for CUTGroup #24 - OpenGrid
Final Report for CUTGroup #24 - OpenGridFinal Report for CUTGroup #24 - OpenGrid
Final Report for CUTGroup #24 - OpenGrid
 
Connect Chicago Digital Skills Road Map Working Group #1
Connect Chicago Digital Skills Road Map Working Group #1Connect Chicago Digital Skills Road Map Working Group #1
Connect Chicago Digital Skills Road Map Working Group #1
 
2016 Smart Chicago Collaborative Youth-Led Tech Instructors
2016 Smart Chicago Collaborative Youth-Led Tech Instructors2016 Smart Chicago Collaborative Youth-Led Tech Instructors
2016 Smart Chicago Collaborative Youth-Led Tech Instructors
 
Interview template
Interview templateInterview template
Interview template
 
Component type
Component typeComponent type
Component type
 
App template
App templateApp template
App template
 
App inventor basics
App inventor basicsApp inventor basics
App inventor basics
 

Último

『澳洲文凭』买拉筹伯大学毕业证书成绩单办理澳洲LTU文凭学位证书
『澳洲文凭』买拉筹伯大学毕业证书成绩单办理澳洲LTU文凭学位证书『澳洲文凭』买拉筹伯大学毕业证书成绩单办理澳洲LTU文凭学位证书
『澳洲文凭』买拉筹伯大学毕业证书成绩单办理澳洲LTU文凭学位证书rnrncn29
 
定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一
定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一
定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一Fs
 
办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书
办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书
办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书zdzoqco
 
定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一
定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一
定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一Fs
 
Font Performance - NYC WebPerf Meetup April '24
Font Performance - NYC WebPerf Meetup April '24Font Performance - NYC WebPerf Meetup April '24
Font Performance - NYC WebPerf Meetup April '24Paul Calvano
 
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012rehmti665
 
SCM Symposium PPT Format Customer loyalty is predi
SCM Symposium PPT Format Customer loyalty is prediSCM Symposium PPT Format Customer loyalty is predi
SCM Symposium PPT Format Customer loyalty is predieusebiomeyer
 
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)Christopher H Felton
 
Magic exist by Marta Loveguard - presentation.pptx
Magic exist by Marta Loveguard - presentation.pptxMagic exist by Marta Loveguard - presentation.pptx
Magic exist by Marta Loveguard - presentation.pptxMartaLoveguard
 
Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作
Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作
Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作ys8omjxb
 
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一Fs
 
Call Girls Near The Suryaa Hotel New Delhi 9873777170
Call Girls Near The Suryaa Hotel New Delhi 9873777170Call Girls Near The Suryaa Hotel New Delhi 9873777170
Call Girls Near The Suryaa Hotel New Delhi 9873777170Sonam Pathan
 
Film cover research (1).pptxsdasdasdasdasdasa
Film cover research (1).pptxsdasdasdasdasdasaFilm cover research (1).pptxsdasdasdasdasdasa
Film cover research (1).pptxsdasdasdasdasdasa494f574xmv
 
Contact Rya Baby for Call Girls New Delhi
Contact Rya Baby for Call Girls New DelhiContact Rya Baby for Call Girls New Delhi
Contact Rya Baby for Call Girls New Delhimiss dipika
 
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)Dana Luther
 
Top 10 Interactive Website Design Trends in 2024.pptx
Top 10 Interactive Website Design Trends in 2024.pptxTop 10 Interactive Website Design Trends in 2024.pptx
Top 10 Interactive Website Design Trends in 2024.pptxDyna Gilbert
 
Git and Github workshop GDSC MLRITM
Git and Github  workshop GDSC MLRITMGit and Github  workshop GDSC MLRITM
Git and Github workshop GDSC MLRITMgdsc13
 
Elevate Your Business with Our IT Expertise in New Orleans
Elevate Your Business with Our IT Expertise in New OrleansElevate Your Business with Our IT Expertise in New Orleans
Elevate Your Business with Our IT Expertise in New Orleanscorenetworkseo
 
Intellectual property rightsand its types.pptx
Intellectual property rightsand its types.pptxIntellectual property rightsand its types.pptx
Intellectual property rightsand its types.pptxBipin Adhikari
 

Último (20)

『澳洲文凭』买拉筹伯大学毕业证书成绩单办理澳洲LTU文凭学位证书
『澳洲文凭』买拉筹伯大学毕业证书成绩单办理澳洲LTU文凭学位证书『澳洲文凭』买拉筹伯大学毕业证书成绩单办理澳洲LTU文凭学位证书
『澳洲文凭』买拉筹伯大学毕业证书成绩单办理澳洲LTU文凭学位证书
 
定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一
定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一
定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一
 
办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书
办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书
办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书
 
定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一
定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一
定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一
 
young call girls in Uttam Nagar🔝 9953056974 🔝 Delhi escort Service
young call girls in Uttam Nagar🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Uttam Nagar🔝 9953056974 🔝 Delhi escort Service
young call girls in Uttam Nagar🔝 9953056974 🔝 Delhi escort Service
 
Font Performance - NYC WebPerf Meetup April '24
Font Performance - NYC WebPerf Meetup April '24Font Performance - NYC WebPerf Meetup April '24
Font Performance - NYC WebPerf Meetup April '24
 
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
 
SCM Symposium PPT Format Customer loyalty is predi
SCM Symposium PPT Format Customer loyalty is prediSCM Symposium PPT Format Customer loyalty is predi
SCM Symposium PPT Format Customer loyalty is predi
 
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
 
Magic exist by Marta Loveguard - presentation.pptx
Magic exist by Marta Loveguard - presentation.pptxMagic exist by Marta Loveguard - presentation.pptx
Magic exist by Marta Loveguard - presentation.pptx
 
Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作
Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作
Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作
 
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
 
Call Girls Near The Suryaa Hotel New Delhi 9873777170
Call Girls Near The Suryaa Hotel New Delhi 9873777170Call Girls Near The Suryaa Hotel New Delhi 9873777170
Call Girls Near The Suryaa Hotel New Delhi 9873777170
 
Film cover research (1).pptxsdasdasdasdasdasa
Film cover research (1).pptxsdasdasdasdasdasaFilm cover research (1).pptxsdasdasdasdasdasa
Film cover research (1).pptxsdasdasdasdasdasa
 
Contact Rya Baby for Call Girls New Delhi
Contact Rya Baby for Call Girls New DelhiContact Rya Baby for Call Girls New Delhi
Contact Rya Baby for Call Girls New Delhi
 
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
 
Top 10 Interactive Website Design Trends in 2024.pptx
Top 10 Interactive Website Design Trends in 2024.pptxTop 10 Interactive Website Design Trends in 2024.pptx
Top 10 Interactive Website Design Trends in 2024.pptx
 
Git and Github workshop GDSC MLRITM
Git and Github  workshop GDSC MLRITMGit and Github  workshop GDSC MLRITM
Git and Github workshop GDSC MLRITM
 
Elevate Your Business with Our IT Expertise in New Orleans
Elevate Your Business with Our IT Expertise in New OrleansElevate Your Business with Our IT Expertise in New Orleans
Elevate Your Business with Our IT Expertise in New Orleans
 
Intellectual property rightsand its types.pptx
Intellectual property rightsand its types.pptxIntellectual property rightsand its types.pptx
Intellectual property rightsand its types.pptx
 

Libre Office Calc Lesson 1: Introduction to spreadsheets

  • 2. Lesson 1 Outline • What is Calc? • Starting a new Spreadsheet. • Saving Spreadsheets. • Entering data. • Editing data.
  • 3. What is Calc? Calc is the spreadsheet component of LibreOffice. You can enter data (usually numerical) in a spreadsheet and then manipulate this data to produce certain results. Alternatively, you can enter data and then use Calc in a ‘What if...’ manner by changing some of the data and observing the results without having to retype the entire spreadsheet or sheet. Other features provided by Calc include: • Functions, which can be used to create formulas to perform complex calculations on data • Database functions, to arrange, store, and filter data • Dynamic charts; a wide range of 2D and 3D charts • Macros, for recording and executing repetitive tasks; scripting languages supported include LibreOffice Basic, Python, BeanShell, and JavaScript • Ability to open, edit, and save Microsoft Excel spreadsheets • Import and export of spreadsheets in multiple formats, including HTML, CSV, PDF, and PostScript
  • 4. Starting a new Spreadsheet You can start a new, blank document in Calc in several ways. • From the operating system menu, in the same way that you start other programs. When LibreOffice was installed on your computer, in most cases a menu entry for each component was added to your system menu. If you are using a Mac, you should see the LibreOffice icon in the Applications folder. When you double-click this icon, LibreOffice opens at the Start Center (Figure 1). • From the Quickstarter, which is found in Windows, some Linux distributions, and (in a slightly different form) in Mac OS X. The Quickstarter is an icon that is placed in the system tray or the dock during system startup. It indicates that LibreOffice has been loaded and is ready to use. • From the Start Center. When LibreOffice is open but no document is open (for example, if you close all the open documents but leave the program running), the Start Center is shown. Click one of the icons to open a new document of that type, or click the Templates icon to start a new document using a template. If a document is already open in LibreOffice, the new document opens in a new window.
  • 5. Figure 1: LibreOffice Start Center
  • 6. When LibreOffice is open, you can also start a new document in one of the following ways. • Press the Control+N keys. • Use File → New → Spreadsheet. • Click the New button on the main toolbar.
  • 7. Saving Spreadsheets Spreadsheets can be saved in three ways. • Press Control+S. • Choose File → Save (or Save All or Save As). • Click the Save button on the main toolbar. If the spreadsheet has not been saved previously, then each of these actions will open the Save As dialog. There you can specify the spreadsheet name and the location in which to save it.
  • 8. Saving a document automatically You can choose to have Calc save your spreadsheet automatically at regular intervals. Automatic saving, like manual saving, overwrites the last saved state of the file. To set up automatic file saving: 1) Choose Tools → Options → Load/Save → General. 2) Click on Save AutoRecovery information every and set the time interval. The default value is 15 minutes. Enter the value you want by typing it or by pressing the up or down arrow keys.
  • 9. Saving as a Microsoft Excel document If you need to exchange files with users of Microsoft Excel, they may not know how to open and save *.ods files. Only Microsoft Excel 2007 with Service Pack 2 (SP2) can do this. Users of Microsoft Excel 2007, 2003, XP, and 2000 can also download and install a free OpenDocument Format (ODF) plugin from Sun Microsystems, available from Softpedia, http://www.softpedia.com/get/Office-tools/Other-Office- Tools/Sun -ODF-Plugin-for-Microsoft-Office.shtml.
  • 10. Some users of Microsoft Excel may be unwilling or unable to receive *.ods files. (Perhaps their employer does not allow them to install the plug-in.) In this case, you can save a document as a Excel file (*.xls or *.xlsx). 1) Important—First save your spreadsheet in the file format used by LibreOffice, *.ods. If you do not, any changes you may have made since the last time you saved it will only appear in the Microsoft Excel version of the document. 2) Then choose File → Save As. 3) On the Save As dialog (Figure 2), in the File type (or Save as type) drop-down menu, select the type of Excel format you need. Click Save.
  • 11. Figure 3. Saving a spreadsheet in Microsoft Excel format
  • 12. To have Calc save documents by default in a Microsoft Excel file format, go to Tools → Options → Load/Save → General. In the section named Default file format and ODF settings, under Document type, select Spreadsheet, then under Always save as, select your preferred file format.
  • 13. Entering data You can enter data into Calc in several ways: using the keyboard, the mouse (dragging and dropping), the Fill tool, and selection lists. Calc also provides the ability to enter information into multiple sheets of the same document at the same time. After entering data, you can format and display it in various ways. Entering data using the keyboard Most data entry in Calc can be accomplished using the keyboard. Entering numbers Click in the cell and type in the number using the number keys on either the main keyboard or the numeric keypad. To enter a negative number, either type a minus (–) sign in front of it or enclose it in parentheses (brackets), like this: (1234). By default, numbers are right-aligned and negative numbers have a leading minus symbol.
  • 14. Entering dates and times Select the cell and type the date or time. You can separate the date elements with a slash (/) or a hyphen (–) or use text such as 10 Oct 03. Calc recognizes a variety of date formats. You can separate time elements with colons such as 10:43:45. Entering special characters A “special” character is one not found on a standard English keyboard. For example, c . a c n oo ¢ are all special characters. To insert a special character: 1) Place the cursor in your document where you want the character to appear. 2) Click Insert → Special Character to open the Special Characters dialog (Figure 4). 3) Select the characters (from any font or mixture of fonts) you wish to insert, in order; then click OK. The selected characters are shown in the bottom left of the dialog. As you select each character, it is shown alone at the bottom right, along with the numerical code for that character.
  • 15. Figure 4: The Special Characters dialog
  • 16. Using the Fill tool on cells At its simplest, the Fill tool is a way to duplicate existing content. Start by selecting the cell to copy, then drag the mouse in any direction (or hold down the Shift key and click in the last cell you want to fill), and then choose Edit → Fill and the direction in which you want to copy: Up, Down, Left or Right.
  • 17. Figure 5: Using the Fill tool
  • 18. Using a fill series A more complex use of the Fill tool is to use a fill series. The default lists are for the full and abbreviated days of the week and the months of the year, but you can create your own lists as well. To add a fill series to a spreadsheet, select the cells to fill, choose Edit → Fill → Series. In the Fill Series dialog, select AutoFill as the Series type, and enter as the Start value an item from any defined series. The selected cells then fill in the other items on the list sequentially, repeating from the top of the list when they reach the end of the list.
  • 19. Figure 6: Specifying the start of a fill series (result is in Figure 7)
  • 20. Figure 7: Result of fill series selection shown in Figure 6
  • 21. You can also use Edit → Fill → Series to create a one-time fill series for numbers by entering the start and end values and the increment. For example, if you entered start and end values of 1 and 7 with an increment of 2, you would get the sequence of 1, 3, 5, 7. In all these cases, the Fill tool creates only a momentary connection between the cells. Once they are filled, the cells have no further connection with one another. Defining a fill series
  • 22. Figure 38: Predefined fill series Click New. The Entries box is cleared. Type the series for the new list in the Entries box (one entry per line), and then click Add.
  • 23. Figure 7: Defining a new fill series
  • 24. Editing data Editing data is done is in much the same way as entering it. The first step is to select the cell containing the data to be edited. Removing data from a cell Data can be removed (deleted) from a cell in several ways. Removing data only The data alone can be removed from a cell without removing any of the formatting of the cell. Click in the cell to select it, and then press the Backspace key. Removing data and formatting The data and the formatting can be removed from a cell at the same time. Press the Delete key (or right-click and choose Delete Contents, or use Edit → Delete Contents) to open the Delete Contents dialog (Figure 8). From this dialog, different aspects of the cell can be deleted. To delete everything in a cell (contents and format), check Delete all.
  • 25. Figure 8: Delete Contents dialog

Notas do Editor

  1. There are serveral ways to enter your data in Calc by using the keyboard, the mouse, fill tool and selection list.
  2. Here it show the selected characters and the code that displayed on the bottom right
  3. You can use the fill handle to save time in a document or auto complete data for example January February etc.
  4. In order to use the fill series choose edit => fill => series then select autofill from the fill series dialog and