IDEK excel certification??

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/39

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

40 Terms

1
New cards

Which one is an absolute cell reference in Excel?

$B$2

2
New cards
<p>Column A contains the email addresses. Which tool can separate the email list without using a formula to fill the first names to column B and the last names in column C?</p>

Column A contains the email addresses. Which tool can separate the email list without using a formula to fill the first names to column B and the last names in column C?

Flash Fill

3
New cards
<p>In the worksheet below, what will be the result in A1 after cells A1 and B1 are merged?</p>

In the worksheet below, what will be the result in A1 after cells A1 and B1 are merged?

Student ID

4
New cards

Which is NOT a valid Excel formula?

=B3+5(A1+A2)

5
New cards

Which of the following yields a different result compared to the others?

=AVERAGE(B1, B4)

6
New cards

Which range is a single row of cells across multiple columns?

A11:F11

7
New cards

Which formula refers to the cell A1 on worksheet Sheet2 in the same workbook?

=Sheet2!A1

8
New cards
<p>In the worksheet below, what’s the name of each element?</p>

In the worksheet below, what’s the name of each element?

1 Format Painter, 2 Name box, 3 Formula bar, 4 Select all

9
New cards

There are 3 different cell references: relative, mixed, and absolute cell reference. Which is the correct keyboard shortcut to switch the cell reference types?

F4 (Windows) or Command + T (Mac)

10
New cards
<p>Monthly inquiries of 2021 are entered in cell B4 to B15, as shown below. To get year-to-date running total inquiries, which formula should you enter in C4 and autofill through C15?</p>

Monthly inquiries of 2021 are entered in cell B4 to B15, as shown below. To get year-to-date running total inquiries, which formula should you enter in C4 and autofill through C15?

=SUM($B$4:B4)

11
New cards

When you save a workbook to a Comma-separated values (CSV) format, what are saved?

Cell values on the current worksheet

12
New cards

Which of the following issues are NOT checked when we use Inspect Document?

Named ranges and misspelled words

13
New cards

How to use Format Painter with non adjacent cells?

Double-click the Format Painter

14
New cards
<p>To calculate the Total Salary for each person, hours are multiplied by the hourly wage Hours, which of the following options allows us to enter to formula once in C4 and then drag down to C7 using the Fill Handle?</p>

To calculate the Total Salary for each person, hours are multiplied by the hourly wage Hours, which of the following options allows us to enter to formula once in C4 and then drag down to C7 using the Fill Handle?

=B4*$B$1

15
New cards
<p>Cell C2 contains the formula =A2+B1. If you drag the formula to C3 using the Fill Handle, what is the result in cell C3?</p>

Cell C2 contains the formula =A2+B1. If you drag the formula to C3 using the Fill Handle, what is the result in cell C3?

2

16
New cards
<p>To assist you in checking formulas, you can use the Trace Precedents and Trace Dependents commands to graphically display and trace the relationships between these cells and formulas with tracer arrows, as shown in this figure. Which one is NOT correct?</p>

To assist you in checking formulas, you can use the Trace Precedents and Trace Dependents commands to graphically display and trace the relationships between these cells and formulas with tracer arrows, as shown in this figure. Which one is NOT correct?

Column B is a precedent of the formula in cell D8

17
New cards
<p>What happens if you use the AutoSum button in cell E10?</p>

What happens if you use the AutoSum button in cell E10?

AutoSum will return =SUM(E1:E9)

18
New cards
<p>What is the best solution for the ### issue shown below?</p>

What is the best solution for the ### issue shown below?

Double click the right boundary of column header A

19
New cards
<p>Which paste option is used in the image below?</p>

Which paste option is used in the image below?

Paste special > Transpose

20
New cards

What’s the best way to repeat the column headings when printing a multiple-page document?

Use Print Titles

21
New cards
<p>which one of the following options can NOT extract the last four characters of column A?</p>

which one of the following options can NOT extract the last four characters of column A?

=EXTRACT()

22
New cards

Which formula will return the current time only?

=NOW() - TODAY()

23
New cards
<p>Which function in cell B2 can extract the City from column A to column B as shown in the figure below?</p>

Which function in cell B2 can extract the City from column A to column B as shown in the figure below?

=RIGHT(A2,LEN(A2)-3)

24
New cards

Which function can return the third largest value within a column?

LARGE

25
New cards
<p>Which formula should you use in cell B2 in order to get the result Nancy Smith?</p>

Which formula should you use in cell B2 in order to get the result Nancy Smith?

=Proper(A2)

26
New cards

To run the number 23.4328 upward to 23.44, which function should you use?

ROUNDUP

27
New cards

The value of cell A1 is 30. Cell A2 contains the formula =IF(A1<50,100-A1,0), what is the result of cell A2?

70

28
New cards
<p>Given the image below, the formula =ISTEXT(A4) will return the result as:</p>

Given the image below, the formula =ISTEXT(A4) will return the result as:

TRUE

29
New cards

What is the result of the formula =IF(MEDIAN(4,5,5,7,8,9)>MODE(4,5,5,7,8,9), “MEDIAN”, “MODE”)?

MEDIAN

30
New cards
<p>You are determining Average Price by dividing Total by Qty. Which Excel function would you use to avoid the #DIV/0! error in cell D3?</p>

You are determining Average Price by dividing Total by Qty. Which Excel function would you use to avoid the #DIV/0! error in cell D3?

IFERROR

31
New cards
<p>Which formula will calculate the average sales of Emilee and product lip gloss?</p>

Which formula will calculate the average sales of Emilee and product lip gloss?

=AVERAGEIFS(F:F,D:D, “lip gloss”, B:B. “Emilee”)

32
New cards
<p>Which formula returns the result 78?</p>

Which formula returns the result 78?

=CHOOSE(A3,B2,B3,B4)

33
New cards

what is the result of the formula =5&7?

57

34
New cards
<p>Which formula is used to return how many cells in range from B2 to B10 that the value is greater than 90?</p>

Which formula is used to return how many cells in range from B2 to B10 that the value is greater than 90?

=COUNTIF(B2:B10, “>90”)

35
New cards

The formula =IF(IF(TRUE,1,0),TRUE,FALSE) will return the result as:

TRUE

36
New cards

To return 1 when B2 is “Saturday” or “Sunday”, which formula from below should you use?

=IF(OR(B2="Sunday”, B2=”Saturday”),1,0)

37
New cards
<p>Given the image below which function returns the result CT?</p>

Given the image below which function returns the result CT?

=XLOOKUP(F2,A2:A6,C2:C6)

38
New cards

Why would you use VLOOKUP with the last input parameter set to TRUE?

to require an approximate match

39
New cards
<p>Given the image below, the formula =OFFSET(B3,3,2) will return the result as:</p>

Given the image below, the formula =OFFSET(B3,3,2) will return the result as:

40

40
New cards
<p>Given the image below, to calculate how many cells begin with A, which of the following formulas should you use?</p>

Given the image below, to calculate how many cells begin with A, which of the following formulas should you use?

=COUNTIF(A2:A11, “A*”)