Q1. You are working on a large Excel workbook with multiple sheets containing financial data. You need to ensure that a specific worksheet remains visible while allowing users to scroll through other sheets. Which of the following Excel features should you use?
A.Hide all other worksheets except the required one
B. Split the worksheet into multiple panes
C. Use the "New Window" option and arrange the windows side by side
D. Protect the workbook and lock all sheets except the required one
Correct Answer: C
Q2. You are creating a financial report and want to format negative values in red, positive values in green, and zero values in blue while keeping the number format intact. Which of the following custom number formats should you apply?
A.[Green]0;[Red]-0;[Blue]0
B. [Color1]0;[Color2]-0;[Color3]0
C. [Green]#,##0;[Red]-#,##0;[Blue]0
D. [Blue]#,##0;[Red]0;[Green]-#,##0
Correct Answer: C
Q3. You are analyzing sales data, and you need to check if a product code (Column A) exists in another dataset (Column D). If it exists, you should return "Available"; otherwise, return "Not Found." Which formula should you use?
A.=IF(A2=D:D, "Available", "Not Found")
B. =IF(VLOOKUP(A2, D:D, 1, FALSE), "Available", "Not Found")
C. =IF(ISNUMBER(MATCH(A2, D:D, 0)), "Available", "Not Found")
D. =IF(COUNTIF(D:D, A2)>1, "Available", "Not Found")
Correct Answer: C
Q4. You have a dataset where you want to display sales trends over time while also highlighting the highest and lowest sales points. Which chart type is the best option for this visualization?
A.Clustered Column Chart
B. Pie Chart
C. Line Chart with Markers and a Trendline
D. 100% Stacked Bar Chart
Correct Answer: C
$ 39
Reviews
There are no reviews yet.