ICF 9 LESSON 3 Using Formulas

ICF 9 LESSON 3 Using Formulas

9th Grade

11 Qs

quiz-placeholder

Similar activities

Features of a spreadsheet

Features of a spreadsheet

7th - 11th Grade

10 Qs

Google Sheets Formulas

Google Sheets Formulas

9th - 12th Grade

15 Qs

Excel Module 3 Review #2

Excel Module 3 Review #2

9th - 10th Grade

15 Qs

Excel - Worksheet and Formula

Excel - Worksheet and Formula

9th Grade - University

15 Qs

Basics of excel

Basics of excel

1st Grade - Professional Development

10 Qs

Excel MOAC Lesson 06: Formatting Cells  & Ranges (Part 1)

Excel MOAC Lesson 06: Formatting Cells & Ranges (Part 1)

9th - 12th Grade

12 Qs

Excel Module 1

Excel Module 1

9th Grade - University

10 Qs

MOAC Excel 2016 Lesson 09

MOAC Excel 2016 Lesson 09

9th - 12th Grade

10 Qs

ICF 9 LESSON 3 Using Formulas

ICF 9 LESSON 3 Using Formulas

Assessment

Quiz

Computers

9th Grade

Hard

Created by

CARLOS BANTULO

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What should you enter in a cell to find the difference between 9 and 5?

DIFF(9,5)

VAL(9-5)

=9-5

9-5

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is the correct order of precedence for standard math operators?

Division, subtraction, multiplication, addition

Multiplication, division, addition, subtraction

Addition, subtraction, multiplication, division

Division, subtraction, addition, multiplication

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following correctly identifies the different parts of the following reference: Tours!B4

Tours is the name of the worksheet and B4 is the cell reference.

Tours is the name of the workbook file and B4 is the cell reference.

Tours is a named range in the worksheet, and B4 is the cell reference.

Tours is the name of the column and B4 is the name of the row.

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is not a valid formula for calculating a total value using the data in several cells?

=SUM(C6:C18)

=SUM(C6:C18,D6:D18,F6:F18)

=SUM(C6:C18,C20)

None – all are valid formulas

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following formulas says: if the value in cell B6 is greater than 500, then display a value equal to B6*20; otherwise, display a zero?

=(B6>500,B6*20,0)

=SUM(B6>500,B6*20,0)

=MULT(B6>500,B6*20,0)

=IF(B6>500,B6*20,0)

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Cell H7 contains the text John Jacob Jingleheimer Schmidt. Which of the following functions will extract the word "Jingle"?

=LEFT(H7,12)

=MID(H7,12,6)

=RIGHT((H7)/2,6)

=EXTRACT("Jingle",H7,12)

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which type of cell address will be adjusted in the new location based on the relative position of the original formula’s input cells?

A revolving cell address

A relative cell address

A fixed cell address

An absolute cell address

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?