Interview Questions and Answers
Know the top Microsoft Excel interview questions and answers for freshers and experienced candidates to prepare for job interviews.
The Best LIVE Mock Interview - You should go through before interview
Know the top Microsoft Excel interview questions and answers for freshers and experienced candidates to prepare for job interviews.
Interview Questions and Answers
Search a question to view the answer.
Experienced / Expert level questions & answers
How would you provide a Dynamic range in "Data Source" of Pivot Tables in MS Excel?
복습용 저장
복습용 저장
이 항목을 북마크하거나, 어렵게 표시하거나, 복습 세트에 넣을 수 있습니다.
Is it possible to make Pivot table using multiple sources of data?
복습용 저장
복습용 저장
이 항목을 북마크하거나, 어렵게 표시하거나, 복습 세트에 넣을 수 있습니다.
How cell reference is useful in the calculation?
복습용 저장
복습용 저장
이 항목을 북마크하거나, 어렵게 표시하거나, 복습 세트에 넣을 수 있습니다.
How you can disable the automating sorting in pivot tables?
To disable the automating sorting in pivot tables,
Go to > More Sort Options> Right Click Pivot table > Select Sort menu > Select More Options > Deselect the Sort automatically when the report is created.
복습용 저장
복습용 저장
이 항목을 북마크하거나, 어렵게 표시하거나, 복습 세트에 넣을 수 있습니다.
What is the "What If" condition in excel formulas?
The What If condition is used to change the data in Microsoft excel formulas to give different answers.
Example: You are buying a new car and want to calculate the exact amount of tax that will be levied on it then you can use the What If function. For instance there is three cells A4,B4 and C4. First cell says about the amount, second cell will tell about the percentage (7.5%) of tax and final cell will calculate the exact amount of tax.
복습용 저장
복습용 저장
이 항목을 북마크하거나, 어렵게 표시하거나, 복습 세트에 넣을 수 있습니다.
What filter will you use, if you want more than two conditions or if you want to analyse the list using database function?
복습용 저장
복습용 저장
이 항목을 북마크하거나, 어렵게 표시하거나, 복습 세트에 넣을 수 있습니다.
To move to the previous worksheet and to next sheet, what keys will you press?
복습용 저장
복습용 저장
이 항목을 북마크하거나, 어렵게 표시하거나, 복습 세트에 넣을 수 있습니다.
How do I put password to protect my entire Spreadsheet so data cannot be changed?
2. Scroll down to Protection, then Protect Sheet
3. Enter a password, Click OK
4. Re-enter password,
Click OK
복습용 저장
복습용 저장
이 항목을 북마크하거나, 어렵게 표시하거나, 복습 세트에 넣을 수 있습니다.
What is Freeze Panes and how do I do it?
2. Column - Select the column to the right of where you want the split to appear
3. Go to the Menu Bar
4. Click Windows
and then click Freeze Panes
복습용 저장
복습용 저장
이 항목을 북마크하거나, 어렵게 표시하거나, 복습 세트에 넣을 수 있습니다.
What does a red triangle at the top right of a cell indicates?
복습용 저장
복습용 저장
이 항목을 북마크하거나, 어렵게 표시하거나, 복습 세트에 넣을 수 있습니다.
How do I combine different chart types into my Excel spreadsheet?
1. If the Chart toolbar isn't already displayed, right-click any Toolbar and select Chart.
2. On the chart, click the series you want to change.
3. On the Chart toolbar, click the arrow next to the Chart Type button and then select the new chart type for the series (in our example, a line chart).
복습용 저장
복습용 저장
이 항목을 북마크하거나, 어렵게 표시하거나, 복습 세트에 넣을 수 있습니다.
What is IF function in excel?
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 ). For that by using IF condition you can display result.
=IF (Logical test, value if true, value if false)
=IF (A1>5, Greater than five, Less than five)
복습용 저장
복습용 저장
이 항목을 북마크하거나, 어렵게 표시하거나, 복습 세트에 넣을 수 있습니다.
Is there a way to apply the same formatting to every sheet in a workbook in Excel?
복습용 저장
복습용 저장
이 항목을 북마크하거나, 어렵게 표시하거나, 복습 세트에 넣을 수 있습니다.
How can I identify which cells in my spreadsheet have a formula and which do not in MS Excel?
1. Choose Edit + Go To (or press Ctrl + F5).
2. Select Special.
3. Select Formulas.
4. Click OK.
Option B:
1. Choose Tools + Options.
2. Select the View Tab
3. In Window Options choose the check box 'Formulas'.
4. Click OK
복습용 저장
복습용 저장
이 항목을 북마크하거나, 어렵게 표시하거나, 복습 세트에 넣을 수 있습니다.
How can I printout the formulas in an Excel spreadsheet - rather than the results?
복습용 저장
복습용 저장
이 항목을 북마크하거나, 어렵게 표시하거나, 복습 세트에 넣을 수 있습니다.
Is it possible to change the color and font of the sheet tabs?
복습용 저장
복습용 저장
이 항목을 북마크하거나, 어렵게 표시하거나, 복습 세트에 넣을 수 있습니다.
What you could do to stop the pivot table from loosing the column width upon refreshing?
Format loss in 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.
복습용 저장
복습용 저장
이 항목을 북마크하거나, 어렵게 표시하거나, 복습 세트에 넣을 수 있습니다.
How do I find the first empty cell in column A?
MsgBox 1
Else
MsgBox Columns("A:A").Find(What:="", LookAt:=xlWhole).Row
End If
복습용 저장
복습용 저장
이 항목을 북마크하거나, 어렵게 표시하거나, 복습 세트에 넣을 수 있습니다.
Which event do you use to check whether the Pivot Table is modified or not?
복습용 저장
복습용 저장
이 항목을 북마크하거나, 어렵게 표시하거나, 복습 세트에 넣을 수 있습니다.