100% found this document useful (1 vote)
327 views

Data Analysis in Excel Chapter1

This document is an introduction to data analysis in Excel. It discusses the data analysis process and covers important Excel skills like navigating Excel using keyboard shortcuts, exploring data through functions like EXACT(), TRIM(), SORT(), FILTER(), understanding different data types, converting between data types using functions like TEXT() and VALUE(), and rounding numbers. Formatting techniques for tables are also demonstrated. The goal is to equip learners with foundational Excel skills for working with and analyzing data.

Uploaded by

jon
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
327 views

Data Analysis in Excel Chapter1

This document is an introduction to data analysis in Excel. It discusses the data analysis process and covers important Excel skills like navigating Excel using keyboard shortcuts, exploring data through functions like EXACT(), TRIM(), SORT(), FILTER(), understanding different data types, converting between data types using functions like TEXT() and VALUE(), and rounding numbers. Formatting techniques for tables are also demonstrated. The goal is to equip learners with foundational Excel skills for working with and analyzing data.

Uploaded by

jon
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 38

Welcome to the

wonderful world of
Excel!
D ATA A N A LY S I S I N E X C E L

Jen Bricker
Head of Instructor Success, DataCamp
DATA ANALYSIS IN EXCEL
DATA ANALYSIS IN EXCEL
Data analysis process

DATA ANALYSIS IN EXCEL


Data analysis process

DATA ANALYSIS IN EXCEL


Data analysis process

DATA ANALYSIS IN EXCEL


Data analysis process

DATA ANALYSIS IN EXCEL


Data analysis process

DATA ANALYSIS IN EXCEL


Data analysis process

DATA ANALYSIS IN EXCEL


Data analysis process

DATA ANALYSIS IN EXCEL


Course focus

DATA ANALYSIS IN EXCEL


Data table formatting

DATA ANALYSIS IN EXCEL


Navigating Excel
Shortcut Description

CMD/CTRL + Jump to the next


blank cell in that
Arrow Key direction

Page Jump one screen in


Up/Down/Left/Right that direction

CTRL for PC and CMD for Mac

DATA ANALYSIS IN EXCEL


Keyboard shortcuts

CMD/CTRL + G

CMD/CTRL + F

DATA ANALYSIS IN EXCEL


Let's practice!
D ATA A N A LY S I S I N E X C E L
Exploring data in
Excel
D ATA A N A LY S I S I N E X C E L

Jen Bricker
Head of Instructor Success, DataCamp
DATA ANALYSIS IN EXCEL
Comparing values

DATA ANALYSIS IN EXCEL


EXACT() function syntax
Syntax:

=EXACT(value1, value2)

Example:

=EXACT(I2,J2)

DATA ANALYSIS IN EXCEL


Removing extra spaces

DATA ANALYSIS IN EXCEL


TRIM() function syntax
Syntax:

=TRIM(value)

Example:

=TRIM(A2)

DATA ANALYSIS IN EXCEL


Sorting data

DATA ANALYSIS IN EXCEL


SORT() function syntax
Syntax:

=SORT(array,[sort_index],[sort_order])

Example:

=SORT(B2:B104,1,-1)

sort_index : column number to sort by

sort_order :
A to Z: 1

Z to A: -1

DATA ANALYSIS IN EXCEL


SORT() function continued

DATA ANALYSIS IN EXCEL


Nested formulas
Nesting: using a function as part of another function

DATA ANALYSIS IN EXCEL


FILTER() function syntax
Syntax:

=FILTER(range,criteria,[if_empty])

Example:

=FILTER(C2:C104,C2:C104>1000)

DATA ANALYSIS IN EXCEL


SORT() with FILTER()
Syntax:

=SORT(FILTER(range,criteria),[sort_index],[sort_order])

Example:

=SORT(FILTER(B2:C104,C2:C104>1000),1,-1)

DATA ANALYSIS IN EXCEL


Let's practice!
D ATA A N A LY S I S I N E X C E L
Understanding data
types in Excel
D ATA A N A LY S I S I N E X C E L

Jen Bricker
Head of Instructor Success, DataCamp
Data types in Excel
Text: strings, numbers or dates represented in a text format

Number: numeric values

Date: dates and times in an accepted date-time representation

Boolean: logical or TRUE/FALSE

DATA ANALYSIS IN EXCEL


Excel's preset alignment

Text: le aligned

Logical: center aligned

Numeric or datetime: right aligned

DATA ANALYSIS IN EXCEL


Converting to text

1 h ps://support.o ce.com/en—us/excel

DATA ANALYSIS IN EXCEL


TEXT() function
Syntax:

=TEXT(value, format)

Example:

=TEXT(A2,"000000000")

1 h ps://support.o ce.com/en—us/article/TEXT—function—20D5AC4D—7B94—49FD—BB38—93D29371225C

DATA ANALYSIS IN EXCEL


Converting to numbers

DATA ANALYSIS IN EXCEL


VALUE() function syntax
Syntax:

=VALUE(text)

Example:

=VALUE(L2)

DATA ANALYSIS IN EXCEL


Rounding numbers

DATA ANALYSIS IN EXCEL


ROUND() with VALUE()
Syntax:

=ROUND(VALUE(text),decimal places)

Example:

=ROUND(VALUE(L2),0)

DATA ANALYSIS IN EXCEL


Let's practice!
D ATA A N A LY S I S I N E X C E L

You might also like