MS Excel Complete Notes for Exams (SSC, Bank PO, SBI, IBPS, RRB, UGC NET)

 

MS Excel Complete Notes for Exams (SSC, Bank PO, SBI, IBPS, RRB, UGC NET)


📘 1. Introduction to MS Excel

MS Excel is a spreadsheet application developed by Microsoft.

It is used for data entry, calculations, data analysis, graph plotting, pivot tables, and automation using formulas/macros.
File extension: .xlsx (Excel Workbook), .xls (older version), .xlsm (macro-enabled).

📊 2. Important Technical Terms

TermDescription
WorkbookEntire Excel file (contains worksheets).
WorksheetA single spreadsheet page in a workbook.
CellIntersection of a row and a column (e.g., A1, B3).
Cell RangeA group of cells (e.g., A1:B5).
FormulaBegins with = (e.g., =A1+B1).
FunctionPredefined formula (e.g., =SUM(A1:A5)).
RowHorizontal data line (numbered: 1, 2, 3…).
ColumnVertical data line (lettered: A, B, C…).
Cell ReferenceAddress of a cell (A1, B2, etc.).
Relative ReferenceChanges when copied.
Absolute ReferenceFixed with $ (e.g., $A$1).

🖥️ 3. Explanation of Important Icons (MS Excel Ribbon Tabs)

📂 File Tab

  • New, Open, Save, Save As, Print, Share.

🏠 Home Tab

IconUse
ClipboardCut, Copy, Paste.
FontBold, Italic, Underline, Font Size, Font Color.
AlignmentAlign Left, Center, Right, Merge & Center.
NumberChange cell format (Currency, %, Date).
StylesConditional Formatting, Table Styles.
EditingFind & Replace, Sort, Filter, AutoSum.

✏️ Insert Tab

IconUse
TablesInsert Table or Pivot Table.
ChartsColumn, Pie, Line, Bar charts.
IllustrationsShapes, Icons, Images.
SparklinesTiny charts in cells.
TextInsert Text Box, Header, Footer.

📈 Formulas Tab

IconUse
Function LibrarySUM, IF, VLOOKUP, HLOOKUP, NOW(), etc.
Name ManagerManage named cell ranges.
Formula AuditingTrace precedents, errors.

📊 Data Tab

IconUse
Sort & FilterArrange and filter data.
Data ToolsRemove Duplicates, Data Validation.
What-If AnalysisGoal Seek, Scenario Manager.

🔧 Review Tab

IconUse
SpellingCheck spelling.
CommentsAdd, Edit, Delete Comments.
ProtectProtect sheet/workbook.

👁️ View Tab

IconUse
NormalNormal worksheet view.
Page LayoutPrint Preview view.
ZoomZoom in/out.
Freeze PanesLock rows/columns.

🧠 4. 50+ Most Important MCQs (with Answers)

Q1: What is the extension of Excel 2007-2019 files?

a) .xls
b) .docx
c) .xlsx
d) .xlsm

Q2: Which function is used to calculate average in Excel?

a) Count()
b) Sum()
c) Average()
d) Min()

Q3: Shortcut key to edit a cell is:

a) F4
b) F5
c) F2
d) F3

Q4: Which of the following is not a valid data type in Excel?

a) Number
b) Date
c) Character
d) Text

Q5: What is the default row height in Excel?

a) 10.00
b) 15.00
c) 20.00
d) 12.75

Q6: Shortcut to create a new workbook:

a) Ctrl + S
b) Ctrl + C
c) Ctrl + N
d) Ctrl + V

Q7: SUM(A1:A5) will…

a) Subtract values
b) Add values from A1 to A5
c) Multiply values
d) Divide values

Q8: What does VLOOKUP stand for?

a) Vertical Lookup
b) Value Lookup
c) Vertical Lookup Function
d) Validation Lookup

(More MCQs provided in PDF at the end)


⌨️ 5. Most Useful Shortcut Keys in MS Excel

ShortcutAction
Ctrl + NNew Workbook
Ctrl + OOpen Workbook
Ctrl + SSave Workbook
F12Save As
Ctrl + PPrint
Ctrl + C / Ctrl + VCopy / Paste
Ctrl + Z / Ctrl + YUndo / Redo
F2Edit Active Cell
Alt + =AutoSum
Ctrl + Arrow KeyJump to edge of data
Ctrl + SpaceSelect entire column
Shift + SpaceSelect entire row
Ctrl + Shift + LAdd/Remove filter
Ctrl + Shift + $Format as Currency
Ctrl + `Show formulas
Alt + EnterLine break in a cell

📌 6. Commonly Asked PYQs (Previous Year Questions)

  • From SSC CGL, CHSL, Bank PO, SBI Clerk, IBPS, RRB, UGC NET:

Purpose of Pivot Table?

Difference between absolute & relative cell reference?
What is concatenation in Excel?
Purpose of Goal Seek?
Function to find maximum value?
Shortcut to insert a chart?


MS Excel MCQs for Competitive Exams

🟩 1 to 10

  1. The default extension of Excel 2007 and later is —
    a) .xls
    ✅ b) .xlsx
    c) .doc
    d) .xlsm

  2. Which function adds values in Excel?
    a) COUNT()
    b) AVERAGE()
    ✅ c) SUM()
    d) PRODUCT()

  3. What is the intersection of a row and a column called?
    ✅ a) Cell
    b) Range
    c) Address
    d) Value

  4. Shortcut key to edit a cell is —
    a) F4
    ✅ b) F2
    c) F5
    d) Ctrl + E

  5. To insert a chart in Excel, use —
    a) Alt + C
    b) Ctrl + Shift + C
    ✅ c) F11
    d) Alt + F1

  6. What does VLOOKUP do?
    ✅ a) Searches vertically
    b) Searches horizontally
    c) Validates data
    d) Calculates average

  7. Which of the following is a valid cell reference?
    a) A$2B
    ✅ b) $A$1
    c) 2A$
    d) AB12$

  8. A group of worksheets is called —
    a) Workbook
    ✅ b) Workbook
    c) Cell group
    d) Document

  9. Which symbol is used for absolute reference?
    a) @
    ✅ b) $
    c) #
    d) %

  10. Which formula returns the current date?
    a) =DATE()
    b) =NOW()
    ✅ c) =TODAY()
    d) =CURRENTDATE()


🟩 11 to 20

  1. Function to count numeric values in a range —
    a) COUNTA()
    ✅ b) COUNT()
    c) SUM()
    d) NUM()

  2. Shortcut to select entire column —
    a) Ctrl + R
    b) Shift + C
    ✅ c) Ctrl + Space
    d) Alt + C

  3. Function to find highest value —
    a) MAXIMUM()
    ✅ b) MAX()
    c) LARGE()
    d) TOP()

  4. To remove duplicates, go to —
    a) Data > Tools
    ✅ b) Data > Remove Duplicates
    c) Edit > Remove
    d) Home > Clear

  5. Which function returns the number of characters?
    a) COUNT()
    ✅ b) LEN()
    c) NUM()
    d) SIZE()

  6. To freeze top row —
    ✅ a) View > Freeze Panes > Freeze Top Row
    b) File > Freeze
    c) Home > Freeze
    d) Insert > Lock

  7. How many rows are in Excel 2016?
    a) 10,000
    ✅ b) 1,048,576
    c) 65,536
    d) 256

  8. Which function joins text?
    a) JOIN()
    b) TEXT()
    ✅ c) CONCATENATE() or CONCAT()
    d) STRING()

  9. Shortcut for Save As —
    a) Ctrl + S
    b) F11
    ✅ c) F12
    d) Ctrl + Shift + S

  10. Which chart is best for showing trends?
    a) Pie
    ✅ b) Line
    c) Column
    d) Bar


🟩 21 to 30

  1. To insert a new worksheet —
    ✅ a) Shift + F11
    b) Alt + W
    c) Ctrl + N
    d) Alt + Insert

  2. The default number of worksheets in a new workbook is —
    ✅ a) 1
    b) 3
    c) 2
    d) 5

  3. Which of the following is not a chart type?
    a) Pie
    ✅ b) Sheet
    c) Bar
    d) Line

  4. To protect a worksheet —
    ✅ a) Review > Protect Sheet
    b) File > Lock
    c) View > Lock
    d) Insert > Secure

  5. Shortcut for AutoSum —
    a) Alt + Shift + =
    ✅ b) Alt + =
    c) Ctrl + Shift + A
    d) Ctrl + =

  6. Which function gives average of numbers?
    a) ADD()
    b) MEDIAN()
    ✅ c) AVERAGE()
    d) COUNT()

  7. Which operator is used for exponentiation?
    a) ^
    ✅ b) ^
    c) *
    d) %

  8. To wrap text inside a cell —
    ✅ a) Home > Wrap Text
    b) Format > Text Wrap
    c) Layout > Wrap
    d) Review > Wrap

  9. Which feature allows prediction in Excel?
    a) Trace Precedents
    ✅ b) What-If Analysis
    c) Data Table
    d) Goal Seek

  10. How to show formulas instead of results?
    ✅ a) Ctrl + ` (grave accent)
    b) Ctrl + F1
    c) Ctrl + Shift + F
    d) Ctrl + Alt + =


🟩 31 to 50

  1. Which tab is used to insert a Pivot Table?
    a) Home
    ✅ b) Insert
    c) Data
    d) Review

  2. Default column width is —
    a) 10.43
    ✅ b) 8.43
    c) 9.0
    d) 12.75

  3. Which of these functions is logical?
    a) SUM()
    ✅ b) IF()
    c) AVERAGE()
    d) COUNT()

  4. To add a comment —
    a) Insert > Note
    ✅ b) Review > New Comment
    c) Data > Comment
    d) View > Comment

  5. To sort data ascending —
    ✅ a) A to Z
    b) Z to A
    c) High to Low
    d) Group

  6. The fill handle is used for —
    ✅ a) Auto Fill
    b) Format Cells
    c) Sheet Protection
    d) Validation

  7. Which tab contains the Name Manager?
    a) Home
    b) Insert
    ✅ c) Formulas
    d) Data

  8. Which function is used for conditional result?
    a) COUNT()
    ✅ b) IF()
    c) VLOOKUP()
    d) SUM()

  9. Function to find current time?
    ✅ a) =NOW()
    b) =TIME()
    c) =TODAY()
    d) =CLOCK()

  10. To insert a hyperlink —
    ✅ a) Ctrl + K
    b) Alt + H
    c) Ctrl + H
    d) Ctrl + L

  11. To delete selected row —
    ✅ a) Ctrl + – (minus)
    b) Ctrl + Shift + D
    c) Delete
    d) Alt + R

  12. What is the formula for percentage?
    ✅ a) =(Part/Total)*100
    b) =Part+Total
    c) =Part-Total
    d) =SUM(%)

  13. Which is not a data type in Excel?
    ✅ a) Picture
    b) Date
    c) Number
    d) Text

  14. Keyboard shortcut to insert current date —
    ✅ a) Ctrl + ;
    b) Alt + ;
    c) Ctrl + Shift + D
    d) Shift + D

  15. Which function removes extra spaces?
    ✅ a) TRIM()
    b) CLEAN()
    c) REMOVE()
    d) FIX()

  16. To apply currency format —
    ✅ a) Ctrl + Shift + $
    b) Ctrl + Alt + $
    c) Alt + $
    d) Shift + $

  17. Formula to calculate square root —
    ✅ a) =SQRT(number)
    b) =SQR(number)
    c) =ROOT(number)
    d) =POW(number,2)

  18. Which tab has Conditional Formatting?
    a) Insert
    ✅ b) Home
    c) View
    d) Formulas

  19. To rename a worksheet —
    ✅ a) Double click the sheet tab
    b) Right click > Move
    c) File > Rename
    d) View > Sheet Rename

  20. To zoom in/out —
    ✅ a) Ctrl + Mouse Scroll
    b) Alt + +
    c) Ctrl + Alt + Z
    d) View > Change View

  21. What is the function of COUNTIF()?
    ✅ a) Counts cells meeting a condition
    b) Adds cells
    c) Checks validity
    d) Compares sheets



homeacademy

Home academy is JK's First e-learning platform started by Er. Afzal Malik For Competitive examination and Academics K12. We have true desire to serve to society by way of making educational content easy . We are expertise in STEM We conduct workshops in schools Deals with Science Engineering Projects . We also Write Thesis for your Research Work in Physics Chemistry Biology Mechanical engineering Robotics Nanotechnology Material Science Industrial Engineering Spectroscopy Automotive technology ,We write Content For Coaching Centers also infohomeacademy786@gmail.com

إرسال تعليق (0)
أحدث أقدم