Www Tutorialspoint Com Excel Data Analysis Excel Data Analysis Quick Guide Htm
Www Tutorialspoint Com Excel Data Analysis Excel Data Analysis Quick Guide Htm
Home
Category Search tutorials, courses and ebooks Library Courses Certifications Login
Tools
Guide
Data Science PyTorch Big Data Analytics
Databases
Excel Data Analysis Tutorial
Computer Science Subjects Statistics Matplotlib See all
Cyber Security
Data Analysis - Process
Previous Next
Excel Data Analysis - All Categories
Overview
Data Analysis - Overview
Working with Range Names
Data Analysis is a process of inspecting, cleaning,
transforming and modeling data with the goal of
Tables discovering useful information, suggesting conclusions
and supporting decision-making
Cleaning Data with Text
Functions .
Business Intelligence
Filtering
Statistical Analysis
Text Analytics
Quick Analysis
Business Intelligence
PDFmyURL converts web pages and even full websites to PDF easily and quickly.
Business Intelligence techniques and tools are for
Advanced Data Analysis acquisition and transformation of large amounts of
unstructured business data to help identify, develop
and create new strategic business opportunities.
Ad dD t A l i
The goal of business intelligence is to allow easy
interpretation of large volumes of data to identify new
opportunities. It helps in implementing an effective
strategy based on insights that can provide businesses
with a competitive market-advantage and long-term
stability.
Statistical Analysis
Predictive Analytics
Text Analytics
PDFmyURL converts web pages and even full websites to PDF easily and quickly.
Data Analysis is defined by the statistician John Tukey
in 1961 as "Procedures for analyzing data, techniques
for interpreting the results of such procedures, ways of
planning the gathering of data to make its analysis
easier, more precise or more accurate, and all the
machinery and results of (mathematical) statistics
which apply to analyzing data.”
Answering questions
Test hypotheses
Decision-making
Disproving theories
Data Analysis
Communication
PDFmyURL converts web pages and even full websites to PDF easily and quickly.
Data Requirements Specification
The data required for analysis is based on a question
or an experiment. Based on the requirements of those
directing the analysis, the data necessary as inputs to
the analysis is identified (e.g., Population of people).
Specific variables regarding a population (e.g., Age and
Income) may be specified and obtained. Data may be
numerical or categorical.
Data Collection
Data Collection is the process of gathering information
on targeted variables identified as data requirements.
The emphasis is on ensuring accurate and honest
collection of data. Data Collection ensures that data
gathered is accurate such that the related decisions are
valid. Data Collection provides both a baseline to
measure and a target to improve.
Data Processing
The data that is collected must be processed or
organized for analysis. This includes structuring the
data as required for the relevant Analysis Tools. For
example, the data might have to be placed into rows
and columns in a table within a Spreadsheet or
Statistical Application. A Data Model might have to be
created.
Data Cleaning
PDFmyURL converts web pages and even full websites to PDF easily and quickly.
The processed and organized data may be incomplete,
contain duplicates, or contain errors. Data Cleaning is
the process of preventing and correcting these errors.
There are several types of Data Cleaning that depend
on the type of data. For example, while cleaning the
financial data, certain totals might be compared
against reliable published numbers or defined
thresholds. Likewise, quantitative data methods can be
used for outlier detection that would be subsequently
excluded in analysis.
Data Analysis
Data that is processed, organized and cleaned would
be ready for the analysis. Various data analysis
techniques are available to understand, interpret, and
derive conclusions based on the requirements. Data
Visualization may also be used to examine the data in
graphical format, to obtain additional insight regarding
the messages within the data.
Communication
The results of the data analysis are to be reported in a
format as required by the users to support their
decisions and further action. The feedback from the
users might result in additional analysis.
PDFmyURL converts web pages and even full websites to PDF easily and quickly.
However, there are certain operations that are more
effective when data is in tables rather than in ranges.
There are also operations that are exclusively for
tables.
Conditional Formatting
Excel provides you conditional formatting commands
that allow you to color the cells or font, have symbols
next to values in the cells based on predefined criteria.
This helps one in visualizing the prominent values. You
will understand the various commands for conditionally
formatting the cells.
Quick Analysis
With Quick Analysis tool in Excel, you can quickly
perform various data analysis tasks and make quick
visualizations of the results.
PivotTables
With PivotTables you can summarize the data, prepare
reports dynamically by changing the contents of the
PDFmyURL converts web pages and even full websites to PDF easily and quickly.
PivotTable.
Data Visualization
You will learn several Data Visualization techniques
using Excel Charts. You will also learn how to create
Band Chart, Thermometer Chart, Gantt chart, Waterfall
Chart, Sparklines and PivotCharts.
Data Validation
It might be required that only valid values be entered
into certain cells. Otherwise, they may lead to incorrect
calculations. With data validation commands, you can
easily set up data validation values for a cell, an input
message prompting the user on what is expected to be
entered in the cell, validate the values entered with the
defined criteria and display an error message in case of
incorrect entries.
Financial Analysis
Excel provides you several financial functions.
However, for commonly occurring problems that
require financial analysis, you can learn how to use a
combination of these functions.
Formula Auditing
When you use formulas, you might want to check
whether the formulas are working as expected. In
Excel, Formula Auditing commands help you in tracing
the precedent and dependent values and error
checking.
Inquire
Excel also provides Inquire add-in that enables you
compare two workbooks to identify changes, create
interactive reports, and view the relationships among
workbooks, worksheets, and cells. You can also clean
the excessive formatting in a worksheet that makes
Excel slow or makes the file size huge.
PDFmyURL converts web pages and even full websites to PDF easily and quickly.
Net_Present_Value = NPV (Discount_Rate,
Cash_Flows)
Filtering names.
Deleting names.
Applying names.
PDFmyURL converts web pages and even full websites to PDF easily and quickly.
Range Name Syntax Rules
Excel has the following syntax rules for names −
PDFmyURL converts web pages and even full websites to PDF easily and quickly.
To create a Range name, using the Name box that is
to the left of formula bar is the fastest way. Follow the
steps given below −
You can also create Range Names using the New Name
dialog box from Formulas tab.
Now, you can find the largest value in the range with
=Sum(Student Name), as shown below −
Now, you can find the total marks for each student
with =Sum (student name), as shown below.
PDFmyURL converts web pages and even full websites to PDF easily and quickly.
Click Define Name.
In the New Name dialog box, type
Savings_Bank_Interest_Rate in the Name box.
Managing Names
An Excel Workbook can have any number of named
cells and ranges. You can manage these names with
the Name Manager.
PDFmyURL converts web pages and even full websites to PDF easily and quickly.
The List of Names are displayed with the defined
Values, Cell Reference (including Sheet Name),
Scope and Comment.
Scope of a Name
The Scope of a name by default is the workbook. You
can find the Scope of a defined names from the list of
names under the Scope column in the Name
Manager.
PDFmyURL converts web pages and even full websites to PDF easily and quickly.
Suppose you want the Scope of this interest rate
restricted to this Worksheet only.
PDFmyURL converts web pages and even full websites to PDF easily and quickly.
such names as follows −
Clear Filter
Names Scoped to Worksheet
Names Scoped to Workbook
Table Names
Editing Names
You can use the Edit option in the Name Manager
dialog box to −
You can see, two more values are added in the array,
but are not included in the function as they are not
part of Array1.
PDFmyURL converts web pages and even full websites to PDF easily and quickly.
Step 2 − Click the Name you want to edit in the
Name Manager dialog box. In this case, Array1.
Applying Names
PDFmyURL converts web pages and even full websites to PDF easily and quickly.
Consider the following example −
PDFmyURL converts web pages and even full websites to PDF easily and quickly.
The list of names and their corresponding references
are copied at the specified location on your worksheet
as shown in the screen shot given below −
PDFmyURL converts web pages and even full websites to PDF easily and quickly.
Type =Kodeda_Adam Exam_1 in B11.
PDFmyURL converts web pages and even full websites to PDF easily and quickly.
Each entry in the top row is referred to as
column header.
a Table Name
Column Header Names
PDFmyURL converts web pages and even full websites to PDF easily and quickly.
the small triangular control at the lower-right
corner of the lower-right cell.
You can create and use slicers for a table for
filtering data.
Create Table
To create a table from the data you have on the
worksheet, follow the given steps −
Table Name
Excel assigns a name to every table that is created.
PDFmyURL converts web pages and even full websites to PDF easily and quickly.
You can Edit a Table Name or add a comment with
New option in the Name Manager dialog box.
However, you cannot change the range in Refers to.
In the Name box, you can find the Column Header, and
in the Refers to box,you will find
Emp_Data[[#Headers],[EmployeeID]].
PDFmyURL converts web pages and even full websites to PDF easily and quickly.
However, while doing so, you also require the table
headers to identify which value belongs to which
column. Excel automatically provides a smooth way of
doing this. As you scroll down your data, the column
letters of the worksheet themselves get converted to
table headers.
PDFmyURL converts web pages and even full websites to PDF easily and quickly.
Resize Table
You can resize a table to add or remove rows/columns.
PDFmyURL converts web pages and even full websites to PDF easily and quickly.
Remove Duplicates
When you gather data from different sources, you
probably can have duplicate values. You need to
remove the duplicate values before going further with
analysis.
PDFmyURL converts web pages and even full websites to PDF easily and quickly.
You will get a message on how many rows with
duplicate values are removed and how many unique
values remain. The cleaned data will be displayed in
the table.
Convert to Range
You can convert a table to a Range.
PDFmyURL converts web pages and even full websites to PDF easily and quickly.
You can check / uncheck these boxes to see how your
table looks. Finally, you can decide on what options
suit your data.
Table Styles
You have several table styles to choose from. These
styles can be used depending on what color and
pattern you want to display your data in the table.
If you are using Excel 2013 or Excel 2016, you can use
Slicers for filtering data in your table.
PDFmyURL converts web pages and even full websites to PDF easily and quickly.
Formatting data with text functions.
Executing data operations with the text
functions.
CLEAN
1. Removes all nonprintable characters from
text
TRIM
2.
Removes spaces from text
PDFmyURL converts web pages and even full websites to PDF easily and quickly.
Select the Cells C3 – C11.
Type =TRIM (CLEAN (B3)) and then press CTRL
+ Enter.
EXACT
1.
Checks to see if two text values are identical
FIND
2. Finds one text value within another (case-
sensitive)
SEARCH
3. Finds one text value within another (not
case-sensitive)
PDFmyURL converts web pages and even full websites to PDF easily and quickly.
You can use the Convert Text to Columns Wizard to
extract Data Values into Excel columns if your fields
are −
Delimited by a character, or
Aligned in columns with spaces between each
field.
Select Delimited.
Click Next.
Click Next.
PDFmyURL converts web pages and even full websites to PDF easily and quickly.
Step 3 − Convert Text to Columns Wizard - Step 3 of 3
appears.
1. LEFT
PDFmyURL converts web pages and even full websites to PDF easily and quickly.
Returns the leftmost characters from a text
value
RIGHT
2. Returns the rightmost characters from a text
value
MID
Returns a specific number of characters from
3.
a text string starting at the position you
specify
LEN
4. Returns the number of characters in a text
string
PDFmyURL converts web pages and even full websites to PDF easily and quickly.
The result will be as shown below −
PDFmyURL converts web pages and even full websites to PDF easily and quickly.
Formatting Data with Text Functions
Excel has several built-in text functions that you can
use for formatting data containing text. These include
−
LOWER
1.
Converts text to lowercase
UPPER
1.
Converts text to uppercase
PROPER
2. Capitalizes the first letter in each word of a
text value
DOLLAR
1. Converts a number to text, using the $
(dollar) currency format
FIXED
2. Formats a number as text with a fixed
number of decimals
TEXT
3.
Formats a number and converts it to text
VALUE
1.
Converts a text argument to a number
PDFmyURL converts web pages and even full websites to PDF easily and quickly.
REPLACE
1.
Replaces characters within text
SUBSTITUTE
2. Substitutes new text for old text in a text
string
CONCATENATE
3.
Joins several text items into one text item
CONCAT
Combines the text from multiple ranges
4.
and/or strings, but it does not provide the
delimiter or IgnoreEmpty arguments.
TEXTJOIN
Combines the text from multiple ranges
and/or strings, and includes a delimiter you
5. specify between each text value that will be
combined. If the delimiter is an empty text
string, this function will effectively
concatenate the ranges.
REPT
6.
Repeats text a given number of times
Date Formats
Date Formats
Excel supports Date values in two ways −
PDFmyURL converts web pages and even full websites to PDF easily and quickly.
Serial Format
In different Year-Month-Day Formats
6/8/16
06/08/16
8-Jun
8-Jun-16
08-Jun-16
Jun-16
June-16
J
J-16
6/8/2016
8-Jun-2016
PDFmyURL converts web pages and even full websites to PDF easily and quickly.
The digits are lower than 30, Excel assumes the
digits represent years in the twenty-first
century.
PDFmyURL converts web pages and even full websites to PDF easily and quickly.
Using Excel DATEVALUE Function
WORKDAY
1. Returns the serial number of the date before
or after a specified number of workdays
2. WORKDAY.INTL
Returns the serial number of the date before
or after a specified number of workdays
PDFmyURL converts web pages and even full websites to PDF easily and quickly.
using parameters to indicate which and how
many days are weekend days
Sunday, Monday 2
Monday, Tuesday 3
Tuesday, Wednesday 4
Wednesday, Thursday 5
Thursday, Friday 6
Friday, Saturday 7
Sunday only 11
Monday only 12
Tuesday only 13
Wednesday only 14
Thursday only 15
Friday only 16
Saturday only 17
PDFmyURL converts web pages and even full websites to PDF easily and quickly.
Number of Workdays between two
given Dates
There might be a requirement to calculate the number
of workdays between two dates, for example, in the
case of calculating payment to a contract employee
who is paid on per day basis.
NETWORKDAYS
1. Returns the number of whole workdays
between two dates
NETWORKDAYS.INTL
Returns the number of whole workdays
2. between two dates using parameters to
indicate which and how many days are
weekend days
PDFmyURL converts web pages and even full websites to PDF easily and quickly.
functions DAY, MONTH and YEAR.
PDFmyURL converts web pages and even full websites to PDF easily and quickly.
Use the DATE function to obtain DATE values.
PDFmyURL converts web pages and even full websites to PDF easily and quickly.
Working with Time Values
The data that you obtain from different sources might
contain time values. In this chapter, you will
understand how to prepare your data that contains
time values for analysis.
Time Formats
Time Formats
Excel supports Time Values in two ways −
Serial Format
In various Hour-Minute-Second Formats
You can also combine Date and Time in the same cell.
The serial number is the number of days after January
1, 1900, and the time fraction associated with the
given time. For example, if you type May 17, 2016 6
AM, it gets converted to 42507.25 when you format
the cell as General.
PDFmyURL converts web pages and even full websites to PDF easily and quickly.
You can also specify date and time together. For
example, if you type May 17, 2016 7:25 in a cell, it will
be displayed as 5/17/2016 7:25 and it represents
5/17/2016 7:25:00 AM.
4:00:00 PM
16:00
4:00 PM
16:00:00
5/17/16 4:00 PM
5/17/16 16:00
PDFmyURL converts web pages and even full websites to PDF easily and quickly.
Using Format Cells dialog box
Using Excel TIMEVALUE function
PDFmyURL converts web pages and even full websites to PDF easily and quickly.
Extracting Hour, Minute and Second
from Time
You can extract hour, minute and second from a given
time using the Excel functions HOUR, MINUTE and
SECOND.
C4 is formatted as Time
C5 and C6 are formatted as Number.
Example
Excel applies the format you chose, i.e. the green color
to all the cells that satisfy the condition. If the content
of a cell does not satisfy the condition, the formatting
of the cell remains unchanged. The result is as
expected, only for the salespersons who have met the
target, the cells are highlighted in green – a quick
visualization of the analysis results.
Add a rule
Clear an existing rule
Manage the defined rules
Data Bars
Color Scales
Icon Sets
Greater Than
Less Than
Between
Equal To
Yesterday
Today
Tomorrow
In the last 7 days
Last week
This week
Next week
Last month
This Month
Next month
PDFmyURL converts web pages and even full websites to PDF easily and quickly.