Spreadsheet Applications 📊

0.0(0)
studied byStudied by 3 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/35

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

36 Terms

1
New cards

Spreadsheet

application containing worksheets, presented as a grid of cells that are arranged in columns (letters) and rows (numbers)

<p>application containing worksheets, presented as a grid of cells that are arranged in columns (letters) and rows (numbers)</p>
2
New cards

Use of spreadsheets

perform calculations and recalculations automatically using formulas or functions to process and display information

3
New cards

Data types

text, number, date, formula, boolean

4
New cards

Formulas

mathematical equation or expression to perform calculations on data within cells

5
New cards

Data formatting

structuring data according to guidelines so it’s easier to analyse, understand and present correctly

6
New cards

How can formatting affect appearance of cells

aligning text, font, borders, background colours, merge and centre, text wrapping

<p>aligning text, font, borders, background colours, merge and centre, text wrapping</p>
7
New cards

Font

allow changing of font type, size and style

<p>allow changing of font type, size and style</p>
8
New cards

Text wrapping

ensure text fits within its cell and does not overflow (multiple lines)

<p>ensure text fits within its cell and does not overflow (multiple lines)</p>
9
New cards

Merge and centre

combine one or more cells and align the text in the middle

<p>combine one or more cells and align the text in the middle</p>
10
New cards

Sheet tabs

able to insert, rename or move sheet tabs

<p>able to insert, rename or move sheet tabs</p>
11
New cards

Conditional formatting

allows changing of cell appearance if specific condition is met
e.g conditional formatting > highlight cell rules > greater than > 60 > style

<p>allows changing of cell appearance if specific condition is met<br>e.g conditional formatting &gt; highlight cell rules &gt; greater than &gt; 60 &gt; style</p>
12
New cards

Template

document preformatted with a layout to serve as a starting point

<p>document preformatted with a layout to serve as a starting point</p>
13
New cards

Importing data

allows data from other applications to be used in spreadsheets

14
New cards

Headers and footers

improves presentation worksheets by adding page numbers, filenames or dates

<p>improves presentation worksheets by adding page numbers, filenames or dates</p>
15
New cards

Functions

used in formulas to perform specific tasks and return a value e.g

<p>used in formulas to perform specific tasks and return a value e.g </p>
16
New cards

Referencing cell ranges

must be contained within brackets and use a colon e.g (A1:A5)

17
New cards

Autosum

adds a range of cells e.g
=SUM(A1:A10)

18
New cards

Average

finds the average from range of cells e.g
=AVERAGE(A1:A10)

19
New cards

Maximum/ minimum

find the highest or lowest value from a range of cells e.g
=MAX(A1:A10)
=MIN(A1:A10)

20
New cards

IF statement

examines a condition to see if it’s true or false and returns value e.g
=IF(Evaluate Condition, Return this if true, Return this if false)
=IF(A1>60,”PASS”,”FAIL”)

<p>examines a condition to see if it’s true or false and returns value e.g<br>=IF(Evaluate Condition, Return this if true, Return this if false)<br>=IF(A1&gt;60,”PASS”,”FAIL”)</p>
21
New cards

Vlookup function

uses value in selected cell to ‘lookup’ match in a table and return corresponding value from the same row
e.g =VLOOKUP(value, range with match, column with return value)

<p>uses value in selected cell to ‘lookup’ match in a table and return corresponding value from the same row<br>e.g =VLOOKUP(value, range with match, column with return value)</p>
22
New cards

Replicating cells (fill function)

allows data in cells to be easily and quickly copied down columns or across rows, usually dragging corner

23
New cards

Relative cell reference

will adjust and change cell reference when replicating/ copying down depending on location when replicated

<p>will adjust and change cell reference when replicating/ copying down depending on location when replicated</p>
24
New cards

Absolute cell reference

will keep cell reference the same when replicating/ copying down so it refers to correct cells

<p>will keep cell reference the same when replicating/ copying down so it refers to correct cells</p>
25
New cards

Using absolute cell references

Place a $ before value that will not change

<p>Place a $ before value that will not change</p>
26
New cards

Charts

communicate information as visual representation, easier to understand

<p>communicate information as visual representation, easier to understand</p>
27
New cards
<p>Line graph</p>

Line graph

show a change over time

28
New cards
<p>Pie chart</p>

Pie chart

show individual parts that make up a whole

29
New cards
<p>Bar chart</p>

Bar chart

compare things that aren’t directly related

30
New cards
<p>Scatter graph</p>

Scatter graph

look for pattern/ link between two sets of data

31
New cards

Using macros

eliminates need to repeat steps e.g adding a date to a worksheet

32
New cards

Creating macros

  • write code using the script editor

  • use recorder to store each step you take to play back/ repeat the commands

33
New cards

Data modelling

controlled by a set of rules defined by formulas which can be changed to predict future outcomes

34
New cards

Use of data modelling

ability to answer ‘what if’ questions so organisations can make better informed decisions e.g how much profit an increase in price will return

<p>ability to answer ‘what if’ questions so organisations can make better informed decisions e.g how much profit an increase in price will return</p>
35
New cards

Limitations of data modelling

mistake in the rules made or not every situation considered/ other factors

36
New cards

Selecting areas for printing

highlight the data you want to print and choose ‘print selection’