wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

DATA ANALYTICS USING EXCEL

Total questions: 15

Worksheet time: 18mins

Name
Class
Date
1.

Which of the following answers best describes the Trim function in Excel?

a)

Removes odd characters that don't belong

b)

Removes the spaces between words

c)

Removes all spaces in the cell

d)

Removes extra spaces, leaves one

space between words

2.

SUBSTITUTE is a function to replaces text in a given string by matching. The syntax is


=SUBSTITUTE (text, old_text, new_text, [instance])


Which of the following statement is false?

a)

SUBSTITUTE finds and replaces old_text with new_text in a text string. Instance limits SUBSTITUTE replacement to one particular instance of old_text.

b)

Instance is NOT optional. if not supplied, all instances of old_text are replaced with new_text.

c)

Use SUBSTITUTE to replace text based on content. Use REPLACE when to replace text based on its location.

3.

Extra headers and Inconsistent input are the problems in the concatenated spreadsheet you have seen normally?

a)

True

b)

False

4.

What is the difference between a table and a range in Excel? Select four that apply.

a)

In tables, you can add many types of totals for each column without writing any formulas.

b)

Formulas in table columns are automatically applied to new rows.

c)

Formulas in tables refer to other columns by name and not by regular Excel reference.

d)

Tables are formatted with alternate colours by default.

e)

A range can be converted to a table, but a table cannot be converted to a range.

5.

You have a pivot that is based on an Excel table. You need to add new rows to the Excel table and want to be able to see the values for these new rows in the PivotTable. What should you do?

a)

Create a new pivot table.

b)

Add rows anywhere in the table, and it will automatically update the pivot to include the new values.

c)

Add rows anywhere in the table, and refresh the pivot table.

d)

You must add the new rows only after the last row and refresh the pivot table.

6.

You are asked to display a trend for each product by year. What should you do?

a)

Change the chart type to pie chart.

b)

Modify the chart to have the product categories as Legend and years as horizontal axis.

c)

Add summary far, and insert a new column chart.

d)

Transpose the table, and create the chart from scratch.or each ye

7.

You have collected the following data and want to use a chart to display it. Which chart should you use to display it?

a)

Line Chart

b)

Histogram

c)

Pie Chart

d)

Scatter Plot

8.

Instead of using the classic sparkline to represent the trend, we can apply the 'Win and Loss' design on the same data that we are using. A Win Loss sparkline .

a)

looks only at values over a certain range

b)

focuses on max and min overall values

c)

display a chart inside a cell that shows the performance over time

d)

shows whether each value is positive or negative instead of how high or low the values are

9.

In the screenshot above, the colour formatting is:

a)

Appropriate, because you can see the highest and lowest numbers over all items (pants, socks...)

b)

Inappropriate, because it is irrelevant to consider both sales and cost price at the same time

c)

Appropriate, because having unrelated numbers on the same scale helps you better understand the trends in the separate prices

d)

Inappropriate, because colours do not help you understand trends

10.

What is the useful tip when we want to display a dashboard?

a)

Try to avoid too many colors in your dashboard since that is distracting

b)

Consider on what kind of medium the dashboard will be used in the end correct

c)

A two row table works best for a dashboard

11.

You would use a scatter plot when you want to...

a)

explain a relation between variables

b)

compare similar values

c)

show a trend

d)

want to compute total quantities

12.

What is the function of PROPER?

a)

Removing extra spaces in a cell whether at the beginning, trailing or anywhere between the words.

b)

To replace specific text in a text string Removing extra spaces in a cell whether at the beginning, trailing or anywhere between the words.

c)

Capitalizes the first letter in a text string and any other letters in text that follow any character other than a letter. Converts all other letters to lowercase letters

13.

SUM ( ) is a function that allow to make additions?

a)

TRUE

b)

FALSE

14.

Which symbol must all formula begin with?

a)

=

b)

+

c)

(

d)

@

15.

What would be a correct formula for SUM in excel?

answer choices

a)

=SUMB3+B9

b)

=ADD(B3:B9)

c)

SUM(B3:B9)

d)

=SUM(B3:B9)