Excel Interview Questions

Last Updated: Nov 10, 2023

Table Of Contents

Excel Interview Questions For Freshers

How do you insert a chart in Excel?

Summary:

Detailed Answer:

How do you select multiple cells in Excel?

Summary:

Detailed Answer:

What is a cell reference in Excel?

Summary:

Detailed Answer:

How do you rename a worksheet in Excel?

Summary:

Detailed Answer:

What is the shortcut key to autosum a column of numbers?

Summary:

Detailed Answer:

How do you insert a new row in Excel?

Summary:

Detailed Answer:

What is a formula in Excel?

Summary:

Detailed Answer:

How would you sort data in Excel?

Summary:

Detailed Answer:

Explain the difference between a workbook and a worksheet.

Summary:

Detailed Answer:

What is conditional formatting in Excel?

Summary:

Detailed Answer:

How do you merge cells in Excel?

Summary:

Detailed Answer:

What is the formula to calculate the average in Excel?

Summary:

Detailed Answer:

What is the purpose of Microsoft Excel?

Summary:

Detailed Answer:

What is the purpose of a pivot table in Excel?

Summary:

Detailed Answer:

How do you format numbers as currency in Excel?

Summary:

Detailed Answer:

Excel Intermediate Interview Questions

Explain the concept of named ranges in Excel.

Summary:

Detailed Answer:

How do you create a formula that references another worksheet in Excel?

Summary:

Detailed Answer:

What is the difference between CONCATENATE and & in Excel?

Summary:

Detailed Answer:

How do you use the COUNT function in Excel?

Summary:

Detailed Answer:

What is conditional formatting based on a formula?

Summary:

Detailed Answer:

Explain the concept of relative and absolute cell references in Excel.

Summary:

Detailed Answer:

What is the VLOOKUP function in Excel and how is it used?

Summary:

Detailed Answer:

How do you create a drop-down list in Excel?

Summary:

Detailed Answer:

How do you protect cells in Excel?

Summary:

Detailed Answer:

What is the COUNTIF function in Excel?

Summary:

Detailed Answer:

The COUNTIF function in Excel

The COUNTIF function is a powerful Excel function that allows you to count the number of cells within a range that meet specific criteria or conditions. It is commonly used to count the number of occurrences of a particular value or to find the count of cells that fulfill a certain condition.

The syntax of the COUNTIF function is:

=COUNTIF(range, criteria)
  • range: This is the range of cells where you want to apply the criteria and count the cells. It can be a single cell, a range of cells, or even an entire column.
  • criteria: This is the condition that you want to apply to the range in order to count the cells that meet the criteria. It can be a number, text, logical expression, or a cell reference containing a value.

The COUNTIF function evaluates each cell in the range against the given criteria and adds 1 to the count if the cell meets the criteria. It then returns the total count of cells that satisfy the condition.

Here are a few examples to illustrate the usage of the COUNTIF function:

  • Example 1: Count the number of cells in the range A1:A10 that contain the word "apple".
    =COUNTIF(A1:A10, "apple")
    This formula will count the number of cells in the range A1:A10 that contain the exact word "apple" and return the count as the result.
  • Example 2: Count the number of cells in the range B1:B20 that are greater than 10.
    =COUNTIF(B1:B20, ">10")
    This formula will count the number of cells in the range B1:B20 that are greater than 10 and return the count as the result.
  • Example 3: Count the number of cells in the range C1:C15 that are not empty.
    =COUNTIF(C1:C15, "<>")
    This formula will count the number of cells in the range C1:C15 that are not empty (not equal to blank) and return the count as the result.

The COUNTIF function is a versatile tool in Excel that helps you perform various counting operations based on specific conditions. It is particularly useful for data analysis, reporting, and creating dynamic dashboards.

Explain the difference between absolute and mixed cell references in Excel.

Summary:

Detailed Answer:

How do you create a pivot table in Excel?

Summary:

Detailed Answer:

What are the data validation tools in Excel?

Summary:

Detailed Answer:

How do you use the IF function in Excel?

Summary:

To use the IF function in Excel, start by typing "=IF(" in the desired cell. Then, specify the condition in parentheses followed by a comma. Next, define what should be returned if the condition is true, followed by another comma. Finally, specify what should be returned if the condition is false and close the parentheses.

Detailed Answer:

Excel Interview Questions For Experienced

How do you use the MATCH function in Excel?

Summary:

Detailed Answer:

Explain the use of the HLOOKUP function in Excel.

Summary:

Detailed Answer:

What is the purpose of the INDEX function in Excel?

Summary:

Detailed Answer:

How do you use the INDIRECT function in Excel?

Summary:

Detailed Answer:

What is the purpose of the TRANSPOSE function in Excel?

Summary:

Detailed Answer:

Explain the concept of array formulas in Excel.

Summary:

Detailed Answer:

How do you use the LOOKUP function in Excel?

Summary:

Detailed Answer:

What is the purpose of the SUMPRODUCT function in Excel?

Summary:

Detailed Answer:

Explain the use of the IFERROR function in Excel.

Summary:

Detailed Answer:

What is the purpose of the OFFSET function in Excel?

Summary:

Detailed Answer:

Explain the use of the NETWORKDAYS function in Excel.

Summary:

Detailed Answer:

How do you use the TEXT function in Excel?

Summary:

The TEXT function in Excel is used to convert a value to text format with a specific format code. It allows users to display a number, date, or time in a desired format by applying various format codes. For example, to display a number as a currency with two decimal places, the formula would be =TEXT(A1,"$0.00").

Detailed Answer:

What is the purpose of the FREQUENCY function in Excel?

Summary:

Detailed Answer:

Explain the use of the RATE function in Excel.

Summary:

Detailed Answer:

How do you use the SUBTOTAL function in Excel?

Summary:

Detailed Answer:

What is the purpose of the CHOOSE function in Excel?

Summary:

Detailed Answer:

Explain the use of the TODAY and NOW functions in Excel.

Summary:

Detailed Answer:

How do you use the TRANSPOSE function in Excel?

Summary:

Detailed Answer:

What is the purpose of the RANK function in Excel?

Summary:

Detailed Answer:

Explain the use of the NPV function in Excel.

Summary:

Detailed Answer: