100 questions and answers on Spreadsheet Software primarily focused on Microsoft Excel
by Prasanta Nandi
Basic Excel Questions
What is Microsoft Excel?
Microsoft Excel is a spreadsheet software developed by Microsoft, used for data analysis, calculations, and visualization.What is a spreadsheet?
A spreadsheet is a grid of rows and columns used to organize, calculate, and analyze data.What is a cell in Excel?
A cell is an individual box in an Excel sheet where data is entered. It is identified by a column letter and row number (e.g., A1).How do you select an entire row in Excel?
Click the row number on the left side.How do you select an entire column in Excel?
Click the column letter at the top.How do you merge cells in Excel?
Select the cells, go to the "Home" tab, and click "Merge & Center."What is the shortcut key to save an Excel file?
Press Ctrl + S.How do you insert a new worksheet in Excel?
Click the "+" icon next to existing sheet tabs or press Shift + F11.What is the default file extension of an Excel workbook?
.xlsx (for Excel 2007 and later).How do you rename a worksheet?
Double-click the sheet tab and type the new name.
Formatting and Editing
How do you apply bold formatting to text in Excel?
Select the text and press Ctrl + B.What is the shortcut to italicize text in Excel?
Press Ctrl + I.How do you change the font size in Excel?
Select the text, go to the "Home" tab, and change the font size from the toolbar.How do you adjust column width automatically?
Double-click the right edge of the column header.What is the shortcut to cut data in Excel?
Press Ctrl + X.What is the shortcut to copy data in Excel?
Press Ctrl + C.What is the shortcut to paste data in Excel?
Press Ctrl + V.How do you insert a row in Excel?
Right-click a row number and select "Insert."How do you delete a column in Excel?
Right-click the column letter and select "Delete."What is Conditional Formatting?
A feature that applies formatting based on specific conditions, such as highlighting cells greater than a certain value.
Formulas and Functions
What is a formula in Excel?
A formula is an expression that performs calculations using cell values, e.g.,=A1+B1.What is a function in Excel?
A function is a predefined formula that simplifies calculations, e.g.,=SUM(A1:A5).How do you start a formula in Excel?
Type=in a cell, followed by the formula.What does the SUM function do?
Adds the values of selected cells, e.g.,=SUM(A1:A5).How do you calculate the average in Excel?
Use the=AVERAGE(A1:A5)function.What is the use of the COUNT function?
Counts the number of numeric values in a range, e.g.,=COUNT(A1:A5).What does the IF function do?
Performs a logical test and returns one value if TRUE and another if FALSE, e.g.,=IF(A1>10, "High", "Low").How do you find the maximum value in a range?
Use=MAX(A1:A5).How do you find the minimum value in a range?
Use=MIN(A1:A5).What does the CONCATENATE function do?
Joins text from multiple cells, e.g.,=CONCATENATE(A1, " ", B1). (Now replaced withTEXTJOINand&operator).
Data Handling & Analysis
How do you sort data in Excel?
Select the data, go to the "Data" tab, and click "Sort."How do you filter data in Excel?
Select the data, go to the "Data" tab, and click "Filter."What is a Pivot Table?
A tool that summarizes and analyzes large data sets dynamically.How do you create a Pivot Table?
Select the data, go to "Insert," and click "PivotTable."What is Data Validation in Excel?
A feature that restricts the type of data entered in a cell.How do you remove duplicates in Excel?
Select the data, go to the "Data" tab, and click "Remove Duplicates."How do you freeze panes in Excel?
Go to the "View" tab and click "Freeze Panes."What is Goal Seek in Excel?
A tool that finds the input needed to achieve a specific result.What is the use of VLOOKUP?
Searches for a value in a column and returns a corresponding value, e.g.,=VLOOKUP(1001, A2:B10, 2, FALSE).What is the use of HLOOKUP?
Searches for a value in a row and returns a corresponding value.
Advanced Excel
What is the INDEX function?
Returns the value at a specified row and column in a range.What is the MATCH function?
Finds the position of a value in a range.What is the difference between VLOOKUP and XLOOKUP?
XLOOKUP is more flexible, works with both vertical and horizontal data, and doesn’t require a sorted list.How do you use the TEXT function?
Formats numbers as text, e.g.,=TEXT(A1, "dd-mmm-yyyy").What is Power Query?
A tool for importing, transforming, and analyzing data.How do you create a drop-down list in Excel?
Use Data Validation under the "Data" tab.What is a macro in Excel?
A recorded set of actions that automate repetitive tasks.How do you enable macros in Excel?
Go to "File" > "Options" > "Trust Center" > "Trust Center Settings" > "Enable Macros."What is Power Pivot?
A tool for handling large datasets and performing advanced calculations.How do you create a chart in Excel?
Select data, go to the "Insert" tab, and choose a chart type.
Shortcuts & Tips
What is the shortcut for undo?
Press Ctrl + Z.What is the shortcut for redo?
Press Ctrl + Y.How do you quickly go to a specific cell?
Press Ctrl + G and enter the cell reference.How do you insert a comment in a cell?
Right-click a cell and select "Insert Comment."How do you split text into columns?
Use "Text to Columns" under the "Data" tab.What does the TRIM function do?
Removes extra spaces from text.What does the LEN function do?
Counts the number of characters in a text string.What is the shortcut to apply a filter?
Press Ctrl + Shift + L.How do you check for errors in a formula?
Use Formula Auditing under the "Formulas" tab.How do you lock a formula in Excel?
Use the$sign (e.g.,$A$1).