Excel Review 1

Excel Review 1

8th - 12th Grade

11 Qs

quiz-placeholder

Similar activities

Excel Cell References

Excel Cell References

7th - 8th Grade

10 Qs

Intro to Spreadsheets

Intro to Spreadsheets

9th - 10th Grade

15 Qs

Excel Formula

Excel Formula

10th Grade

15 Qs

Excel Certification Challenge

Excel Certification Challenge

11th Grade

13 Qs

DIT Excel 2016 Review

DIT Excel 2016 Review

8th - 12th Grade

15 Qs

Microsoft Excel

Microsoft Excel

11th Grade

12 Qs

Spreadsheet Starter

Spreadsheet Starter

7th Grade - University

12 Qs

Excel PowerPoint

Excel PowerPoint

8th Grade

10 Qs

Excel Review 1

Excel Review 1

Assessment

Quiz

Business, Computers

8th - 12th Grade

Medium

Created by

Joseph Montague

Used 16+ times

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Excel follows the ____________ and first finds the value inside of the parentheses.

Order of Operations

Formula Guidelines

Answer explanation

Excel follows PEMDAS:

Parentheses

Exponents

Multiplication

Division

Addition

Subtraction

3*5+2=17

3*(5+2)=21

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

By default, all cell references are __________ references.

Absolute

Relative

Answer explanation

Shows the column letter and row number of the cell- C4 or D10. Relative cell references change when they are copied.

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Unlike _______ references, ________ references DO NOT change when they are copied.

relative, absolute

absolute, relative

book, movie

Answer explanation

Absolute references have the $ before the column letter and the row number- $A$3.

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Cell references should be used when possible to avoid having to make multiple updates when one key value changes.

True

False

Answer explanation

Media Image

Using cell references is easier because now we can change the characters wage or hours and the total pay will automatically update.

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which response best completes the sentence: A formula is used to

perform calculations or other actions.

find averages.

confuse students.

Answer explanation

Formulas are used to perform calculations, lookup values, combine data, compare data, or do other useful actions. Some basic functions are the MIN, MAX, AVERAGE, SUM, and IF.

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which function would you use to add up a list of numbers?

=SUM(C4:C15)

=ADD(C4:C15)

=TOTAL(C4:C15)

=MAX(C4:C15)

Answer explanation

Instead of typing =C4+C5+...+C16 you use the SUM function. You can add a range of numbers like C4:C6 or you would separate each cell reference with a comma SUM(C4,D4,F4).

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following has a function?

=IF(C4="Percussion",E4*1.15,E4)

=C4*D4*1.15

Undo

SUM(4+9)=

Answer explanation

The IF function uses a logical test and returns a value if it is true, and another value if it is false. An example would be IF grade is greater than 96% or less than 100%, then grade is A+, else grade is F (IF(96<grade<100,"A+","F").

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?