Top 200 Excel Interview Questions and Answers
Updated 14 Dec 2024
Q101. How to get data from one sheet to another work book having reference data in excel?
To get data from one sheet to another workbook with reference data in Excel, you can use the VLOOKUP function.
Open both workbooks in Excel
In the destination workbook, select the cell where you want the data to appear
Type the formula =VLOOKUP(lookup_value, '[WorkbookName]SheetName'!table_array, col_index_num, range_lookup)
Replace [WorkbookName] with the name of the source workbook, SheetName with the name of the source sheet, lookup_value with the cell reference in the destina...read more
Q102. Proficiency with excel and excel macros ??
Yes, I am proficient in Excel and Excel macros.
I have extensive experience in using Excel for data analysis and manipulation.
I am skilled in creating and modifying Excel macros to automate repetitive tasks.
I am familiar with advanced Excel functions such as VLOOKUP, PivotTables, and conditional formatting.
I have used Excel to create charts and graphs to visualize data.
I am comfortable working with large datasets in Excel and have experience cleaning and organizing data.
Q103. Data analytics using excel
Data analytics using excel involves analyzing and interpreting data using various tools and functions in Excel.
Use functions like VLOOKUP, SUMIF, and PivotTables to analyze data
Create charts and graphs to visualize data trends
Use conditional formatting to highlight important data points
Perform statistical analysis using Excel's data analysis toolpack
Clean and organize data using filters and sorting functions
Q104. For reapet last action what is the shortcut key in excel?
The shortcut key for repeat last action in Excel is Ctrl + Y.
The shortcut key for repeat last action in Excel is Ctrl + Y.
This shortcut allows you to quickly repeat the last action you performed in Excel.
For example, if you just formatted a cell and want to apply the same formatting to another cell, you can use Ctrl + Y to repeat the formatting action.
This shortcut can save time and improve efficiency when working with repetitive tasks in Excel.
Q105. Experience with Excel and QuickBooks
Proficient in Excel for financial analysis and reporting. Experienced in using QuickBooks for bookkeeping and financial management.
Utilize Excel for creating financial models, analyzing data, and generating reports
Skilled in using functions, pivot tables, and macros in Excel
Manage accounts, track expenses, and generate financial statements using QuickBooks
Experience in reconciling accounts, invoicing, and payroll processing in QuickBooks
Q106. Command using in excel
Excel commands are used to perform various tasks in Excel.
Commands can be accessed through the ribbon or by using keyboard shortcuts.
Some commonly used commands include SUM, AVERAGE, COUNT, and IF.
Commands can also be used to format cells, insert charts, and create pivot tables.
Excel also allows users to create custom commands using VBA programming.
Q107. Dropdown list in excel
Dropdown list in Excel
Dropdown list is a feature in Excel that allows users to select a value from a pre-defined list
It can be created using the Data Validation tool
Dropdown lists can be used to ensure data accuracy and consistency
Q108. Excel in working with lookup Setup
Proficient in setting up and using lookup functions in Excel for efficient data retrieval.
Understand the different types of lookup functions in Excel such as VLOOKUP, HLOOKUP, INDEX-MATCH, etc.
Know how to properly structure the lookup formula with the correct parameters and references.
Practice using lookup functions with sample data to familiarize yourself with their functionality.
Utilize named ranges and tables to make lookup functions more dynamic and easier to manage.
Excel Jobs
Q109. Shortcut key for pivot filter
Alt + Down Arrow
Press Alt key and Down Arrow key simultaneously
Shortcut key is used to open the filter drop-down menu for pivot tables
Can be used to quickly filter data in pivot tables
Q110. Which type knowledge of advance excel
Advanced knowledge of Excel functions, formulas, and data analysis techniques.
Proficient in using advanced Excel functions such as VLOOKUP, INDEX-MATCH, and SUMIFS.
Skilled in creating complex formulas and nested functions to manipulate and analyze data.
Experience in data cleansing, data validation, and conditional formatting in Excel.
Familiarity with pivot tables, charts, and data visualization techniques.
Ability to automate tasks using macros and VBA programming in Excel.
Kno...read more
Q111. 1. If you given a no return its corresponding excel no.
Convert given no to corresponding excel no.
Excel no starts from 1 and goes up to 16384
Excel no is calculated using column and row numbers
For example, 1 corresponds to A, 27 corresponds to AA, 28 corresponds to AB, and so on
Q112. V-lookup and Different Excel formula
V-lookup is a function in Excel used to search for a value in a table and return a corresponding value from another column.
V-lookup is used to search for a value in the first column of a table and return a value in the same row from a specified column.
It is helpful for looking up specific information in a large dataset.
Syntax: =VLOOKUP(lookup_value, table_array, col_index_num, [range_lookup])
Example: =VLOOKUP(A2, B2:D10, 3, FALSE) will search for the value in cell A2 in the r...read more
Q113. Pivot table in an Excel
A pivot table in Excel is a powerful tool that allows you to summarize and analyze large amounts of data in a structured format.
Pivot tables are used to reorganize and summarize selected columns and rows of data in a spreadsheet or database table.
They allow you to quickly create reports and analyze trends, patterns, and relationships within your data.
You can easily group, sort, filter, and calculate data in a pivot table to gain insights and make data-driven decisions.
For exa...read more
Q114. split person name in excel
Use Excel's text to columns feature to split person names into separate columns.
Select the column containing the full names
Go to the Data tab and click on Text to Columns
Choose 'Delimited' and select the delimiter that separates the names (e.g. space)
Click Finish to split the names into separate columns
Q115. what do you know about excel and what is the Vlook up and HLookup
Vlookup and Hlookup are functions in Excel used to search for a specific value in a table and return a corresponding value.
Vlookup stands for vertical lookup and is used to search for a value in the leftmost column of a table and return a value in the same row from a specified column.
Hlookup stands for horizontal lookup and is used to search for a value in the top row of a table and return a value in the same column from a specified row.
Both functions are commonly used for da...read more
Q116. What is V lookup and H lookup, pivot table, what you know in excel.
Vlookup and Hlookup are functions in Excel used to search for a specific value in a table. Pivot table is used to summarize data.
Vlookup searches for a value in the first column of a table and returns a corresponding value in the same row from a specified column.
Hlookup searches for a value in the first row of a table and returns a corresponding value in the same column from a specified row.
Pivot table is used to summarize and analyze large amounts of data by grouping and agg...read more
Q117. What do you know about Excel formula?
Excel formula is a set of instructions used to perform calculations, manipulate data, and automate tasks in Excel.
Excel formulas start with an equal sign (=)
Formulas can include functions, operators, and cell references
Examples of functions include SUM, AVERAGE, IF, and VLOOKUP
Operators include +, -, *, /, and ^
Cell references can be absolute ($A$1), relative (A1), or mixed ($A1 or A$1)
Q118. CAN YOU GENERATE BUSINESS REPORT IN EXCEL AND ARE YOU ACCUSTOMED TO IT ?
Yes, I am proficient in generating business reports in Excel.
I have extensive experience in using Excel for data analysis and reporting.
I am skilled in creating pivot tables, charts, and graphs to present data in a clear and concise manner.
I am familiar with advanced Excel functions such as VLOOKUP, SUMIF, and COUNTIF.
I have created various reports such as sales reports, inventory reports, and financial reports using Excel.
I am also comfortable with exporting data from other ...read more
Q119. How to use if formula?
IF formula is used to test a condition and return a value based on the result.
Syntax: =IF(condition, value_if_true, value_if_false)
Example: =IF(A1>10, "Yes", "No")
Nested IF statements can be used for multiple conditions.
Q120. Put v-lookup formula in excel sheet
VLOOKUP formula searches for a value in the first column of a table and returns a corresponding value in the same row.
Select the cell where you want to enter the formula
Type =VLOOKUP(lookup_value, table_array, col_index_num, [range_lookup])
Replace lookup_value with the value you want to look up
Replace table_array with the range of cells that contains the data
Replace col_index_num with the column number of the data you want to return
range_lookup is optional and can be set to T...read more
Q121. Have you worked on Excel and PPT?
Yes, I have extensive experience working with Excel and PowerPoint.
Proficient in creating complex formulas, pivot tables, and charts in Excel
Skilled in designing professional presentations with animations and transitions in PowerPoint
Experience in data analysis and reporting using Excel and creating visually appealing slides in PowerPoint
Q122. How to prepare an excel sheet
To prepare an excel sheet, start by organizing data, creating headers, inputting data, formatting cells, and using formulas.
Organize data into categories and subcategories
Create headers for each column to label the data
Input data into the appropriate cells
Format cells for better readability and presentation
Use formulas for calculations and data analysis
Q123. How would you insert a row in Excel by using shortcut?
To insert a row in Excel using shortcut, press Shift + Space to select the entire row and then press Ctrl + Shift + + (plus sign).
Select the entire row by pressing Shift + Space
Insert the row by pressing Ctrl + Shift + + (plus sign)
Alternatively, right-click on the row number and select 'Insert' from the drop-down menu
Shortcut can also be customized in Excel options
Q124. What is Vlookup and formula of it
Vlookup is a function in Excel used to search for a value in a table and return a corresponding value from another column.
Vlookup stands for 'Vertical Lookup'
It is used to search for a value in the first column of a table and return a value in the same row from a specified column
The syntax of Vlookup is =VLOOKUP(lookup_value, table_array, col_index_num, [range_lookup])
Example: =VLOOKUP(A2, B2:D10, 3, FALSE) will search for the value in cell A2 in the range B2:D10 and return t...read more
Q125. Difference between vlookup and hlookup
VLOOKUP searches for a value in the first column of a table and returns a value in the same row. HLOOKUP does the same but in the first row.
VLOOKUP searches vertically while HLOOKUP searches horizontally
VLOOKUP requires the lookup value to be in the first column of the table while HLOOKUP requires it to be in the first row
VLOOKUP is more commonly used than HLOOKUP
Example: VLOOKUP can be used to find a student's grade based on their name in a table of grades
Example: HLOOKUP ca...read more
Q126. Are you fluent with Excel and MS office package
Yes, I am fluent with Excel and the MS Office package.
Proficient in using Excel for data analysis and manipulation
Skilled in creating spreadsheets, charts, and graphs
Familiar with advanced functions and formulas in Excel
Experienced in using MS Office tools like Word, PowerPoint, and Outlook
Q127. What is ms word or excell
MS Word and Excel are software applications used for word processing and spreadsheet management respectively.
MS Word is a word processing software used for creating, editing, and formatting documents.
Excel is a spreadsheet software used for organizing, analyzing, and manipulating numerical data.
Both applications are part of the Microsoft Office suite and widely used in various industries.
MS Word can be used to create documents such as letters, reports, and resumes.
Excel is co...read more
Q128. What do you know about Excel and word.
Excel and Word are popular software applications developed by Microsoft for creating spreadsheets and documents.
Excel is used for creating and managing spreadsheets, performing calculations, and data analysis.
Word is used for creating and editing documents, such as letters, reports, and resumes.
Both Excel and Word are part of Microsoft Office suite.
Excel uses cells, rows, and columns to organize data, while Word uses pages, paragraphs, and sections.
Q129. How do you read data from excel
To read data from Excel, use libraries like Apache POI or Openpyxl in Python.
Use libraries like Apache POI or Openpyxl in Python to read data from Excel files
Identify the Excel file and specify the sheet and cell from which to read data
Use appropriate methods provided by the library to extract data from the specified cell or range
Q130. Do you know Excel and Tally?
Yes, I am proficient in both Excel and Tally.
I have used Excel extensively for data analysis and financial modeling.
I am familiar with Tally's accounting software and have used it for bookkeeping and financial reporting.
I am comfortable with creating and manipulating spreadsheets, using formulas and functions, and generating reports.
I am also able to troubleshoot and resolve any issues that may arise while using these programs.
Q131. How to mentain data on excel
Maintaining data on Excel involves organizing information in rows and columns, using formulas and functions, and ensuring data accuracy.
Organize data in rows and columns for easy access and analysis
Use formulas and functions to perform calculations and manipulate data
Ensure data accuracy by double-checking entries and using validation tools
Regularly update and backup data to prevent loss
Use filters and sorting options to quickly find specific information
Q132. Do you know Excel as a database
Yes, Excel can be used as a database for small-scale data management and analysis.
Excel can be used to store and organize data in tables similar to a database
Functions like VLOOKUP and PivotTables can be used for data analysis
Excel can handle large amounts of data but may not be as efficient as a traditional database for complex queries
Q133. If you know Excel and SAP
Yes, I am proficient in both Excel and SAP.
I have advanced Excel skills including VLOOKUP, pivot tables, and macros.
I am familiar with SAP modules such as MM, SD, and FI.
I have experience using Excel to analyze sales data and create reports.
I have used SAP for order processing, inventory management, and customer relationship management.
Q134. Program read data for m excel
To read data for m excel, a program can use libraries like pandas or openpyxl.
Use pandas library to read data from multiple excel files
Use openpyxl library to read data from a specific excel file
Specify the file path and sheet name to read data
Use loops to read data from multiple sheets or files
Handle errors and exceptions while reading data
Q135. EXCEL COMMANDS FOR VLOOK UP AND PIVOT
VLOOKUP and PivotTable are Excel commands used for data analysis and manipulation.
VLOOKUP is used to search for a specific value in a table and return a corresponding value from another column.
PivotTable is used to summarize and analyze large amounts of data by creating a table with multiple dimensions and measures.
Both commands are useful for financial analysis, auditing, and data management.
Example: VLOOKUP can be used to match employee IDs with their salaries in a payroll ...read more
Q136. How to merge two excel sheets?
To merge two excel sheets, use the VLOOKUP function or Power Query in Excel.
Open both sheets in Excel
Identify a common column in both sheets
Use VLOOKUP function to combine data based on the common column
Alternatively, use Power Query to merge the sheets
Ensure data types and formats match before merging
Q137. What is cell in excel
A cell in Excel is a rectangular box where you can enter data, perform calculations, and store information.
Cells are identified by a combination of a letter and a number, such as A1 or B2.
You can enter text, numbers, formulas, and functions into cells.
Cells can be formatted to change the appearance of the data they contain.
Cells can be used to create tables, charts, and graphs in Excel.
Q138. Tell me about vlookup function and its formula
VLOOKUP is a function in Excel used to search for a value in a table and return a corresponding value.
VLOOKUP stands for 'Vertical Lookup'
It searches for a value in the first column of a table and returns a value in the same row from a specified column
The formula for VLOOKUP is =VLOOKUP(lookup_value, table_array, col_index_num, [range_lookup])
Example: =VLOOKUP(A2, B2:D10, 3, FALSE) - searches for the value in cell A2 in the range B2:D10 and returns the value in the 3rd column...read more
Q139. difference in count and countif
count is a function in Excel that counts the number of cells in a range that contain numbers, while countif is a function that counts the number of cells in a range that meet a specific condition.
count function counts cells with numbers in a range
countif function counts cells based on a specific condition
countif function can be used to count cells with text, dates, or logical values based on a criteria
Q140. WHAT IS CONDITINAL FORMATING?
Conditional formatting is a feature in software applications that allows users to apply formatting to cells based on specified conditions.
Allows users to highlight important data based on specific criteria
Can be used to color code cells, add icons, or apply data bars
Helps users quickly identify trends or outliers in data
Q141. What's the difference between excel and Google sheets
Excel is a desktop-based spreadsheet program by Microsoft, while Google Sheets is a cloud-based spreadsheet program by Google.
Excel is a desktop application, while Google Sheets is a web-based application.
Excel requires installation on a device, while Google Sheets can be accessed through a web browser.
Excel has more advanced features and capabilities compared to Google Sheets.
Excel is part of Microsoft Office suite, while Google Sheets is part of Google Drive suite.
Excel all...read more
Q142. Why we go for power bi instead of excel
Power BI offers more advanced data visualization and analysis capabilities compared to Excel.
Power BI allows for interactive and dynamic data visualization, making it easier to identify trends and patterns.
Power BI can handle larger datasets more efficiently than Excel.
Power BI offers more advanced data modeling and transformation capabilities.
Power BI allows for easy sharing and collaboration on reports and dashboards.
Power BI integrates with a wide range of data sources, ma...read more
Q143. How good are you in excel and preparing Microsoft presentation?
Proficient in Excel and Microsoft presentation
Advanced skills in Excel including formulas, pivot tables, and data analysis
Experience creating professional Microsoft presentations with visual aids and data visualization
Ability to effectively communicate complex financial data in a clear and concise manner
Familiarity with creating charts, graphs, and tables to support analysis
Attention to detail and accuracy in all Excel and presentation work
Examples: Created financial models i...read more
Q144. Tools you know (Excel, Tableau etc.).
I am proficient in Excel and Tableau.
Proficient in Excel for data analysis, modeling, and visualization.
Experienced in Tableau for creating interactive dashboards and visualizations.
Familiar with advanced Excel functions such as VLOOKUP, PivotTables, and Macros.
Adept at creating charts, graphs, and pivot tables in Excel.
Skilled in using Tableau for data blending, mapping, and forecasting.
Q145. Form a table using the given data in excel
Create a table in Excel using the given data
Open Excel and create a new spreadsheet
Enter the data into the cells to form a table
Format the table as needed for clarity and organization
Q146. Explain basics of Excel & Powerbi
Excel is a spreadsheet program used for data analysis and organization, while Power BI is a business analytics tool for visualizing data.
Excel is used for creating spreadsheets, organizing data, and performing calculations.
Power BI is a business analytics tool that allows users to visualize and share insights from their data.
Excel can be used to create charts, graphs, and pivot tables to analyze data.
Power BI connects to various data sources to create interactive reports and ...read more
Q147. Go to conditional format select highlight cells rules and click the duplicate value
Explaining how to highlight duplicate values using conditional formatting in Excel
Select the range of cells you want to check for duplicates
Go to the Home tab and click on Conditional Formatting
Select Highlight Cells Rules and then Duplicate Values
Choose the formatting style you want to apply to the duplicate values
Click OK to apply the formatting
Q148. How would you do Vlookup formula
Vlookup formula is used to search for a value in the first column of a range and return a value in the same row from another column.
Use the VLOOKUP function in Excel or Google Sheets
Specify the lookup value, table array, column index number, and range lookup (exact match or approximate match)
Example: =VLOOKUP(A2, Sheet2!A:B, 2, FALSE) will search for the value in cell A2 in the first column of Sheet2 and return the corresponding value from the second column
Q149. how to remove duplicates in excel
To remove duplicates in Excel, you can use the Remove Duplicates feature under the Data tab.
Select the range of cells that you want to check for duplicates
Go to the Data tab and click on Remove Duplicates
Choose the columns that you want to check for duplicates and click OK
Q150. How do i do data analysis and my proficiency in excel
I have strong data analysis skills and am proficient in Excel.
I am experienced in using Excel for data analysis, including functions such as VLOOKUP, PivotTables, and charts.
I am comfortable working with large datasets and can clean and manipulate data using Excel or other tools such as Python or SQL.
I have experience creating reports and visualizations to communicate insights and findings to stakeholders.
I am constantly learning and staying up-to-date with new tools and tech...read more
Q151. In Excel what is macro
A macro in Excel is a set of instructions that automate tasks by recording a sequence of actions.
Macros can be created by recording a series of actions or by writing code in the Visual Basic for Applications (VBA) editor.
They can be used to automate repetitive tasks, such as formatting data, generating reports, or performing calculations.
Macros can be assigned to buttons or keyboard shortcuts for easy access.
They can save time and reduce errors by automating complex tasks.
Exa...read more
Q152. Limitations of Vlookup
Vlookup limitations include limited search range, case sensitivity, and inability to handle multiple matches.
Vlookup only searches for values in the leftmost column of the table array
It is case sensitive and cannot handle spelling errors
It only returns the first match and cannot handle multiple matches
It cannot search for values to the left of the lookup column
It can be slow and inefficient for large datasets
Q153. Vlookup vs Index-Match
Vlookup and Index-Match are both Excel functions used for lookup and retrieval of data.
Vlookup is simpler and faster but has limitations in terms of flexibility and handling of large datasets.
Index-Match is more versatile and can handle complex data structures but is slower and requires more effort to set up.
Vlookup is best suited for simple lookups with small datasets while Index-Match is better for more complex lookups with larger datasets.
Index-Match is also more error-res...read more
Q154. Different lookups in excel
Different types of lookups in Excel include VLOOKUP, HLOOKUP, INDEX-MATCH, and XLOOKUP.
VLOOKUP: Vertical lookup used to search for a value in the first column of a range and return a value in the same row from a specified column.
HLOOKUP: Horizontal lookup used to search for a value in the first row of a range and return a value in the same column from a specified row.
INDEX-MATCH: Combination of INDEX and MATCH functions to perform a lookup based on row and column values.
XLOOK...read more
Q155. Frequently used functions and other tools used in excel for data analytics.
Common functions and tools in Excel for data analytics
Pivot tables for summarizing and analyzing data
VLOOKUP and HLOOKUP for searching and retrieving data
IF, SUMIF, and COUNTIF for conditional calculations
Data validation for ensuring data accuracy
Charts and graphs for visualizing data trends
Q156. Shortcut keys of excel you know
Some of the shortcut keys in Excel are Ctrl+C, Ctrl+V, Ctrl+Z, Ctrl+X, Ctrl+B, Ctrl+U, Ctrl+I, Ctrl+K, Ctrl+T, and F2.
Ctrl+C copies the selected cells
Ctrl+V pastes the copied cells
Ctrl+Z undoes the last action
Ctrl+X cuts the selected cells
Ctrl+B bolds the selected cells
Ctrl+U underlines the selected cells
Ctrl+I italicizes the selected cells
Ctrl+K inserts a hyperlink
Ctrl+T creates a table
F2 edits the selected cell
Q157. What is pivot table and explain how to create the tables in excel
A pivot table is a data summarization tool used in Excel to analyze and present data in a more organized manner.
Select the data range you want to summarize
Go to the Insert tab and click on the PivotTable button
Choose the location where you want to place the PivotTable
Drag and drop the fields you want to summarize into the Rows and Columns areas
Add any necessary calculations or filters to the PivotTable
Q158. Count how many entey in excel sheet.
Count the number of entries in an Excel sheet.
Open the Excel sheet and navigate to the desired column or range of cells.
Use the COUNT or COUNTA function to count the number of non-empty cells.
Alternatively, use the COUNTIF function to count cells that meet specific criteria.
Ensure that you include all relevant rows and columns in the count.
The result will be the total number of entries in the Excel sheet.
Q159. Do you know?, How to use countif formula in Excel?
Countif formula is used to count the number of cells in a range that meet a specific condition.
Syntax: =COUNTIF(range, criteria)
Range can be a single cell or a range of cells
Criteria can be a number, text, cell reference, or expression
Examples: =COUNTIF(A1:A10,">50") will count the number of cells in range A1:A10 that are greater than 50
=COUNTIF(B1:B10,"apples") will count the number of cells in range B1:B10 that contain the word "apples"
Q160. Do you know how to use Excel and why?
Yes, I know how to use Excel because it is a powerful tool for data analysis, organization, and reporting.
Excel allows me to manipulate and analyze large sets of data efficiently.
I can use formulas and functions in Excel to perform complex calculations.
Excel's sorting and filtering capabilities help me organize and find information quickly.
I can create charts and graphs in Excel to visually represent data.
Excel's pivot tables enable me to summarize and analyze data from diffe...read more
Q161. Explain Sum if
Sumif is a function in Excel that adds up values based on a given condition.
Sumif is used to add up values in a range that meet a certain criteria.
The function takes three arguments: range, criteria, and sum_range.
The range is the set of cells to evaluate, criteria is the condition to be met, and sum_range is the cells to sum.
For example, =SUMIF(A1:A10,">5",B1:B10) will add up all values in B1:B10 where the corresponding cell in A1:A10 is greater than 5.
Q162. How Vlookup works in excel?
VLOOKUP is a function in Excel that allows you to search for a value in a table and return a corresponding value from another column.
VLOOKUP stands for vertical lookup.
It is commonly used to find specific data in large datasets.
The function requires four arguments: lookup value, table array, column index number, and range lookup.
The lookup value is the value you want to search for.
The table array is the range of cells that contains the data.
The column index number is the colu...read more
Q163. Do you know Data work like Excel power point
Yes, I am proficient in data work using Excel and PowerPoint.
I have extensive experience using Excel for data analysis, manipulation, and visualization.
I am skilled in creating presentations using PowerPoint to effectively communicate data insights.
I have used Excel functions such as VLOOKUP, PivotTables, and charts to analyze sales data and track performance.
I have created visually appealing sales reports and presentations in PowerPoint to showcase key metrics and trends.
Q164. Make X lookups in Excell sheet
Use VLOOKUP function in Excel to search for specific data in a table
Enter the formula =VLOOKUP(lookup_value, table_array, col_index_num, [range_lookup]) in a cell
lookup_value is the value to search for
table_array is the range of cells that contains the data
col_index_num is the column number in the table_array to return the value from
range_lookup is optional and can be TRUE for approximate match or FALSE for exact match
Q165. Tell me any 3 short cut keys of excel
Three shortcut keys in Excel are Ctrl+C for copy, Ctrl+V for paste, and Ctrl+S for save.
Ctrl+C is used to copy selected cells or text.
Ctrl+V is used to paste copied cells or text.
Ctrl+S is used to save the current workbook.
Q166. How to Apply Vlook up
VLOOKUP is a function in Excel used to search for a value in a table and return a corresponding value.
Select the cell where you want the result to appear
Type =VLOOKUP(
Enter the value you want to search for
Enter the range of cells where the value is located
Enter the column number in the range containing the value to return
Enter FALSE for an exact match or TRUE for an approximate match
Q167. What are the function use in Excel for Addition, Subtraction?
Functions in Excel for addition and subtraction include SUM and SUBTRACT.
The SUM function is used to add up a range of cells. Example: =SUM(A1:A10)
The SUBTRACT function is not a built-in function in Excel, but subtraction can be done using the minus sign. Example: =A1-B1
Q168. How to work in Excel ms word
To work in Excel and MS Word, one must have a good understanding of the basic functions and features of the software.
Learn the basic functions such as formatting, data entry, and formulas in Excel.
Practice creating tables, charts, and graphs in Excel to visualize data effectively.
In MS Word, focus on formatting text, using styles, and creating professional-looking documents.
Utilize features like spell check, grammar check, and track changes in MS Word for accuracy and collabo...read more
Q169. do you have knowledge regarding word and excel file
Yes, I have knowledge of Word and Excel files.
Proficient in creating, editing, and formatting documents in Word
Skilled in using formulas, functions, and data analysis in Excel
Experience in creating charts, graphs, and pivot tables in Excel
Q170. How would you process millions of records in an excel file
Use programming language to read and process data from Excel file efficiently.
Use a programming language like Python, Java, or C# to read the Excel file.
Utilize libraries like pandas in Python or Apache POI in Java for efficient data processing.
Implement batch processing or parallel processing to handle millions of records efficiently.
Optimize code for memory management and performance to avoid crashes or slowdowns.
Consider using cloud services like AWS Glue or Azure Data Fac...read more
Q171. Do you know how to use Excel and tally
Yes, I am proficient in using Excel and Tally for financial analysis and reporting.
I have extensive experience in creating financial models and reports in Excel.
I am skilled in using advanced functions and formulas in Excel for data analysis.
I am familiar with Tally software and can efficiently manage financial transactions and accounts.
I have used Excel and Tally in my previous roles to track expenses, create budgets, and generate financial statements.
Q172. do you know excel and are you aware of databases
Yes, I am proficient in Excel and have experience working with databases.
Proficient in Excel for data analysis, creating spreadsheets, and generating reports
Experience working with databases such as MySQL and Microsoft Access
Knowledge of data manipulation, querying, and data visualization techniques
Familiar with functions like VLOOKUP, PivotTables, and data validation in Excel
Q173. How to use lookup within a file from one sheet to other sheet.
Use VLOOKUP function to lookup data from one sheet to another within a file.
Use VLOOKUP function in the cell where you want the data to appear
Specify the lookup value, table array, column index number, and range lookup in the VLOOKUP function
For example, =VLOOKUP(A2, Sheet2!A1:B10, 2, FALSE) will lookup the value in cell A2 in Sheet2 and return the corresponding value from the second column
Ensure that the lookup value is present in the first column of the table array for accu...read more
Q174. Explain vlookup function
VLOOKUP is a function in Excel used to search for a value in a table and return a corresponding value from another column.
Used to search for a value in the first column of a table and return a value in the same row from a specified column
Requires four arguments: lookup_value, table_array, col_index_num, and range_lookup
Example: =VLOOKUP(A2, B2:D10, 3, FALSE) - searches for the value in cell A2 in the range B2:D10 and returns the value in the 3rd column
Commonly used for data a...read more
Q175. Difference between countif and count ifs
Countif counts the number of cells that meet a single criterion, while Countifs counts the number of cells that meet multiple criteria.
Countif is used for a single criterion, while Countifs is used for multiple criteria.
Countif uses only one range of cells, while Countifs can use multiple ranges.
Countif can use wildcards like * and ?, while Countifs cannot.
Example: Countif(A1:A10,">5") will count the number of cells in the range A1:A10 that are greater than 5. Countifs(A1:A10...read more
Q176. In Excel and Google sheets which is safe to store data ?
Both Excel and Google Sheets are safe to store data, but the level of security may vary.
Excel and Google Sheets have built-in security features to protect data.
Both platforms offer password protection and encryption options.
Google Sheets has the advantage of automatic cloud backup, reducing the risk of data loss.
Excel allows for more advanced security measures, such as file-level protection and restricted access.
The choice between the two depends on the specific needs and pre...read more
Q177. VLook up in excel & any reporting tool (Power BI)
VLook up is a function in Excel and Power BI used to search for a value in a table and return a corresponding value from another column.
VLook up is used to search for a value in the first column of a table and return a value in the same row from a specified column.
It is commonly used for data analysis, merging datasets, and creating reports.
In Excel, the formula syntax for VLook up is =VLOOKUP(lookup_value, table_array, col_index_num, [range_lookup]).
In Power BI, VLook up can...read more
Q178. What is vlookup and hookup? What pivot table? what Conditional formatting?
Vlookup and Hlookup are Excel functions used to search for specific data in a table. Pivot table is a tool used to summarize and analyze data. Conditional formatting is a feature used to format cells based on certain criteria.
Vlookup and Hlookup are used to find specific data in a table by searching for a matching value in a row or column.
Pivot table is used to summarize and analyze large amounts of data by grouping and aggregating data based on different criteria.
Conditional...read more
Q179. Comparision of Vlookup and Index Match in excel
Vlookup is simpler but Index Match is more flexible and efficient.
Vlookup searches for a value in the leftmost column of a table and returns a corresponding value from a specified column.
Index Match uses the Index function to find the position of a value in a table and the Match function to return the corresponding value from another column.
Index Match is more flexible as it can search for values in any column and can handle data that is not sorted.
Index Match is also more ef...read more
Q180. Do you know about excel? What is Vlookup and how to use it
Vlookup is a function in Excel used to search for a specific value in a table and return a corresponding value from another column.
Vlookup stands for 'Vertical Lookup'
It is used to find a specific value in a table
It returns a corresponding value from another column
It requires at least two arguments: the value to search for and the table to search in
It can be used with or without an exact match
Example: =VLOOKUP(A2, B2:C10, 2, FALSE) will search for the value in cell A2 in the ...read more
Q181. How to make pivot table range auto and how to adjust pivot to not show nil value.
To make pivot table range auto, select the data range and press Ctrl + T. To adjust pivot to not show nil value, go to PivotTable Options > Layout & Format > uncheck 'Show items with no data'.
To make pivot table range auto, select the data range and press Ctrl + T.
To adjust pivot to not show nil value, go to PivotTable Options > Layout & Format > uncheck 'Show items with no data'.
Q182. What is excel formula for Filter
The excel formula for filter is 'FILTER()'
The FILTER() formula is used to extract data from a range based on specified criteria
It can be used with multiple criteria and can also be combined with other formulas
Example: =FILTER(A2:B10, B2:B10>5, A2:A10="Apples") will filter data where column B is greater than 5 and column A contains 'Apples'
Q183. Proficiency in Excel
Proficient in Excel with experience in creating complex formulas, pivot tables, and data analysis.
Experience in creating and manipulating spreadsheets
Ability to use functions and formulas effectively
Knowledge of pivot tables and data visualization techniques
Experience in data analysis and reporting
Familiarity with VLOOKUP, INDEX-MATCH, and conditional formatting
Q184. Difference between Vlookup and Index match
Vlookup searches for a value in the first column of a table and returns a corresponding value in the same row. Index match uses the index function to find a value in a table and match function to return a corresponding value in the same row.
Vlookup only works from left to right, while Index match can work in any direction.
Index match is more flexible and efficient for large datasets.
Index match can handle errors better than Vlookup.
Vlookup is easier to use for simple lookups....read more
Q185. What is the need of INDEX & MATCH in Excel?
INDEX & MATCH in Excel are used together to lookup values in a table based on specific criteria.
INDEX function returns the value of a cell in a table based on the row and column number provided.
MATCH function returns the position of a value in a range.
Used together, INDEX & MATCH can perform advanced lookups that VLOOKUP or HLOOKUP cannot handle.
INDEX & MATCH combination is more flexible and efficient for searching and retrieving data in Excel.
Example: =INDEX(A1:A10, MATCH(B1...read more
Q186. Do you have experience in Excel and PowerPoint?
Yes, I have extensive experience in Excel and PowerPoint.
Proficient in creating complex formulas and macros in Excel
Skilled in creating professional presentations in PowerPoint
Experience in data analysis and visualization using Excel and PowerPoint
Used Excel for budgeting and financial analysis
Created interactive dashboards in Excel for tracking key metrics
Q187. Do you know how to use tools in Excel, Word?
Yes, I am proficient in using tools in Excel and Word.
I am skilled in creating and formatting spreadsheets in Excel.
I can use functions and formulas to analyze data in Excel.
I am experienced in creating professional documents in Word.
I can use features like headers, footers, and tables in Word.
Q188. Tell some excel shortcuts?
Excel shortcuts can save time and increase productivity.
Ctrl + C to copy
Ctrl + V to paste
Ctrl + X to cut
Ctrl + Z to undo
Ctrl + Y to redo
Ctrl + F to find
Ctrl + H to replace
Ctrl + S to save
Ctrl + A to select all
Ctrl + B to bold
Ctrl + I to italicize
Ctrl + U to underline
Ctrl + K to insert hyperlink
Ctrl + N to create new workbook
Ctrl + O to open existing workbook
Ctrl + P to print
Ctrl + W to close workbook
Ctrl + F4 to close Excel
Q189. Use of Vlookup.
Vlookup is a function in Excel used to search for a value in a table and return a corresponding value.
Vlookup stands for 'vertical lookup'
It is used to search for a value in the first column of a table and return a value in the same row from a specified column
Syntax: =VLOOKUP(lookup_value, table_array, col_index_num, [range_lookup])
Example: =VLOOKUP(A2, B2:D10, 3, FALSE) will search for the value in cell A2 in the range B2:D10 and return the value in the 3rd column
Vlookup is ...read more
Q190. What are basic functions done on excel
Basic functions in Excel include data entry, formatting, calculations, and data analysis.
Data entry: Entering text, numbers, and formulas into cells.
Formatting: Changing font styles, colors, and cell alignment.
Calculations: Using formulas for addition, subtraction, multiplication, and division.
Data analysis: Sorting, filtering, and creating charts to analyze data.
Functions: Using built-in functions like SUM, AVERAGE, and VLOOKUP.
Q191. What is Excel & Ms word
Excel is a spreadsheet program used for data organization and analysis, while MS Word is a word processing program for creating documents.
Excel is used for creating spreadsheets, organizing data, and performing calculations.
MS Word is used for creating and editing text-based documents like letters, reports, and resumes.
Both programs are part of the Microsoft Office suite and are commonly used in office settings.
Excel can be used for creating budgets, tracking expenses, and cr...read more
Q192. What is Excel or word ?
Excel is a spreadsheet program used for data organization and analysis, while Word is a word processing program used for creating documents.
Excel is used for creating spreadsheets, organizing data, and performing calculations.
Word is used for creating documents, such as letters, reports, and resumes.
Excel can be used for creating budgets, tracking expenses, and creating charts.
Word can be used for writing essays, creating newsletters, and formatting text.
Q193. How to rad file from excel
To read a file from Excel, you can use libraries like Apache POI or Openpyxl in Java or Python respectively.
Use Apache POI library in Java to read Excel files
Use Openpyxl library in Python to read Excel files
Identify the file path and sheet name to read specific data
Use appropriate methods like getRow() and getCell() to access data
Q194. How to work with Vlookup?
Vlookup is a function in Excel used to search for a specific value in a table and return a corresponding value.
Identify the table range and the column index number for the value to be returned
Enter the Vlookup formula in the cell where you want the result to appear
Ensure that the lookup value is in the leftmost column of the table range
Use the exact match option for an exact match or approximate match option for an approximate match
Example: =VLOOKUP(A2, B2:C10, 2, FALSE) will...read more
Q195. What is the use of Pivot Table in Excel?
Pivot Table is used to summarize, analyze and present large amounts of data in a structured manner.
It helps in creating reports and charts from complex data sets.
It allows users to quickly and easily summarize and analyze large amounts of data.
It provides a flexible way to view data from different angles.
It can be used to group, filter, and sort data based on various criteria.
It is a powerful tool for data analysis and decision-making.
Q196. How to create formula in excel minus
To create a formula in Excel for subtraction, use the minus sign (-) between the cell references or values.
Start by typing an equals sign (=) in the cell where you want the result to appear.
Then, select the cell containing the first number or type the number directly.
Next, type the minus sign (-) to indicate subtraction.
Finally, select the cell containing the second number or type the number directly, and press Enter to calculate the result.
For example, to subtract the value ...read more
Q197. Explain Count if
Count if is a function used to count the number of cells in a range that meet a certain criteria.
The function takes two arguments: the range of cells to count and the criteria to use for counting.
The criteria can be a number, text, or logical expression.
For example, =COUNTIF(A1:A10,">5") will count the number of cells in the range A1:A10 that are greater than 5.
The function can also be used with wildcard characters, such as =COUNTIF(A1:A10,"*apple*") to count cells that conta...read more
Q198. Can you apply vloockup, vhoockup in Excel?
Yes, I can apply vlookup and hlookup in Excel.
VLOOKUP is used to search for a specific value in a column and return a corresponding value from another column.
HLOOKUP is similar to VLOOKUP, but it searches for a value in a row instead of a column.
Both functions require the user to specify the lookup value, the range of cells to search, and the column or row from which to return the result.
Example: =VLOOKUP(A2, B2:C10, 2, FALSE) will search for the value in cell A2 in the range...read more
Q199. Make V lookups in Excell sheet
VLOOKUP function in Excel is used to search for a value in the first column of a range and return a value in the same row from another column.
Select the cell where you want the result to appear
Type =VLOOKUP(
Enter the value you want to search for
Enter the range of cells to search in
Enter the column number from which to return the value
Enter FALSE for an exact match or TRUE for an approximate match
Q200. What are the basic excel shortcuts
Basic excel shortcuts include Ctrl+C for copy, Ctrl+V for paste, Ctrl+X for cut, Ctrl+S for save, and Ctrl+Z for undo.
Ctrl+C - Copy
Ctrl+V - Paste
Ctrl+X - Cut
Ctrl+S - Save
Ctrl+Z - Undo
Top Interview Questions for Related Skills
Interview Questions of Excel Related Designations
Interview experiences of popular companies
Reviews
Interviews
Salaries
Users/Month