Recents in Beach

Excel-Interview-Questions

Microsoft Excel Interview Questions & Answers

Q.No.1-What is Microsoft Excel?Ans-Microsoft Excel is an electronic spreadsheet application that enables users to store, organize, calculate and manipulate the data with formulas using a spreadsheet system broken up by rows and columns. It also provides the flexibility to use an external database to do analysis, make reports, etc. thus saving lots of time.
Q.No.2-What is the Latest Version of Excel? Ans- Microsoft Excel 2019
Q.No.3-What is ribbon?Ans-Ribbon refers to the topmost area of the application that contains menu items and toolbars available in MS-Excel. Ribbon can be shown/hidden using CTRL+F1. The ribbon runs on the top of the application and is the replacement for the toolbars and menus. The ribbons have various tabs on the top, and each tab has its own group of commands.
Q.No.4-Explain Spreadsheet and its Basics.Ans-Spreadsheet can be compared to a paper ledger sheet. It consists or rows and columns and their intersection called cells.
Q.No.5-How many data formats are available in Excel? Name some of them.Ans-Eleven data formats are available in Microsoft Excel for data Storage. Example:
  • Number – Stores data as a number
  • Currency – Stores data in the form of currency
  • Date – Data is stored as dates
  • Percentage – Stores numbers as a percentage
  • Text Formats – Stores data as string of texts
Q.No.6-Specify the order of operations used for evaluating formulas in Excel.Ans-The order of operations in Microsoft Excel is same as in standard mathematics. It's defined by the term "PEMDAS" or "BEDMAS".
  • Parentheses or Brackets
  • Exponent
  • Multiplication
  • Division
  • Addition
  • Subtraction
Q.No.7- How can you wrap the text within a cell?Ans-You must select the text you want to wrap, and then click wrap text from the home tab and you can wrap the text within a cell.
Q.No.8-Explain Macro in MS-Excel.Ans-Macros are used for iterating over a group of tasks. Users can create macros for their customized repetitive functions and instructions. Macros can be either written or recorded depending on the user.
Q.No-9-Which are the two macro languages in MS-Excel?Ans-XLM and VBA (Visual Basic Applications). Earlier versions of Excel used XLM. VBA was introduced in Excel 5 and mostly used now.
Q.No.10-Is it possible to prevent someone from copying the cell from your worksheet?Ans-Yes, it is possible. To protect your worksheet from getting copied, you need to go into Menu bar >Review > Protect Sheet > Password. By entering a password, you can secure your sheet from getting copied by others.
Q.No.11-What are charts in MS-Excel?

Ans-To enable graphical representation of the data in Excel, charts are provided. A user can use any chart type, including column, bar, line, pie, scatter, etc. by selecting an option from Insert tab's Chart group.

Q.No.12-How can you sum up the Rows and Column number quickly in the Excel sheet?

Ans-By using SUM function, you can get the total sum of the rows and columns, in an Excel worksheet.

Q.No.13-Explain few useful functions in Excel.

Ans-Following are the functions available in Excel for manipulating the data:

  • Math and Financial Functions – SQRT, DEGREE, RAND(), GCD
  • Logical Functions – IF, AND, FALSE, TRUE
  • Date and Time functions – NOW(), DATEVALUE(), WEEKDAY(NOW())
  • Index Match – VLOOKUP and INDEX MATCH
  • Pivot tables

Q.No.14-What does a red triangle at the top right of a cell indicate?

Ans-The red triangle indicates that some comment is associated with the cell. Hover the mouse over it, and you can read the full comment.

Q.No.15-How can you add a new Excel worksheet?

Ans-To add a new Excel worksheet, you should insert worksheet tab at the bottom of the screen.

Q.No.16-What is the use of Name Box in MS-Excel?

Ans-Name Box is used to return to a particular area of the worksheet by typing the range name or cell address in the name box.

Q.No.17-How can you resize the column?

Ans-To resize the column, you should change the width of one column and then drag the boundary on the right side of the column heading till the width you want. The other way of doing it is to select the Format from the home tab, and in Format you have to select AUTOFIT COLUMN WIDTH under cell section. On clicking on this, the cell size will get formatted.

Q.No-18-Explain pivot tables and its uses.

Ans-A pivot table is a tool that allows for quick summarization of large data. It automatically performs a sort, count, total or average of the data stored in the spreadsheet and displays result in another spreadsheet. It saves a lot of time. Allows to link external data sources to our Excel.

Q.No.19-What are three report formats that are available in Excel?

Ans-Following are the types of report formats

  • Compact
  • Report
  • Tabular

Q.No.20-How would you provide a Dynamic range in "Data Source" of Pivot Tables?

Ans-To provide a dynamic range in "Data Source" of Pivot tables, first, create a named range using offset function and base the pivot table using a named range created in the first step.

Q.No.21- Is it possible to make Pivot table using multiple sources of data?

Ans-If the multiple sources are different worksheets, from the same workbook, then it is possible to make Pivot table using multiple sources of data.

Q.No.22-Which event do you use to check whether the Pivot Table is modified or not?

Ans-To check whether the pivot table is modified or not we use "Pivot Table Update" in worksheet containing the pivot table.

Q.No.23-How can you disable automatic sorting in pivot tables?

Ans-To disable automatic sorting in pivot tables: Go To > More Sort Options > Right Click 'Pivot tables' > Select 'sort menu' > select 'More Options' > deselect 'Sort automatically'.

Q.No.24- What is Freeze Panes in MS-Excel?

Ans-To lock any row or column, freeze panes is used. The locked row or column will be visible on the screen even after we scroll the sheet vertically or horizontally.

Q.No.25-What could you do to stop the pivot table from loosing the column width upon refreshing?

Ans-Format loss in a pivot table can be stopped simply by changing the pivot table options. Under the "Pivot Table Options" turn on the "Enable Preserve Formatting" and disable "Auto Format" option.

Q.No.26-Explain workbook protection types in Excel.
Q.No.27-Difference between COUNT, COUNTA, COUNTIF and COUNTBLANK in Ms-Excel.

Ans-COUNT is used to count cells containing numbers, dates, etc. any value stored as number excluding blanks. COUNTA or Count All is used to count any cell value containing numbers, text, logical values, etc. any type of value excluding blanks. COUNTBLANK count blank cells or cells with an empty string. COUNTIF and COUNTIFS count cells matching a certain criteria.

Q.No.28-What is IF function in Excel?

Ans-To perform the logic test IF function is performed. It checks whether certain conditions is true or false. If the condition is true, then it will give result accordingly if the condition is false then the result or out-put will be different.
Example: For example, you select the cell, and you want to display that cell as "Greater than five," when value is true (=5 or 5) and "less than five" when value is false (<5 by="" can="" condition="" display="" false="" for="" if="" ogical="" result.="IF" test="" that="" true="" using="" value="" you="">5, "Greater than five, "Less than five")

Q.No.29-How can you apply the same formatting to every sheet in a workbook in MS-Excel?

Ans-Right Click 'Worksheet tab' > Choose 'Select All Sheets'. Now any formatting done will be applied to the whole workbook. To apply to a particular group of sheets, select only those sheets that need formatting.

Post a Comment

0 Comments