50 Important Excel Interview Questions
50 Important Excel Interview Questions
1
Alignment
Font
Border
Fill
Protection
Ques 12: How many Excel report formats are open, and what are the names of them?
We have three available formats in Excel:
Compact
Report
Tabular
Ques 13: How is it possible to wrap text within a cell?
You need to pick the text that you want to wrap, and then from the home tab, press Wrap Text, and
you can wrap the text within a cell.
Ques 14: Can you secure your Excel workbooks?
Yes. Three options are offered by Excel for this:
You should set passwords to open workbooks,
You can protect sheets from adding, removing, hiding, or unhidden sheets.
Protecting from the alteration of window sizes or positions
Ques 15: What is the difference between MS-Excel functions and formulas?
The formula is a statement to be measured which is written by the user (user-created). Values, cell
references, fixed names, and functions can be found in a formula. Functions are built-in MS-Excel
codes, such as IF, COUNT, Number, AVERAGE, and so on.
Ques 16: What does the red triangle in the cell’s upper right corner indicate?
In the top right corner of a cell, the red triangle shows that there is a statement connected to the
same cell. It will reveal the comment if you place your cursor on it.
1
Ques 21: When analyzing formulas, note the order of operations used in Excel.
The order of operations is referred to as PEMDAS in Excel. The order of precedence is shown below
when running an Excel operation.
Parentheses
Exponentiation
Division/Multiplication
Addition
Subtraction
Ques 22: What is an Excel Drop Down List?
In the Source field, go to Data in the Ribbon => Select Data Validation => Select List from the Allow
drop-down => Add the values that you want to add to the list.
Ques 23: What’s the advantage of using the Excel sheet formula?
Not only does calculating numbers in the Excel sheet allow you to provide the final total of the
number, but it also calculates the number replaced by another number or digit automatically.
Ques 24: If you don’t want to change the addresses of the cells as they are copied, what do you
do?
You must make use of Absolute Cell Addresses if you do not want Excel to change addresses when
you copy formulas. The row and column addresses are not changed when you use Absolute Cell
References and remain the same.
Ques 25: What is the use of the box with the name?
In the left-most corner of the Excel document, the name box is located. Typically, to search the cell
related to the active cell, we use the name box, but it also has many other applications.
Ques 26: How will you write the following formula? – Multiply by 10 the value in cell A1, add 5 to
the result, and divide by 2.
We have to follow the PEMDAS Precedent to write a formula for the above-stated query. ((A1*10)
5)/2 is the right answer.
Ques 27: Is it possible to use multiple data sources to render Pivot Tables?
If multiple sources are separate worksheets from the same workbook, then you can create a Pivot
table by using these multiple data sources.
Ques 28: Explain the pivot tables and their implementations.
A pivot table is a tool that enables large data to be easily summarized. It performs the type, count,
sum, or average of the data stored in the spreadsheet automatically, resulting in another
spreadsheet shows.
Ques 29: How are you going to build Named Ranges?
To build named ranges, follow the steps provided:
Choose the region to which you want to give a name
Pick Formulas from the Ribbon
Click Define Name from the category of Established Names
Send any of your chosen names
Ques 30: What does VLOOKUP do?
To locate the data in a huge spreadsheet, VLOOKUP is used by searching for the value in another
worksheet. We should have common values in both data to use the lookup function.
1
Ques 31: In Excel, how do you build a hyperlink?
Navigation between worksheets and files/websites uses hyperlinks. The shortcut used is Ctrl K to
construct a hyperlink. The box for ‘Insert Hyperlink’ appears. Enter the address and the text that
should be shown.
Ques 32: What are the benefits of using the Excel spreadsheet formula?
The formula makes it easy to measure the numbers in an Excel sheet. It also automatically calculates
the number that has been replaced by another number or digit. It is used to promote complex
calculations.
Ques 33: In “Data Source” of Pivot Tables, how can you have a Dynamic range?
First, create a named range using the offset function and base the pivot table using the named range
generated in the first step to provide the dynamic range in the Data Source of Pivot Tables.
Ques 34: In Excel, how do you build dropdown lists?
Follow the steps given to build dropdown lists:
Click on the Data tab in the ribbon section.
Then, click the Data Validation button in the Data Tools group.
Navigate to Configurations>Allow>List
Select an array for the source list
1
Ques 42: What is and how to use conditional formatting?
Conditional formatting is a method that allows us based on a few conditions, to highlight cells or
ranges, and that formatting is often based on values or text that can be automatically updated.
Ques 43: What do you do to prevent loosening the column width while refreshing the pivot table?
In a pivot table, format loss can be prevented simply by adjusting the options of the pivot table.
Switch on “Pivot Table Options” under the “Enable Preserve Formatting” and disable the
“AutoFormat” function.
Ques 44: How can you measure an Excel percentage?
Select the cell destination cell to display the percentage
Then, type a “=” sign
Type in A1/ A2 then hit the Enter key
Click on the Home tab, select the % symbol from the numbers group
Ques 45: What is the difference between a function and a subroutine in VBA?
It is the duty of a function to return the value of the mission it performs. Subroutines, meanwhile, do
not return the importance of the assignment they perform. Functions are used as formulas, as they
are in spreadsheets. Subroutines are not used as formulas directly inside spreadsheets.
Ques 46: Can we build Excel feature shortcuts?
Yeah. It is possible to configure the ‘Easy Access Toolbar’ above the home button to display the most
commonly used shortcuts.
Ques 47: How do you apply the same formatting in MS-Excel to every sheet in a workbook?
Right-click ‘Tab Worksheet’ > Choose All Sheets Pick’. Now the whole workbook will be added to
every editing completed. To submit to a specific group of sheets, choose only those sheets that need
to be formatted.
Ques 48: What are alignments for left, right, fill, and distributed?
The left/right alignment aligns much of the cell with text to the left and right.
Fill the cell with the same text repetitively, as the name suggests.
Distributed, spread the text over the cell width.
Ques 49: What’s the distinction in VBA between ThisWorkbook and ActiveWorkbook?
The name of the workbook from which the code is running is provided by ThisWorkbook.
ActiveWorkbook is as the name implies, the workbook that is actually active in the numerous open
workbooks.
Ques 50: What is the easy way to go back to a specific area of a worksheet?
Using the name box is a fast way to return to a particular section of the worksheet. To return to a
particular area of a worksheet, you can type the cell address or name of the range in the name box.