YouTube Icon

Interview Questions.

Top 100+ Microsoft Excel Interview Questions And Answers - May 31, 2020

fluid

Top 100+ Microsoft Excel Interview Questions And Answers

Question 1. What Is Microsoft Excel?

Answer :

Microsoft Excel is an digital spreadsheet program, created through multiple extraordinarily professional engineers from Microsoft. It permits users to arrange, layout, and calculate statistics with formulas using a spreadsheet system broken up with the aid of rows and column.

We additionally use this tool for storing, organizing and manipulating the records. In addition, it also gives programming that helps VBA, and we will use outside database to make dynamic reviews, analysis and so on. Smart use of this program saves a whole lot of time and allows in creating our personal programs too.

Question 2. What Is The Easiest Solution To Reduce The File Size?

Answer :

Below are the steps to reduce the document length:

Find the ultimate cellular that carries records within the sheet. Delete all rows and columns after this cell
To delete the rows, press the key Shift+Space then press Ctrl+Shift+Down in your keyboard
Rows gets decided on till the ultimate row. Press Ctrl+- at the keyboard to delete the blank rows
To delete the column, Press the key Ctrl+Space then press Ctrl+Shift+Right Arrow key for your keyboard
Columns will get selected till the closing row
Press Ctrl+- on the keyboard to delete the blank columns
Microsoft Word Interview Questions
Question 3. What Is A Dashboard And What Are The Important Things We Should Keep In Mind While Creating A Dashboard?

Answer :

Dashboard is a method used to present vital records via graphical representation. It is beneficial in supplying large statistics in a single pc display so it can be monitored with a glance.

There are few matters which must be sorted, even as getting ready the dashboards:

Minimum distraction
Simple, easy to communicate
Important information
Few Colors
Relevant graphs
Dashboard have to be on unmarried computer display screen
Question four. How Can You Format A Cell? What Are The Options?

Answer :

We can format a mobile via using the “Format Cells” choice and there are 6 alternatives:-

Number
Alignment
Font
Border
Fill
Protection
Microsoft Excel Tutorial
Question 5. Is It Possible To Make Pivot Table Using Multiple Sources Of Data?

Answer :

If the multiple sources are distinct worksheets, from identical workbook, then it is viable to make Pivot table using multiple assets of information.

Microsoft Powerpoint Interview Questions
Question 6. How Would You Provide A Dynamic Range In "statistics Source" Of Pivot Tables In Ms Excel?

Answer :

To provide a dynamic range in “Data Source” of Pivot tables, first create a named variety the use of offset function and base the pivot desk the use of a named range created within the first step.

Question 7. How Cell Reference Is Useful In The Calculation?

Answer :

In order to keep away from writing the information time and again for calculating cause, cell reference is used. When you write any system, for specific characteristic, you need to direct excel the specific vicinity of that statistics. This vicinity is referred as, mobile reference. So, every time a new price introduced to the cellular, the cellular will calculate in line with the reference cellular components.

Microsoft Word Tutorial Microsoft Dynamics CRM Interview Questions
Question 8. How You Can Resize The Column?

Answer :

To resize the column you need to trade the width of one column after which drag the boundary on the right aspect of the column heading until the width you need. The other way of doing it's miles to choose the Format from the home tab, and in Format you need to pick out AUTOFIT COLUMN WIDTH below cell phase. On clicking in this the cell length gets formatted.

Question 9. How You Can Add A New Excel Worksheet?

Answer :

To upload a new Excel worksheet you have to insert worksheet tab at the lowest of the display.

Microsoft Silverlight Interview Questions
Question 10. What Does The If Function In Excel?

Answer :

IF function is used in Excel to check whether or not certain conditions are actual or fake. If the condition is true then it'll deliver the end result as a consequence and if the situation is false the end result or output can be exclusive.

Microsoft Powerpoint Tutorial
Question eleven. How Do I Run A Macro Every Time A Certain Cell Changes Its Value?

Answer :

There is an occasion called Worksheet Change which is caused when a fee is entered (it's going to not hearth while a system end result modifications). One of the arguments to this occasion is 'Target' which is a reference to what changed.

Since this event will arise whenever a price changes -

you could use the target to see if it's far the cell you're interested in:

Private Sub Worksheet Change (ByVal Target as Range)

If Intersect (Target, Range ("C5")) Is Nothing Then

Exit Sub

Else

'The cellular you are tracking has changed!

'Do some thing you want to do...

End If

End Sub

Microsoft Outlook Interview Questions
Question 12. I Want To Add A Toolbar To My Spreadsheet That When Clicked, Brings Up Userform1?

Answer :

Assign the toolbar button to this macro, which must be in a widespread VBA module:

Sub Show Form ()
Userform1.Show
End Sub
Microsoft Word Interview Questions
Question 13. Is There A Way To Protect The Macros I Create So People Cannot See Or Alter Them?

Answer :

Go to Tools > VBAProject houses, lock the challenge for viewing, and enter a password.

Microsoft Dynamics CRM Tutorial
Question 14. Is It Possible To Call A Macro From The Condition True Or False Side Of A Worksheet Formula? I.E. If(a2="ok",run Macro1,run Macro2)?

Answer :

Basically, the answer is No. You can write capabilities in VBA that you can name from worksheet cells, however those features can only return a cost. They can't alter different cells or adjust any part of the Excel environment. (You may be capable of use a worksheet trade event to call the macro.)

Question 15. How Can I Unprotect A Vba Project Using Code?

Answer :

You cannot. A workaround is to simulate keystrokes with the Send Keys method.

Microsoft Entity Framework Interview Questions
Question 16. Is It Possible To Change The Color And Font Of The Sheet Tabs?

Answer :

Yes we are able to alternate the shade of sheet tabs. By proper clicking on sheet tabs and you may get alternative change coloration but i failed to discover any option to change the font of sheet tabs.

Microsoft Silverlight Tutorial
Question 17. How To Prevent Someone From Copying The Cell From Your Worksheet?

Answer :

If you want to protect your worksheet from being copied, move into Menu bar > Review > Protect sheet > Password.

By getting into password you could save you your worksheet from getting copied.

Microsoft Azure Interview Questions
Question 18. How You Can Sum Up The Rows And Column Number Quickly In The Excel Sheet?

Answer :

By using SUM function you can get the overall sum of the rows and columns, in an excel worksheet.

Microsoft Powerpoint Interview Questions
Question 19. Is There A Way To Apply The Same Formatting To Every Sheet In A Workbook In Excel?

Answer :

Yes. To do this, you may want to right click on one of the worksheet tabs and then pick out Select All Sheets. After you do that any formatting which you apply or textual content you input will show up on all of the sheets on your workbook. In order to eliminate positive sheets from the modifications, preserve down the Ctrl key and click on the tab of the worksheet you want excluded from the others. You also can institution sheets by way of maintaining the shift key and deciding on the worksheet tab.

Microsoft Entity Framework Tutorial
Question 20. I Have Converted My Ms Access Database To A Current Conversion. I Am Getting Conversion Errors?

Answer :

Design specifications have modified in new releases of MS Access. Visit the on-line help alternative for "conversion and compatibility" that explains distinct portions of Access databases as a way to have trouble changing. Some reprogramming may be required.

Microsoft Project Interview Questions
Question 21. What Filter Should We Use, If You Want More Than Two Conditions Or If You Want To Analyze The List Using Database Function?

Answer :

You ought to use "Advanced Criteria Filter" to research the listing or take a look at more than two conditions.

Question 22. What Does A Red Triangle At The Top Right Of A Cell Indicates?

Answer :

A crimson triangle within the cellular suggests the comment associated with the cell. If you region mouse on it, it'll display the comment.

Microsoft Azure Tutorial
Question 23. Using Excel Is There A Way To Close All Open Excel Files At Once Instead Of Closing Them One At A Time?

Answer :

Yes, you may near down all of your Excel files right away through using the following commands: 

Hold down the Shift key. 
Choose File + Close All from the menu. Holding down the Shift key adjustments Excel's File + Close command to a File + Close all command.
Microsoft Interview Questions
Question 24. How Do I Combine Different Chart Types Into My Excel Spreadsheet?

Answer :

To integrate chart sorts, comply with those steps: 

Of the Chart toolbar isn't already displayed, right-click any Toolbar and pick out Chart. 
On the chart, click the series you need to exchange. 
On the Chart toolbar, click on the arrow next to the Chart Type button after which pick the new chart kind for the series (in our instance, a line chart).
Microsoft Dynamics CRM Interview Questions
Question 25. How Do I Resize Columns And Rows To Better Fit The Data In Ms Excel?

Answer :

Move the mouse in between any  labels (Rows/numbers or Columns/letters).
The pointer will become a vertical (letters) or horizontal (numbers) line with arrows on both ends. 
Simply drag the column or row to the preferred length.
Microsoft Project Tutorial
Question 26. Does Each Cell Have Unique Address?

Answer :

Yes, each mobile has a completely unique deal with depends at the row and column cost of the cell.

Microsoft Office 365 Interview Questions
Question 27. How Can I Hide Or Show The Ribbon?

Answer :

By urgent the CTRL key and urgent the F1 key to toggle you could see and cover the ribbon.

Microsoft Silverlight Interview Questions
Question 28. What Are The Advantages Of Using Formula In Excel Sheet?

Answer :

Formula makes it easy to calculate the numbers in Excel sheet. It additionally calculates routinely the wide variety changed by way of another quantity or digit. It is used to make complex calculations easy.

Question 29. What Is Pivot Table And Why We Use It?

Answer :

Pivot table allows brief summarizing of massive statistics. We can calculate the sector and set up the records in presentable manner in only little while. Most of the Excel experts consider that Pivot table is the most powerful tool.

Microsoft Sharepoint 2013 Interview Questions
Question 30. What Is The Use Of Vlookup And How Do We Use It?

Answer :

Vlookup is used to find the information inside the large spreadsheet by way of research fee in another worksheet. To use the Vlookup feature, we must have commonplace values in each information. For instance, we want to look the telephone number of someone. So, if you want to discover the cellphone number, we will want the worried folks name.

Question 31. What Filter Will You Use, If You Want More Than Two Conditions Or If You Want To Analyse The List Using Database Function?

Answer :

You will use Advanced Criteria Filter, to examine the list or if extra than  conditions should be examined.

Question 32. What Are Cells?

Answer :

The region where statistics is stored is known as cellular.

Microsoft Power Bi Interview Questions
Question 33. What Are Dashboard And Why Do Organisations Use It?

Answer :

Dashboards regularly offer at-a-look views of KPIs (key performance indicators) applicable to a specific objective or business system (e.G. Sales, advertising, human resources, or manufacturing).The time period dashboard originates from the automobile dashboard where drivers reveal the fundamental functions at a look thru the tool cluster.

Dashboards provide signs about a commercial enterprise letting the consumer understand some thing is inaccurate or some thing is right.Dashboards typically are restricted to reveal summaries, key traits,comparisons, and exceptions.

There are four Key elements to an awesome dashboard which assist establishments to paintings correctly:

*Simple, communicates easily
*Minimum distractions.
*Supports organized business with meaning and beneficial information
*Applies human visual perception to visual presentation of records

Smart corporations are doing the whole thing they could to locate every possibility to force their business and helpthem stay in advance of their competition. To discover those possibilities ,choice-makers need clean get entry to to a totally extensive variety of records and that they want superior visualizations to help them analyze and recognize the statistics.One way choice-maker get smooth get entry to to information is through dashboards. Modern dashboard technology permits dozens of news to be combined into a single, easily-consumable, visible illustration.

This ability to consolidate many reviews has been the largest breakthrough in the remaining 5 years and has redefined what we think about as a “dashboard".Dashboards are relatively interactive, self-contained environments that preserve the answers to many general questions of commercial enterprise operations.

Microsoft Outlook Interview Questions
Question 34. Do You Use Vba To Automate Your Work In Excel.If Yes, How Often Do You Use It?

Answer :

You might also say that yes, you use Visual Basic for Applications(VBA) to automate your tasks in Excel with the aid of writing so referred to as macros.And then share the procedure of the usage of VBA together with your interviewer well which you use VBA with the aid of little by little i.E

STEP-1 Enabling VBA(To allow VBA you need to use the File, Options and select Customise the Ribbon.You then have tick the Developer container to permit the Developer icon to seem).
STEP-2 Insert a module(To insert a module you use the command Insert,Macro,Module).
STEP-3 Entering textual content.
STEP-4 Each module you create is given a default call(Module1, Module2 and so on - but you may rename it quite without problems via typing a brand new name into the Properties box at the bottom left)
STEP-five The beginning and the cease(All applications in VBA should begin and lead to a specific way. The first line has to examine Sub call() wherein call is the call you want to give your software.Sub is short for Subroutine but greater of this later).
STEP-6 Getting the message.
STEP-7 Running the program(To run the program you may surely click at the green “play” arrow within the Visual Basic toolbar).
STEP-eight Input(to find out a way to get statistics back from the person - i.E. Allow them to input some thing.This makes use of some other VBA command, InputBox, but pay interest because it's miles a touch more intricate than MsgBox).
Question 35. What Is The Most Unusual Thing You Have Used Excel For?

Answer :

Here you want to say the ones things which helped you for exploration and getting to know new matters.You may also a few points on your solution like :

I used excel to create beautiful screen mockups and wowed my customers.
I actually have used excel to generate and easy a list of tags for the blog i write(if).
I wrote a small macro to ship updates to twitter.
Question 36. Can You Tell Me About Some Of The Newer Enhancements To Excel Recently?

Answer :

Some of the new improvements you could mentions to your solution are as follows are:

Powerpivot
Tables
Slicers
Sparklines
IFERROR
With the names, you furthermore may want to add a few information of particular enhancements.

Microsoft Entity Framework Interview Questions
Question 37. Is It Possible To Display The Text In The Data Area Of Pivot Table?

Answer :

No its now not feasible to dislplay the text in facts vicinity of pivot desk.You ought to display the textual content fields inside the Row and Column regions, and show a matter of the information within the data vicinity or we can combine Custom Number Formats with the Pivot Table to provide Text primarily based answers.

Question 38. How Do You Make Two Data Fields Appear Side-via-aspect, Instead Of In Separate Rows?

Answer :

After including the 2 fields to the pivot desk's data region, drag the Data area button to the proper, onto the mobile that contains the word 'Total'. There's a photo here that shows the 'Total' cellular.

Change pivot desk information to horizontal format.And to maintain associated information from spreading horizontally off of the screen and to help limit scrolling,click on Show in Compact Form.
In compact shape, fields are contained in a single column and indented to expose the nested column dating.
To outline the data in the traditional PivotTable style, click Show in Outline Form.
To see all records in a traditional desk format and to effortlessly replica cells to another worksheet, click Show in Tabular Form.
Question 39. How To Debug A Vba Code?

Answer :

To begin to debug a Visual Studio assignment, connect to a procedure, break into code, step via code, run to the cursor, run to a characteristic on the call stack, set the following assertion,step via Just My Code, stop debugging, restart debugging, or detach from a debugged manner.

Specify the configurations for the debug and release variations of a software.
Set begin alternatives (command-line arguments, running directory, faraway machine).
Debug at layout time.
Enable simply-in-time debugging, which launches the Visual Studio debugger while a program jogging out of doors Visual Studio encounters a deadly errors.
Set breakpoints for source lines, meeting commands, and make contact with stack feature. Specify situations, hit counts, and execution place.
Question 40. How Can You Increase The Number Of Rows And Columns In A Worksheet?

Answer :

The amount of rows in a worksheet is constant i.E 1,048,576 , so that you cannot increase the amount of rows. What you could do is insert rows into a part of a spreadsheet. It could have the effect of pushing rows down, but it will not increase the quantity of rows in the worksheet.And same with columns they are also constant(16384) it is not possible to increase,you can start a brand new Excel workbook and transfer your information.

Microsoft Azure Interview Questions
Question forty one. What Is The Ribbon And When Would You Use It?

Answer :

The Ribbon is the strip of buttons and icons positioned above the paintings place beginning with Excel 2007.The Ribbon replaces the menus and toolbars located in earlier variations of Excel.Above the Ribbon are a number of tabs, including Home, Insert, and Page Layout. Clicking on a tab presentations the options placed on this segment of the ribbon.

Question forty two. How Can You Hide Or Show The Ribbon?

Answer :

To Hide and display the ribbon you could press the CTRL+F1 key or Double click on one of the ribbon tabs-such as Home, Insert, or Page Layout.

Microsoft Project Interview Questions
Question forty three. Why Does Excel Have Two Macro Languages?

Answer :

Early model of Excel used a macro language referred to as XLM.The VBA language turned into delivered in Excel five and its vastly advanced in every way.XLM has been phased out , so that you need to use VBA for brand new macro improvement.

Question forty four. What Types Of Workbook Protection Are Available?

Answer :

Excel presents 3 ways to shield a workbook:

Require a password to open the workbook.
Prevent customers from including sheets, deleting sheets, hiding sheets, and unhidingsheets.
Prevent users from changing the dimensions or position of home windows.
To protect shield a workbook you may set off the workbook to be included, then pick out Tools - Protection - Protect Sheet. You might be requested to offer a password (elective).If you do provide a password, that password could be required to unprotect the workbook.

Question 45. What Are Worksheets?

Answer :

A worksheet is a group of cells where you keep and manage the statistics. A worksheet starts offevolved with row number one and column A.Each cell can include a variety of, textual content or formula. A cell also can reference any other cell inside the same worksheet, the equal workbook or a unique workbook. By default, each Excel workbook incorporates three Worksheets.When you open Excel, Excel robotically selects Sheet1 for you.The name of the worksheet appears on its sheet tab at the lowest of the report window.To choose one of the other two worksheets,genuinely click on on the sheet tab of Sheet2 or Sheet3.

Question 46. How Can You Add, Rename Or Remove Worksheets?

Answer :

To add a worksheet: Touch + next to the ultimate worksheet tab
To put off a worksheet: Touch the sheet tab, then touch x to delete the worksheet
To rename a worksheet: Touch two times on the call of a worksheet

Question 47. How Can You Resize The Column?

Answer :

There are  methods to resize a column:

To change the width of one column, drag the boundary at the proper facet of the column till you locate your applicable width.
Select the Format from the house tab, and in Format, choose the AUTOFIT COLUMN WIDTH under cellular phase. Click on this to trade the cell size.
Question forty eight. What Is A Macro In Excel?

Answer :

Excel Macro is the set of commands this is recorded with the aid of users for repetition purposes. It is created by way of the users for repetitive commands and capabilities they perform on a ordinary foundation.

Question forty nine. How Can You Resize The Column And Rows?

Answer :

The width of columns and top of rows can be adjusted to better fit your facts in a few extraordinary methods:

Use the layout button- The Format button within the cells organization below the Home tab also can be used to regulate widths and heights. Simply pick out the cells that want to be adjusted,then click at the Format button and pick out either Row Height or Column Width. Type in your favored number, and the cells will modify.
Drag the border- Hover your arrow over the border among the column or row labels. Then click and drag the border to widen or slender the size of each cell.The columns to theright or rows below will alter to make room to your adjustments.
You can make several columns or rows the equal width or height. Select your preferred columns or rows by clicking at the labels at the same time as holding down either the shift key or manipulate key. Then use any of the methods defined above, and all of the columns will be made the identical width or rows the same peak.
Question 50. What Is The Quick Way To Return To A Specific Area Of Spreadsheet?

Answer :

By typing in Name Box you may return to a selected location of spreadsheet in quick way.

Question fifty one. Tell Me About The Benefit Of Using Formula In Excel?

Answer :

Formulas in spreadsheet packages inclusive of Excel are used to perform calculations on values entered and saved inside the application.Excel's important feature is to interlink cells,via using formulas, so that the components cell adjustments while statistics is inputted into linked cells. The quality way to keep facts in spreadsheets is thru using formulation.Formulas can range from fundamental mathematical operations-inclusive of addition and subtraction-to complex engineering and statistical calculations.

Question fifty two. How To Protect The Macros You Create So People Cannot See Or Alter Them?

Answer :

To defend the Macros: In the Visual Basic Editor, visit Tools > VBAProject residences, lock the venture for viewing, and enter a password.




CFG