linkedin-skill-assessments-quizzes

Microsoft Excel

Q1. Some of your data in Column C is displaying as hashtags (#) because the column is too narrow. How can you widen Column C just enough to show all the data?

Q2. Which two functions check for the presence of numerical or nonnumerical characters in cells?

Q3. If you drag the fill handle (lower-right corner) of cell A2 downward into cells A3, A4, and A5, what contents will appear in those cells?

Jan

Q4. If cell A3 contains the text THE DEATH OF CHIVALRY, what will the function =PROPER(A3) return?

Q5. In the worksheet below, you want to use Data > Subtotal to show a subtotal value per sport. What must you do BEFORE applying the Subtotal function?

Subtotal

Q6. When editing a cell, what do you press to cycle between relative, mixed, and absolute cell references?

Q8. What is the best way to activate the Excel Help system?

Q9. Which format will display the value 27,500,000 as 27.5?

Q10. When using Goal Seek, you can find a target result by varying _ at most.

Q11. In the image below, which option(s) can you select so that the appropriate field headers appear in cells A4 and B3 instead of the terms Row Labels and Column Labels, respectively?

Tabular form

Q12. Which formula is NOT equivalent to all of the others?

Q13. What custom formatting can be applied to make the cells in column A resemble the cells in column B?

Q14. Which function returns a reference to a cell (or cell range) that is a specified distance from a base cell?

Q15. You’re working with columns whose width and font-size should not be changed. Yet the columns are too narrow to display all the text in each cell. What tool should you use to solve the problem?

Q16. Of the four chart types listed, which works best for summarizing time-based data?

Q17. The AutoSum formulas in the range C9:F9 below return unexpected values. Why is this?

AutoSum formula

Q18. The text filter in column A is designed to display only those rows where column A entry has a particular attribute. What is this attribute?

Text filter

Q19. An organization chart, which shows the hierarchy within a company or organization, is available as _ that is included with Excel.

Q20. You want to be able to restrict values allowed in a cell and need to create a drop-down list of values from which users can choose. Which feature should you use?

Q21. To round up a value to the nearest increment of your choice, such as the next five cents, what function should you use?

Q22. Which function returns the largest value amongst all values within the range H2:H30?

Q23. Which chart type can display two different data series as a different series type within the same chart?

Combo chart

Q24. In the image below, what does clicking the button indicated by the green arrow do?

Select all

Q25. Which formula returns the value in cell A1 of the worksheet named MySheet?

Q26. In the worksheet below, you want to copy the formatting of cell A1 into cells B1:D1. Which approach (see arrows) accomplishes this the most efficiently?

Copy formatting

Q27. Which formula correctly counts the number of numeric values in both B4:E4 and G4:I4?

Q28. After activating a chart, which sequence adds a trendline to the chart?

Q29. Which Excel add-in will help you find a target result by varying multiple inputs to a formula?

Q30. What tool would you use to prevent the input in a cell of a date outside a specific range?

Q31. When you sort a list of numerical value into ascending or descending order, the value in the middle of the list is the _.

Q32. Which format setting does not change the background appearance of a cell?

Q33. In Excel, what do most formulas begin with?

Q34. You need to determine the commission earned by each Sales Rep, based on the Sales amounts in B3:B50 and the Commission rate specified in cell A1. You want to enter a formula in C3 and copy it down to C50. Which formula should you use?

  A B C
1 8.5% 2018 Commission  
2 Sales Rep 2018 Sales Commission Earned
3 Jordan Hinton $123,938.00  
4 Lilah Douglas $5594,810.00  
5 Karyn Reese $235,954.00  
6 Chiquita Walsh $684,760.00  

Q35. If you start a date series by dragging down the fill handle of a single cell that contains the date 12/1/19, what will you get?

Q36. To discover how many cells in a range contain values that meet a single criterion, use the _ function.

Q37. Your worksheet has the value 27 in cell B3. What value is returned by the function =MOD (B3,6)?

Q38. For an IF function to check whether cell B3 contains a value between 15 and 20 inclusively, what condition should you use?

Q39. The charts below are based on the data in cells A3:G5. The chart on the right was created by copying the one on the left. Which ribbon button was clicked to change the layout of the chart on the right?

Charts

Q40. Cell A20 displays an orange background when its value is 5. Changing the value to 6 changes the background color to green. What type of formatting is applied to cell A20?

Q41. What does this formula do? =Sum(Sheet1:Sheet4!D18)

Q42. What is the term for an expression that is entered into a worksheet cell and begins with an equal sign?

Q43. How does the appearance of an array formula differ from that of a standard formula?

Q44. In a worksheet, column A contains employee last names, column B contains their middle initials (if any), and column C contains their first names. Which tool can combine the last names, initials, and first names in column D without using a worksheet formula?

Q45. Which formula returns the value in cell A10 of the worksheet named Budget Variances?

Q46. Which function returns the leftmost five characters in cell A1?

Q47. Which function returns TRUE if cell A1 contains a text value?

Q48. You select cell A1, hover the pointer over the cell border to reveal the move icon, then drag the cell to a new location. Which ribbon commands achieve the same result?

Q49. You want to add a column to the PivotTable below that shows a 5% bonus for each sales rep. That data does not exists in the original data table. How can you do this without adding more data to the table?

Calculated field

Q50. You need to determine the commission earned by each Sales rep, based on the Sales amount in B3:B50 and the Commission rate specified in cell A1. You want to enter a formula in C3 and copy it down to C50. Which formula should you use?

Image

Q51. The NOW() function returns the current date and time as 43740.665218. Which part of this value indicates the time?

Q52. Cell A2 contains the value 8 and cell B2 contains the value 9. What happens when cells A2 and B2 are merged and then unmerged?

Q53. In the formula =VLOOKUP(A1,D1:H30,3,FALSE), the lookup value (A1) is being looked for in _.

Q54. An .xlsx workbook is saved into .csv format. What is preserved in the new .csv file?

Q55. Which function, when entered into cell G7, allows you to determine the sum total of annual sles for market regions 18 and greater?

Image

Q56. Which function, when entered into cell F2 and then dragged to cell F6, returns the performance rating text (e.g., “Good”, “Poor”) for each representative?

Image

Q57. What is Colors[Inventory] referring to here?

=SUMIFS(Colors[Inventory],Colors[Colors],"Orange")

Table[Column] can be used instead of cell references (C2:C7). Reference

Q58. Which VLOOKUP function, when entered into cell L2 and then dragged to cell L5, returns the average number of calls for the representative IDs listed in column J?

Image

because we are interested in the value of the 3rd column of the table

Q59. Which formula calculates the total value of a single row of cells across a range of columns?

The sum of columns C to Y for the same row 15.

Q60. Which value is returned when you enter =LEN(C3) into cell F3?

Image

Q61. How can you create the lower table from the top one when the tables are not linked?

Image

Because it needs to be transposed without creating a reference.

Q62. Which function returns the number of characters in a text string in cell A1?

Q63. Which formula, when entered into cell D2 and then dragged to cell D6, calculates the average total number of minutes spent on phone calls for each representative?

Image

Q64. The PivotTable below has one row field and two column fields. How can you pivot this table to show the column fields as subtotals of each value in the row field?

Image

Reference

Q65. Which Excel feature allows you to hide rows or columns with an easily visible expand/collapse?

Image

Q66. Monthly revenues of 2019 are entered in B2:M2, as shown below, To get year-to-date running total revenues, what formula should you enter in B3 and autofill through M3?

Image

We are calculating the running total here.

Q67. From which field list was the pivotTalble created?

(Missing screenshot)

Q68. In the worksheet shown below, cell C6 contains the formula =VLOOKUP(A6,$F$2:$G$10,2,FALSE). What is the most likely reason that #N/A is returned in cell C6 instead of mallory’s ID (2H54)

Image

Q69. What is the difference between pressing the delete key and using the clear command in the Home tab’s Editing group?

Q70. What is the intersection of a worksheet row and column?

Q71. In this PivotTable, the continuous variable weight is shown in the Row field. Another continuous variable is in the Sum Values field. It is important to reduce a long list of body weights to a smaller set of weight categories. How do you do this?

Image

Q72. How can you drill down into a PivotTable to show details?

Q73. To ensure the VLOOKUP function returns the value of an exact match, what do you need to enter into the Range_lookup field?

Image

Q74. Cell D2 contains the formula =B2-C2. What is the fastest way to copy that formula into cells D3:D501 (the bottom of the data set)?

Image

Q75. This data needs to be sorted by Group, then by Last Name, then by First Name. How do you accomplish this?

Image

  1. Rearrange the columns in this order: Group, Last Name, First Name.
  2. Right-click any of the headers.
  3. Select Sort All.
  1. Select any cell in the dataset.
  2. In the Data tab, click the Sort button.
  3. Add two levels to the default level.
  4. Populate the Sort-by fields in this order: Group, Last Name, First Name.
  1. Highlight the entire dataset.
  2. In the Data tab, click the Sort button. The headers appear.
  3. Drag the headers into this order: Group, Last Name, First Name.
  1. Select a cell in the Group column, then sort.
  2. Select a cell in the Last Name column, then sort.
  3. Select a cell in the FIrst Name column, then sort.

Q76. How can you use Format Painter to apply the format of a single source cell to several nonadjacent destination cells?

Q77. Which is a valid Excel formula?

Q78. Columns D, E, and F are hidden in your worksheet. What is one way to unhide these columns?

Q79. Before publishing a document, you want to identify issues that may make it difficult for people with disabilities to read. Which feature should you use?

Q80. How do you remove the background of an inserted image?

Q81. What is the result of the formula =4&3?

Q82. How do you remove everything (values, formatting, etc.) from a cell?

Q83. What is the difference between a workbook and a worksheet?

Q84. How would you connect the slicer to both PivotTables?

PivotTable

https://sfmagazine.com/post-entry/may-2020-excel-sharing-a-pivot-table-slicer-between-multiple-data-sets/

Q85. Which formula contains a valid absolute reference?

Q86. What happens if you use the AutoSum button in cell H4?

Image

Q87. To create this PivotTable, drag the _ field to the Rows area and the _ field to the Values area?

Image

Q88. Cell A1 contains the number 3. Which formula returns the text Apple?

Q89. Which value is calculated when the formula =AVERAGE(G2:G6)/AVERAGE(C2:C6) is entered into cell H7?

Image

Q90. How would you search an entire workbook with Find & Select?

Q91. How do you create a heatmap in a table, such as this one, which is responsive to the values?

Image

Q92. To split text across cells without using Merge & Center, click Formt Cells. The, on **

Alignment** tab, click**_**.

Q93. In the worksheet below, what do the symbols in rows 4, 6, 7, and 11 indicate?

Image

Q94. You are determining % growth by dividing Growth by Sales. Which Excel function would you use to avoid #DIV/0! errors?

Image

Q95. You have a worksheet in Excel that will print as 10 pages. How can you ensure that the header row is printed at the top of each page?

Reference

Q96. Which value is returned when you enter this function into cell G2? =IF(SUM(F2:F6)>12,"Too Many Tardy Days","No Tardiness Issue")

Shift Code

0 + 0 + 3 + 6 + 3 = 12. The formula only dislays “Too Many Tardy Days” when it is more than 12.

Q97. What ribbon command on the Home tab can you use to change a cell’s fill color automatically, based on the value of the cell?

Image

Q99. What is the name given to the numbers in or above each bar in a column chart, as shown?

Image

Q100. Which chart type provides the best visual display of the relationship between two numeric variables?

Q101. To ensure that a collection of shapes are evenly spaced apart from left to right, select the shapes, click Page Layout > Align, and then click _.

Q102. A file extension of .xlsm indicates what type of workbook?

Q103. How do you remove only the conditional formatting from a cell and leave all other formatting intact?

Q104. If a range name is used in a formula and the name is deleted, what happens to the formula?

Reference

Q105. You want to restrict the values entered in a cell to a specified set, such as Hop, Skip, Jump. Which type of data validation should you use?

Reference

Q106. You want to find the second-largest invoice in a column containing all the invoices in a given month. What function would you use?

Q107. How can you see the data in column E?

Image

Q108. In the worksheet below, a table called Projects extends from cell A1 to D10. Cell D1 contains the text Status. Cell E12 contains the formula =Projects[@Status]. What does this formula return?

Image

Q109. Which Excel feature allows you to select all cells in the column with inconsistent formulas compared to the rest of the column?

Image

Q110. What is one way to center text in a cell?

Reference

Q111. Cell D1 contains the value 7.877. You want cell D1 to display this value as 7.9 but keep the original number in calculations. How can you accomplish this?

Reference

Q112. Given the image below, what happens if you type “P” in cell A6?

Image

Q113. To insert a new column to the left of a specific column, right-click the header containing the column’s letter and select _.

Reference

Q114. Your transactions data set contains more than 10,000 rows. Some rows contain the same transaction. How would you remove the rows containing the identical transactions?

Reference

Q115. A colleague shared an excel file with you, and you want to display a worksheet that is hidden in it. How you can do that?

Reference

Q116. You have a column of dog breeds that are in all capital letters. What function would you use to convert those dog breeds so that only the first letter of each word is capitalized?

Q117. In cell C2, how would you limit the user to choosing one of the company’s five regions(East, Central, North, South, West)?

Image

Q118. To calculate gross pay, hours are multiplied by the hourly rate. What formula would you put in cell C4 to then able to copy that cell down to the rest of the column

Image

Q119. What do blue row numbers indicate?

Image

Reference

Q120. Based on the data in columns D,G,H, and K below, what formula will calculate the average compensation for full-time employees who have a job rating of 5?

Image

Q121. Which feature enables you to quickly sort and reduce data to a subset?

Q122. You have a formula in cell A1. You want to display that formula in cell B1. What function can you use in cell B1?

Q123. You want to remove the unprintable characters and unnecessary spaces from column A. What formula would you put into cell B2 to copy down to the rest of the column?

Image

Q124. What is the output of the formula =(8+2*3)/7?

Q125. The amount of sales tax on each sale is calculated as the selling price times the quantity sold times the sales tax rate. What formula would you use in celle E4 to then be able ro copy that cell to the rest of the column?

Image

Q126. Which is not a way to edit a formula in a cell?

Q127. What dows this formula do?

=SUM(Sheet1:Sheet4!D18)

Q128. You realize that you named a table Quraters and you want to correct it to be Quarters. How could you accomplish this ?

Q129. Which function is best used to look up and retrieve data from a specific row in a table?

Q130. When you provide alt text for an image, what type of control are you including?

Reference

Q131. Which tool provides the easiest way to create and insert an organizational chart into a presentation?

Reference

Q132. You are creating a slide that shows annual rainfall in different regions of Europe. What chart type would most effectively communicate that relationship?

Q133. Column A contains a list of book titles. To ensure that no book title appears more than once, first you select column A. What should you do next?

Q134. You want to copy only the cells that are displayed here - not the hidden cells - into another worksheet. After selecting the cells in the worksheet, how do you accomplish this?

Q135. You want to define a reusable process to reshape data (removing blank rows, merging columns, etc.). What toold can you use to accomplush this?

Q136. You want to be able restrict values allowed in a cell and need to create a drop-down list of values from which users can choose. Which feature should you use?

Q137. Which situation will result in a #REF! error?

Q138. Which feature allows formatting to be automatically added to new columns and rows?

Q139. What Excel feature can you use to automatically format cells that are greater than a specified value with designated fill and text colors?

Q140. Which formula could not have been entered in cell C5?

Image

Q141. The last two digits of the Representative ID Number is the Office ID. Which function, when entered into cell B2 and then dragged to cell B6, returns the Office ID for each representative?

Image

Q142. What is the fastest way to see the data in column E

Image

Q143. Excel’s default view contains the Quick Access Toolbar and the ribbon. Which can you customize?

QAT and Ribbon

Q144. Other than pasting an image, how can you insert an image file from your computer into a worksheet?

Q145. You want to restrict a user from entering any amount greater than $100 or less than $20 in a row. Which Excel feature would you use?

Q146. What is the output of the formula =(8+2*3)/2?

Q147. How many columns in Excel sheet by default ?

Q148. What feature can you use to populate B2:B7 with the number from each sectence in A2:A7?

Image

Q149. Which choice causes a circular error when it is included in a worksheet formula?

Q150. You have a workheet with the year in column A, the month in column B, and the day in column C. All fields contain numbers. What function would you use to create the date column in D?

Q151. You have a column containing runner times for a recent race. What function could you use to find the second-place finisher (the runner with the second-lowest time)?

Reference

Q152. What is the default horizontal alignment of text in a cell

Q153. Which formula adds 8 and 5 in a cell?

Q154. What feature allow you to make the text appear as it does in cell B1:F1?

Image

Q155. What type of chart is this?

Image

Q156. What type of chart is this?

Image

Q157. How do you override Excel’s automatic axis scaling to enter custom axis maximum and minimum values?

Q158. Given the source data, how do you transform the middle PivotTable to appear like the rightmost PivotTable?

Image

Q159. Which formula will calculate the number of blank cells in the range A1:A20

Q160. A mortgage lender requires a 20% down payment and is offering a 30-year loan with a 3.5% interest rate. Which Excel function can you use to calculate the maximum purchase price you can afford?

Q161. You have filtered a table. How can you tell which column a table is sorted by?

Q162. How many users can open a excel file at same time?

Q163. How to specify cell range from A9 to A99 in Excel?