<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="https://peda.net/:static/535/atom.xsl"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>14. Spreadsheets</title>
<id>https://peda.net/id/187394b02cf</id>
<updated>2022-09-05T12:42:41+03:00</updated>
<link href="https://peda.net/id/187394b02cf:atom" rel="self" />
<link href="https://peda.net/qis/2022-2023/mathematics/ematematiikka-722/o2kljpa/1t#top" rel="alternate" />
<logo>https://peda.net/:static/535/peda.net.logo.bg.svg</logo>
<rights type="html">&lt;div class=&quot;license&quot;&gt;Tämän sivun lisenssi &lt;a rel=&quot;license&quot; href=&quot;https://peda.net/info&quot;&gt;Peda.net-yleislisenssi&lt;/a&gt;&lt;/div&gt;&#10;</rights>

<entry>
<title>Exercises</title>
<id>https://peda.net/id/1874aa272cf</id>
<updated>2020-05-10T14:10:52+03:00</updated>
<link href="https://peda.net/qis/2022-2023/mathematics/ematematiikka-722/o2kljpa/1t/nimet%C3%B6n-3221#top" />
<content type="html">&lt;a href=&quot;https://peda.net/id/1875c7352cf&quot; rel=&quot;noopener&quot; target=&quot;_blank&quot;&gt;Basic exercises&lt;/a&gt;</content>
<published>2022-09-05T12:42:41+03:00</published>
</entry>

<entry>
<title>The basics of spreadsheets</title>
<id>https://peda.net/id/1874fc1c2cf</id>
<updated>2020-11-06T10:40:24+02:00</updated>
<link href="https://peda.net/qis/2022-2023/mathematics/ematematiikka-722/o2kljpa/1t/tp#top" />
<content type="html">&lt;p&gt;The interface of a spreadsheet program is usually a two-dimensional table consisting of vertical &lt;b&gt;columns &lt;/b&gt;and horizontal &lt;b&gt;rows&lt;/b&gt;. One box in a table is called a &lt;b&gt;cell&lt;/b&gt;. The most well-known spreadsheet programs are MS Excel and Quattro Pro.&lt;/p&gt;&#10;&lt;p&gt;Each cell has an &lt;b&gt;address&lt;/b&gt; based on a column and a row. For example, the address C4 refers to a cell in the fourth row of the third column, i.e. column C.&lt;/p&gt;&#10;&lt;br/&gt;&#10;&lt;span class=&quot;center medium&quot;&gt;&lt;a href=&quot;https://peda.net/qis/2022-2023/mathematics/ematematiikka-722/o2kljpa/1t/tp/7#top&quot; title=&quot;14_spreadsheet.png&quot;&gt;&lt;img src=&quot;https://peda.net/qis/2022-2023/mathematics/ematematiikka-722/o2kljpa/1t/tp/7:file/photo/72cccaf398aa13f6b1d8e4c322255e13e9819147/14_spreadsheet.png&quot; alt=&quot;&quot; title=&quot;Spreadsheet rows, columns and cells&quot; class=&quot;inline&quot; loading=&quot;lazy&quot;/&gt;&lt;/a&gt;&lt;/span&gt;&lt;br/&gt;&#10;&lt;p&gt;Three types of information can be entered in the cells:&lt;/p&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;text&lt;/li&gt;&#10;&lt;li&gt;numbers&lt;/li&gt;&#10;&lt;li&gt;calculation formulas&lt;/li&gt;&#10;&lt;/ul&gt;&#10;The idea of ​​spreadsheets is to generate &lt;b&gt;result data&lt;/b&gt; from &lt;b&gt;input data&lt;/b&gt;. In order for the results to be updated automatically when the input data changes, formulas are used to calculate the result data. Formulas in Excel always start with an equals sign (=). The formulas refer to the cells in the table. A selected part of the table can be printed on paper. Most spreasheet programs can also draw graphs based on the data.</content>
<published>2022-09-05T12:42:41+03:00</published>
</entry>

<entry>
<title>Examples</title>
<id>https://peda.net/id/1875876a2cf</id>
<updated>2020-11-18T11:58:40+02:00</updated>
<link href="https://peda.net/qis/2022-2023/mathematics/ematematiikka-722/o2kljpa/1t/esimerkkej%C3%A4#top" />
<content type="html">&lt;h3&gt;Example 1&lt;/h3&gt;&#10;&lt;p&gt;The prices and quantities of the products have been entered in the table below. The line-by-line prices for cells D2, D3, D4 and D5 have been calculated based on their formulas.&lt;/p&gt;&#10;&lt;table border=&quot;1&quot;&gt;&#10;&lt;tbody&gt;&#10;&lt;tr&gt;&#10;&lt;th class=&quot;center&quot;&gt; &lt;/th&gt;&#10;&lt;th class=&quot;center&quot;&gt;A&lt;/th&gt;&#10;&lt;th class=&quot;center&quot;&gt;B&lt;/th&gt;&#10;&lt;th class=&quot;center&quot;&gt;C&lt;/th&gt;&#10;&lt;th class=&quot;center&quot;&gt;D&lt;/th&gt;&#10;&lt;/tr&gt;&#10;&lt;tr&gt;&#10;&lt;th class=&quot;center&quot;&gt;1&lt;/th&gt;&#10;&lt;td&gt;&lt;b&gt;Product&lt;/b&gt;&lt;/td&gt;&#10;&lt;td&gt;&lt;b&gt;Price per unit&lt;/b&gt;&lt;/td&gt;&#10;&lt;td&gt;&lt;b&gt;Amount&lt;/b&gt;&lt;/td&gt;&#10;&lt;td&gt;&lt;b&gt;Total&lt;/b&gt;&lt;/td&gt;&#10;&lt;/tr&gt;&#10;&lt;tr&gt;&#10;&lt;th class=&quot;center&quot;&gt;2&lt;/th&gt;&#10;&lt;td&gt;apple juice&lt;/td&gt;&#10;&lt;td class=&quot;right&quot;&gt;2 QAR&lt;/td&gt;&#10;&lt;td class=&quot;right&quot;&gt;4&lt;/td&gt;&#10;&lt;td class=&quot;right&quot;&gt;8 QAR&lt;/td&gt;&#10;&lt;/tr&gt;&#10;&lt;tr&gt;&#10;&lt;th class=&quot;center&quot;&gt;3&lt;/th&gt;&#10;&lt;td&gt;bread&lt;/td&gt;&#10;&lt;td class=&quot;right&quot;&gt;6 QAR&lt;/td&gt;&#10;&lt;td class=&quot;right&quot;&gt;2&lt;/td&gt;&#10;&lt;td class=&quot;right&quot;&gt;12 QAR&lt;/td&gt;&#10;&lt;/tr&gt;&#10;&lt;tr&gt;&#10;&lt;th class=&quot;center&quot;&gt;4&lt;/th&gt;&#10;&lt;td&gt;chocolate pudding&lt;/td&gt;&#10;&lt;td class=&quot;right&quot;&gt;2,40 QAR&lt;/td&gt;&#10;&lt;td class=&quot;right&quot;&gt;5&lt;/td&gt;&#10;&lt;td class=&quot;right&quot;&gt;12 QAR&lt;/td&gt;&#10;&lt;/tr&gt;&#10;&lt;tr&gt;&#10;&lt;th class=&quot;center&quot;&gt;5&lt;/th&gt;&#10;&lt;td&gt;comic book&lt;/td&gt;&#10;&lt;td class=&quot;right&quot;&gt;14 QAR&lt;/td&gt;&#10;&lt;td class=&quot;right&quot;&gt;1&lt;/td&gt;&#10;&lt;td class=&quot;right&quot;&gt;14 QAR&lt;/td&gt;&#10;&lt;/tr&gt;&#10;&lt;tr&gt;&#10;&lt;th class=&quot;center&quot;&gt;6&lt;/th&gt;&#10;&lt;td&gt; &lt;/td&gt;&#10;&lt;td&gt; &lt;/td&gt;&#10;&lt;td&gt; &lt;/td&gt;&#10;&lt;td&gt; &lt;/td&gt;&#10;&lt;/tr&gt;&#10;&lt;tr&gt;&#10;&lt;th class=&quot;center&quot;&gt;7&lt;/th&gt;&#10;&lt;td&gt; &lt;/td&gt;&#10;&lt;td colspan=&quot;2&quot;&gt;Total price&lt;/td&gt;&#10;&lt;td class=&quot;right&quot;&gt;46 QAR&lt;/td&gt;&#10;&lt;/tr&gt;&#10;&lt;tr&gt;&#10;&lt;th class=&quot;center&quot;&gt;8&lt;/th&gt;&#10;&lt;td&gt; &lt;/td&gt;&#10;&lt;td&gt; &lt;/td&gt;&#10;&lt;td&gt; &lt;/td&gt;&#10;&lt;td&gt; &lt;/td&gt;&#10;&lt;/tr&gt;&#10;&lt;/tbody&gt;&#10;&lt;/table&gt;&#10;&lt;p&gt;&lt;br/&gt;&#10;For example, the result of cell D2, 8 QAR, is obtained by the following formula:&lt;/p&gt;&#10;&lt;b&gt;=B2*C2&lt;/b&gt;&lt;br/&gt;&#10;&lt;p&gt;Correspondingly, the result of cell D3, 12 QAR, is obtained using the following formula:&lt;/p&gt;&#10;&lt;b&gt;=B3*C3&lt;/b&gt;&lt;br/&gt;&#10;&lt;p&gt;Finally, the total price of purchases in cell D7 is calculated in the table as follows:&lt;/p&gt;&#10;&lt;b&gt;=D2+D3+D4+D5&lt;/b&gt;&lt;br/&gt;&#10;&lt;p&gt;The most commonly used calculations are made into ready-made calculation formulas or &lt;b&gt;functions&lt;/b&gt;. The total price of the products can be calculated using the ready-made SUM function. Once the type of formula has been selected, use the mouse to delimit the numbers in the table whose sum you want to calculate. The program handles the rest automatically. You can select the type of formula from the menu or enter it in cell D7 as follows:&lt;/p&gt;&#10;&lt;b&gt;=SUM(D2:D5)&lt;/b&gt;.&lt;br/&gt;&#10;&lt;br/&gt;&#10;&lt;h3&gt;Example 2&lt;/h3&gt;&#10;&lt;p&gt;The areas of rectangles have been calculated in the table using different dimensions for their bases and heights.&lt;/p&gt;&#10;&lt;table border=&quot;1&quot;&gt;&#10;&lt;tbody&gt;&#10;&lt;tr&gt;&#10;&lt;th class=&quot;center&quot;&gt; &lt;/th&gt;&#10;&lt;th class=&quot;center&quot;&gt;A&lt;/th&gt;&#10;&lt;th class=&quot;center&quot;&gt;B&lt;/th&gt;&#10;&lt;th class=&quot;center&quot;&gt;C&lt;/th&gt;&#10;&lt;/tr&gt;&#10;&lt;tr&gt;&#10;&lt;th class=&quot;center&quot;&gt;1&lt;/th&gt;&#10;&lt;td class=&quot;center left&quot;&gt;&lt;b&gt;base&lt;/b&gt;&lt;/td&gt;&#10;&lt;td class=&quot;center left&quot;&gt;&lt;b&gt;altitude&lt;/b&gt;&lt;/td&gt;&#10;&lt;td class=&quot;center left&quot;&gt;&lt;b&gt;surface area&lt;/b&gt;&lt;/td&gt;&#10;&lt;/tr&gt;&#10;&lt;tr&gt;&#10;&lt;th class=&quot;center&quot;&gt;2&lt;/th&gt;&#10;&lt;td class=&quot;center right&quot;&gt;2&lt;/td&gt;&#10;&lt;td class=&quot;center right&quot;&gt;5&lt;/td&gt;&#10;&lt;td class=&quot;center right&quot;&gt;10&lt;/td&gt;&#10;&lt;/tr&gt;&#10;&lt;tr&gt;&#10;&lt;th class=&quot;center&quot;&gt;3&lt;/th&gt;&#10;&lt;td class=&quot;center right&quot;&gt;3&lt;/td&gt;&#10;&lt;td class=&quot;center right&quot;&gt;7&lt;/td&gt;&#10;&lt;td class=&quot;center right&quot;&gt;21&lt;/td&gt;&#10;&lt;/tr&gt;&#10;&lt;tr&gt;&#10;&lt;th class=&quot;center&quot;&gt;4&lt;/th&gt;&#10;&lt;td class=&quot;center right&quot;&gt;5&lt;/td&gt;&#10;&lt;td class=&quot;center right&quot;&gt;12&lt;/td&gt;&#10;&lt;td class=&quot;center right&quot;&gt;60&lt;/td&gt;&#10;&lt;/tr&gt;&#10;&lt;tr&gt;&#10;&lt;th class=&quot;center&quot;&gt;5&lt;/th&gt;&#10;&lt;td class=&quot;center right&quot;&gt;8&lt;/td&gt;&#10;&lt;td class=&quot;center right&quot;&gt;9&lt;/td&gt;&#10;&lt;td class=&quot;center right&quot;&gt;72&lt;/td&gt;&#10;&lt;/tr&gt;&#10;&lt;tr&gt;&#10;&lt;th class=&quot;center&quot;&gt;6&lt;/th&gt;&#10;&lt;td class=&quot;center right&quot;&gt;10&lt;/td&gt;&#10;&lt;td class=&quot;center right&quot;&gt;17&lt;/td&gt;&#10;&lt;td class=&quot;center right&quot;&gt;170&lt;/td&gt;&#10;&lt;/tr&gt;&#10;&lt;tr&gt;&#10;&lt;th class=&quot;center&quot;&gt;7&lt;/th&gt;&#10;&lt;td&gt; &lt;/td&gt;&#10;&lt;td&gt; &lt;/td&gt;&#10;&lt;td&gt; &lt;/td&gt;&#10;&lt;/tr&gt;&#10;&lt;/tbody&gt;&#10;&lt;/table&gt;&#10;&lt;p&gt;&lt;span&gt;For example, the value of cell C2 (10) is obtained with the following formula:&lt;/span&gt;&lt;/p&gt;&#10;&lt;b&gt;=A2*B2&lt;/b&gt;&lt;br/&gt;&#10;&lt;br/&gt;&#10;The value of cell C3 (21) is obtained using the following formula:&lt;br/&gt;&#10;&lt;br/&gt;&#10;&lt;b&gt;=A3*B3&lt;/b&gt;&lt;br/&gt;&#10;&lt;br/&gt;&#10;&lt;b&gt;Note!&lt;/b&gt; The formula does not necessarily have to be written separately for each cell, but can be copied from cell C2 to other cells. This can be achieved by moving the mouse cursor is to the right bottom corner of the cell, which makes it turn into a plus sign. The plus sign can then be dragged over other cells, which copies the formula of the first cell to other cells.</content>
<published>2022-09-05T12:42:41+03:00</published>
</entry>

<entry>
<title>Navigation</title>
<id>https://peda.net/id/1878ffbb2cf</id>
<updated>2020-05-20T12:42:28+03:00</updated>
<link href="https://peda.net/qis/2022-2023/mathematics/ematematiikka-722/o2kljpa/1t/navigointi#top" />
<content type="html">&lt;b&gt;&lt;a href=&quot;https://peda.net/id/177208d52cf:sitemap&quot;&gt;To the table of contents&lt;/a&gt;&lt;/b&gt;</content>
<published>2022-09-05T12:42:41+03:00</published>
</entry>


</feed>