New · Cohort 3Engineering Analytics Cohort 3 goes live 25 July — only 30 seatsRegister Now
Excel Interview Questions

Excel Interview Questions For Data Analyst and Business Roles

Practice Excel interview questions on VLOOKUP vs INDEX-MATCH, XLOOKUP, pivot tables, SUMIF/COUNTIF, Power Query, data validation, and error handling.

Published by PrepNPlaced. Last updated 2026-07-06. Preparation guidance, not a hiring guarantee.

Guide

What To Learn And How To Practice

Excel fundamentals

Interviews check that you can look up data, reference cells correctly, and summarize with the everyday functions analysts use daily.

VLOOKUP, HLOOKUP, and XLOOKUP
Absolute vs relative references
SUMIF/SUMIFS and COUNTIF/COUNTIFS

Analysis and cleaning

Expect pivot tables, removing duplicates, data validation, text functions, and conditional formatting — the tools for turning raw data into insight.

Pivot tables for summarizing
Cleaning with text functions and TRIM
Data validation and conditional formatting

Advanced Excel

Senior analyst questions cover INDEX-MATCH over VLOOKUP, Power Query for repeatable data prep, and robust error handling.

INDEX-MATCH and XLOOKUP
Power Query (Get & Transform)
IFERROR and error types

Question bank

14 interview questions with answers

Real questions from beginner to advanced, each with a concise model answer — practice them, then rehearse live in a mock interview.

BeginnerWhat is the difference between VLOOKUP and HLOOKUP?

VLOOKUP searches for a value in the first column of a range and returns a value from a column to the right (vertical lookup). HLOOKUP does the same across rows (horizontal lookup). VLOOKUP is far more common because most data is arranged in columns.

BeginnerWhat is the difference between absolute and relative cell references?

A relative reference (A1) shifts when you copy the formula. An absolute reference ($A$1) stays fixed. Mixed references lock only the row or column ($A1 or A$1). Use absolute references for constants you don't want to move.

BeginnerWhat is a pivot table?

A pivot table summarizes large datasets by dragging fields into rows, columns, values, and filters — letting you group, aggregate, and cross-tabulate data (like sales by region and month) without formulas. It's one of Excel's most powerful analysis tools.

BeginnerWhat do SUMIF and COUNTIF do?

SUMIF adds values that meet a single condition, and COUNTIF counts cells that meet one. Their plural versions, SUMIFS and COUNTIFS, handle multiple conditions at once — for example summing sales for a specific region and month.

IntermediateWhat is the difference between VLOOKUP and INDEX-MATCH?

INDEX-MATCH looks up a value with MATCH and returns a cell with INDEX. It's more flexible than VLOOKUP because it can look to the left, isn't broken by inserting columns, and is often faster on large sheets.

IntermediateWhat is XLOOKUP and why is it better than VLOOKUP?

XLOOKUP is the modern lookup function that can search in any direction, return an exact match by default, handle 'not found' with a built-in argument, and return multiple columns — replacing both VLOOKUP and INDEX-MATCH in newer Excel.

IntermediateHow do you remove duplicates in Excel?

Use Data > Remove Duplicates to delete duplicate rows based on chosen columns, or use conditional formatting to highlight them first. For a non-destructive approach, use UNIQUE() (in newer Excel) or a pivot table.

IntermediateWhat is data validation?

Data validation restricts what can be entered in a cell — a dropdown list, a number range, or a date — to keep data clean and consistent. It's set via Data > Data Validation and can show input prompts and error messages.

IntermediateWhat are common text functions in Excel?

LEFT, RIGHT, and MID extract characters; LEN counts them; TRIM removes extra spaces; UPPER/LOWER/PROPER change case; CONCAT or TEXTJOIN combine text; and FIND/SEARCH locate a substring. These clean and reshape text data.

IntermediateWhat is conditional formatting?

Conditional formatting automatically styles cells based on their values or a formula — highlighting numbers above a threshold, color scales, data bars, or duplicates. It makes patterns and exceptions visible at a glance without manual formatting.

AdvancedWhat is Power Query in Excel?

Power Query (Get & Transform) connects to and cleans data with repeatable steps — merging files, splitting columns, unpivoting, and filtering — before loading it into Excel or the data model. It automates the data-prep work that would otherwise be manual.

AdvancedWhat are the limitations of VLOOKUP?

VLOOKUP can only look to the right of the lookup column, breaks when columns are inserted, needs the lookup column first, and defaults to approximate match (a common source of errors). INDEX-MATCH or XLOOKUP avoid these issues.

AdvancedHow do you handle errors in Excel formulas?

Wrap formulas in IFERROR (or IFNA) to replace errors like #N/A or #DIV/0! with a friendly value or blank. Understanding each error type — #N/A (not found), #REF! (bad reference), #VALUE! (wrong type) — helps you fix the root cause.

AdvancedWhat is the difference between COUNT, COUNTA, and COUNTBLANK?

COUNT counts cells containing numbers, COUNTA counts all non-empty cells (numbers and text), and COUNTBLANK counts empty cells. Choosing the right one avoids miscounting when a column mixes text, numbers, and blanks.

FAQ

Common Questions

How do I prepare for an Excel interview?

Be fluent with lookups (VLOOKUP, INDEX-MATCH, XLOOKUP), pivot tables, conditional aggregation (SUMIFS/COUNTIFS), and data cleaning. Many interviews include a hands-on test, so practice speed on real datasets.

Is Excel still relevant for data analyst roles?

Yes. Excel remains the fastest tool for quick analysis and is expected in most analyst and business roles, usually alongside SQL and a BI tool like Power BI or Tableau.

How can PrepNPlaced help?

Use AI Mock Interview for analyst-focused practice and the Interview Prep hub to plan your rounds and revise Excel alongside SQL and BI.

Next Step

Turn The Guide Into Practice

Use PrepNPlaced tools to turn this learning path into resume proof, targeted practice, and interview-ready explanations.

Practice AI Mock Interview