Lecture Sept 13 Data Analysis With Excel
Lecture Sept 13 Data Analysis With Excel
in Excel
Data analysis with Excel
Microsoft Excel is one of the most used
programs for data analysis. You can simply
import, browse, clean, analyze, and display
your data using this all-in-one data management
tool.
Types of Data Analysis
• Conditional Formatting
• Chart
• Sorting
• Filter
Charts
A chart is a graphic
representation of
data that employs
symbols to represent
the data, such as
bars in a bar chart or
lines in a line chart.
Conditional Formatting Patterns and trends in your
data may be highlighted with
the help of conditional
formatting. To use it, write
rules that determine the
format of cells based on their
values. In Excel for
Windows, conditional
formatting can be applied to a
set of cells, an Excel table,
and even a PivotTable report.
Sorting
Data analysis requires
sorting the data. A list of
names may be arranged
alphabetically, a list of sales
numbers can be arranged
from highest to lowest, or
rows can be sorted by colors
or icons.
Filter
This is a fast method of
just showing the data
you require. Data in a
Range, table, or
PivotTable may be
filtered. You may use
Selected Values to
filter data.
01.
LEN
=LEN quickly returns the character count in a
= LEN(Select Cell)
Example:
02.
TRIM
=TRIM function will remove all spaces from a
Analysis
the text, this is normal.
= TRIM(Select Cell)
Example:
04.
UPPER
Method
The Excel Text function “UPPER Function”
will change the text to all capital letters
(UPPERCASE). As a result, the function
Analysis = UPPER(Text)
Example:
05.
PROPER
Method
Under Excel Text functions, the
PROPER Function is listed. Any
subsequent letters of text that come
of Data after a character other than a letter
will also be capitalized by PROPER.
Analysis = PROPER(Text)
Example:
06.
COUNTIF
Excel has a built-in function called COUNTIF
that counts the given cells. The COUNTIF
Analysis =COUNTIF(range,criteria)
• Range: The size of the cell range to count.
• Criteria: The standards by which cells are
selected for counting.
Example:
07.
AVERAGEIF
An Excel built-in function called AVERAGEIF
Method
determines the average of a range depending on a true
or false condition.
Method
a condition is true or false before adding the values in
a range.
Method
=VLOOKUP(lookup_value,table_array,
col_index_num, [range_lookup])