Interview EXCELerate
Interview EXCELerate
EXCELerate
Crack Every EXCEL Interview Like a Pro 🔥
Created by: Vinay Kumar Panika
linkedin.com/in/vinaykumarpanika/
Created by: Vinay Kumar Panika
What are the different types of data that can be entered into an Excel
2.
cell?
3. How do you apply basic formatting to a cell (bold, italic, font size, colors)?
19. What is the Quick Access Toolbar, and how do you customize it?
22. How do you use the Find and Replace feature in Excel?
28. How do you use the INDEX and MATCH functions together?
30. How do you split text into multiple columns using Text to Columns?
31. How do you use the LEFT, RIGHT, and MID functions?
33. How do you extract the year, month, or day from a date in Excel?
34. How do you calculate the difference between two dates in Excel?
39. How do you use the ROUND, ROUNDUP, and ROUNDDOWN functions?
42. What is Power Pivot, and how does it differ from regular Pivot Tables?
43. What is the difference between a Pivot Table and a regular table?
57. What are array formulas, and how do you use them in Excel?
59. How do you use the ISERROR, IFERROR, and IFNA functions?
66. How do you use the PROPER, UPPER, and LOWER functions?
70. How do you use the NPER and PMT functions in financial calculations?
Created by: Vinay Kumar Panika
How do you use Data Bars, Color Scales, and Icon Sets in Conditional
76.
Formatting?
7. Real-World Excel
Scenario-Based Questions
91. How would you clean a dataset with missing values in Excel?
95. What steps would you take to improve the performance of a large Excel file?
97. If VLOOKUP is returning #N/A errors, how would you troubleshoot it?
99. How do you extract data from a web page into Excel?
Example:
When you open Excel, you create a workbook (e.g., "Sales_Report.xlsx").
Inside the workbook, you have multiple worksheets like "January Sales," "February
Sales," and "Annual Summary."
5. How do you rename a worksheet in Excel?
You can rename a worksheet in Excel using the following methods:
Method 1: Using the Mouse
1. Double-click on the worksheet tab at the bottom.
2. Type the new name and press Enter.
Method 2: Using the Right-Click Menu
1. Right-click on the worksheet tab.
2. Select Rename from the menu.
3. Type the new name and press Enter.
Method 3: Using a Keyboard Shortcut
1. Press Alt + H + O + R (Sequentially, not together).
2. Type the new name and press Enter.
Note:
Worksheet names cannot exceed 31 characters.
Avoid using special characters like \ / ? * [ ] :.
Created by: Vinay Kumar Panika
Condition-
Function Counts Ignores
Based
Values not
Values based on
COUNTIF matching Yes
condition
condition
Created by: Vinay Kumar Panika
Option Description
Column Widths Pastes the column width along with the data.
Example Usage
Use Paste Values when copying data with formulas but only want the final values.
Use Paste Formats to apply the same style to multiple cells.
Use Transpose when converting vertical data to horizontal format.
The Paste Special feature is useful for data cleaning, formatting, and calculations.
Created by: Vinay Kumar Panika
Searches vertically
Lookup Direction Searches horizontally (rows)
(columns)
Limitations
Both functions require the lookup value to be in the first column/row.
XLOOKUP (available in newer Excel versions) is a better alternative as it works for
both vertical and horizontal searches without these limitations.
Example:
If A1 = "Data" and B1 = "Analysis",
This is useful when dealing with names, addresses, or any text data that needs to be
separated into different columns.
Created by: Vinay Kumar Panika
Output: Vinay
2. RIGHT Function
Extracts a specific number of characters from the end (right side) of a text string.
Syntax:
Output: Panika
3. MID Function
Extracts a substring from the middle of a text string, starting at a specific position.
Syntax:
Output: Kumar
Created by: Vinay Kumar Panika
Key Differences:
These functions are useful for cleaning and extracting text data in Excel.
Key Differences:
Works
Function Purpose Example
With
Specific
Replaces SUBSTITUTE(A1, "a", "@")
SUBSTITUTE words/char
specific text → Vin@y Kum@r P@nik@
acters
Click OK.
4. Create the Dependent Drop-down List
Select the cell for the second drop-down (e.g., E1).
Go to Data → Data Validation → Choose List.
In the Source box, enter:
Click OK.
Now, when you select "Fruits" in the first drop-down, the second drop-down will show
only fruit options, and when you select "Vegetables," it will show vegetable options.
Created by: Vinay Kumar Panika
This adds a new column displaying the commission for each row in the Pivot Table.
Key Points:
Calculated fields use existing Pivot Table fields but cannot reference individual cells.
They apply to the entire dataset within the Pivot Table.
If the source data updates, refresh the Pivot Table to update the calculated field
values.
Arguments:
lookup_value → The value to search for.
lookup_array → The range where the lookup value is searched.
return_array → The range from which to return the result.
[if_not_found] (Optional) → A message or value to return if no match is found.
[match_mode] (Optional)
0 (default) → Exact match.
-1 → Exact match or next smaller value.
1 → Exact match or next larger value.
2 → Wildcard match.
[search_mode] (Optional)
1 (default) → Search from first to last.
-1 → Search from last to first.
2 → Binary search (sorted ascending).
-2 → Binary search (sorted descending).
Exact & Approximate Default is exact match, but Default is approximate match
Match supports approximate unless set to FALSE
Tables automatically expand as new data is added, making them a preferred method
for dynamic ranges.
🔹 Moves 2 rows down and 1 column right → Returns the value in B3.
2. Creating a Dynamic Range
If you want to sum A2:A6, but allow flexibility when data grows, use:
Example:
Created by: Vinay Kumar Panika
RANDARRAY Function
Generates random numbers.
Syntax:
Example:
Example:
If A1 contains "100", then:
Example:
2. CODE Function
The CODE function returns the ASCII code of the first character in a text string.
Syntax:
Example:
Output: 65
Use Case: These functions help in encoding, decoding, and working with special
characters in Excel.
Example:
Example:
Output: 49.55 (months to repay a ₹200,000 loan with ₹5,000 monthly payments at 5%
annual interest)
2. PMT Function (Payment Calculation)
The PMT function calculates the fixed monthly or yearly payment for a loan.
Syntax:
Output: ₹3,774.26 (monthly payment for a ₹200,000 loan over 5 years at 5% annual
interest)
Use Case: These functions are useful for loan planning, mortgage calculations, and
investment planning.
Created by: Vinay Kumar Panika
Click OK.
2. Create the Chart:
Select a blank chart from Insert → Charts.
Right-click the chart → Select Data → Edit Series.
Replace the range with the named range (e.g., =Sheet1!DynamicRange).
3. Final Touch:
The chart now updates automatically when new data is added.
Use the WorksheetFunction property to leverage Excel functions in VBA for automation!
Created by: Vinay Kumar Panika
Thank You
for Reading Interview EXCELerate
I hope this guide helps you crack your Excel interviews
and enhance your data analytics journey.
If you found this guide helpful, feel free to share your
feedback on LinkedIn!