Week 2 Flashcards

•Explain the syntax of basic formulas and functions •Use formulas and functions to perform simple calculations •Describe the difference between relative and absolute cell references

1
Q

Entered into a cell to perform a calculation

A

Formula

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

A ‘mini-program’ that you can use to make more complex calculations.

A

Function

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Functions are used inside formulas an therefore, you need to start with an______ sign

A

equal (=)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Where is the formula bar located?

A

underneath the ribbon.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

When text is entered into a cell without being assigned a number format, we refer to them as _____

A

labels.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

A _______ refers to two or more cells. When these cells are together, we call _____________

A

range ; adjacent range

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

The colon (:) basically stands for”

A

‘through to’.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Whenever we want to define a range of cells that are not all in one place, we talk about ___________________

A

non-adjacent ranges:

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

How do you write 2 non-adjacent cells in Excel syntax?

A

A1:A2 and C1:C2. In Excel syntax this is written as A1:A2, C1:C2.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

How do you make a cell, for example, A1 , absolute cell reference

A

You must include a $ before each element of the cell reference: $A$1.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the keyboard shortcut?

A

press F4 (Fn+F4 for MAC)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Order of basic mathematical operations: Calculations in Excel follow the general mathematical rules for calculations. What does this mean?

A

Multiplication (*) and Division (/) come before Addition (+) and Subtraction (-).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

How would Excel read the formula : =3+4*5? How should you write it if you want excel to multiply first?

A

Excel reads the formula from left to right, so one might assume it adds 3 and 4 together before multiplying the result by 5. However, as multiplication takes precedence over addition, Excel will calculate 3 plus the result of 4 multiplied by 5. The formula should look like this: =(3+4)*5

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is the function in which Excel randomly select a number between a range of numbers you specify?

A

RANDBETWEEN

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

The function RANDBETWEEN has two arguments:

A

bottom and top.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly