MS Excel
MS Excel
TOPICS
What is Excel ? Rounding of Numbers
Excel Visual Representation Autofill
Excel Interface Comments
Basic Formatting Insert Table
Excel Formulas Slicer
Save File Insert Picture or Shapes
Protecting Workbook & Worksheet Add link or hyperlink
Clean and Trim Split Text
Filter and Sort Charts in Excel
Conditional Formatting VLOOKUP
Insert or delete rows and columns in Excel Pivot Table
Find and Remove Duplicates VSTACK & HSTACK
Merge & Center Freeze Panes
02/21/2025
WHAT IS MS
EXCEL ? Microsoft Excel is a spreadsheet program
that helps users organize, format, and
calculate data. It's part of the Microsoft
365 suite of software, which also includes
Word, PowerPoint, Teams, and Outlook.
It provides a user-friendly way to analyse
and work with data.
It is an electronic spreadsheet with
numerous rows and columns, used for
organizing data, graphically representing
data(s), and performing different
calculations.
Excel is essential for tasks in finance,
accounting, data analysis, project
management, and more, due to its
versatility and ease of use.
02/21/2025
EXCEL VISUAL REPRESENTATION
02/21/2025
EXCEL INTERFACE
BASIC FORMATTING
Excel offers a variety of formatting options to enhance the appearance and
readability of your data. Here are some common formatting techniques:
Font Formatting: Font, Font Size, Font Color, Bold, Italic, Underline, Text
Wrap, Merge Cells
Number Formatting: General, Number, Currency, Percentage, Date, Time,
Custom
Alignment: Horizontal Alignment, Vertical Alignment, Wrap Text, Indent
Cell Borders: Border, Border Style, Border Color
Conditional Formatting: Highlight cells based on certain conditions
EXCEL FORMULAS
Basic Arithmetic Formulas : Addition: =A1 + B1, Subtraction: =A1 - B1,
Multiplication: =A1 * B1, Division: =A1 / B1, Exponentiation: =A1 ^ B1
SAVE FILE
To save a file in Excel, follow these steps:
To save updates to an existing file, simply click the Save icon in the top-left
toolbar or press CTRL+S on your keyboard. Excel will automatically update the
existing file.
PROTECTING WORKBOOK & WORKSHEET
I N E XC E L , Y O U C A N P R O T E C T B O T H T H E W O R K B O O K A N D I N D I V I D U A L S H E E T S T O P R E V E N T A C C I D E N TA L O R U N A U T H O R I Z E D C H A N G E S .
WORKBOOK WORKSHEET
Go to the Review tab on the ribbon. Go to the Review tab on the ribbon.
Click Protect Sheet.
Click Protect Workbook.
A dialog box will appear with several
A dialog box will appear with options. options
In Excel, data cleaning is an essential step to prepare data for analysis. Two
commonly used functions for cleaning data are CLEAN and TRIM, which help to
remove unwanted characters and extra spaces from text.
CLEAN() TRIM()
=CLEAN(text)
FILTER & SORT
In Excel, filtering and sorting are
essential tools for organizing and
analysing data efficiently.
Press CTRL+ : A new row or column will be inserted before the current
position.
Remove Duplicates :
Go to the Data tab. In the Data
Tools group, click Remove Duplicates.
A dialog box will appear. Ensure the
correct columns are selected where you
MERGE & CENTER
Inserting Comment :
Right-click the cell where you
want to add a comment.
Select New Comment.
Type your comment in the box
that appears.
Press Enter or click outside the
comment box to save it.
INSERT TABLE
Inserting a table in Excel is a way to visually
organize and structure your data.
Steps:
Select the cell(s) containing the text you want to split.
Click the Data tab in the Ribbon.
Click Text to Columns.
Choose Delimited.
Select the delimiter you want to split by (e.g., comma,
space, etc.).
Click Next and Choose Destination.
Click Finish: The text will be split into multiple columns
based on the delimiter or width you specified.
Syntax:
VLOOKUP(lookup_value, table_array,
col_index_num, [range_lookup])
PIVOT TABLE
Pivot Tables in Excel: A Powerful Tool for Data Analysis
Pivot tables are a dynamic data analysis tool in Excel that allow you to summarize
and analyze large datasets quickly and efficiently. They are particularly useful for
aggregating data, calculating totals and averages, and creating various reports.
Freeze Panes is a
feature in Microsoft
Excel that allows
users to lock
specific rows or
columns so they
remain visible while
scrolling through
the rest of the
worksheet.
LOOKUP
Syntax:
=HLOOKUP(lookup_value, table_array,
row_index_num, [range_lookup])
XLOOKUP
Syntax –
=XLOOKUP(lookup_value, lookup_array,
return_array, [if_not_found], [match_mode],
[search_mode])