面试题与答案
了解热门 Microsoft Excel 面试题与答案,帮助应届生和有经验的候选人为求职面试做好准备。
面试前建议观看的最佳 LIVE 模拟面试
了解热门 Microsoft Excel 面试题与答案,帮助应届生和有经验的候选人为求职面试做好准备。
面试题与答案
搜索问题以查看答案。
资深 / 专家级别面试题与答案
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?
保存以便复习
保存以便复习
收藏此条目、标记为困难题,或将其加入复习集合。