SlideShare une entreprise Scribd logo
1  sur  22
Data
Analysis
with
MSExcel
Kouros Goodarzi
PAGE 1
What will I
learn?
PAGE 2
Basic concepts of Excel
Ranges, formulas, functions,
formatting, charts, and pivots
Tips & Tricks to help you with
your daily use of Excel
We will cover:

We will not cover:
Outline
Basics
Formulas
Ranges
Formatting
Functions
Charts
Pivots
PAGE 3
Basics
What is MS Excel?
 Microsoft Excel is a spreadsheet developed by Microsoft
for Windows, macOS, Android and iOS. It features
calculation, graphing tools, pivot tables, and a macro
programming language called Visual Basic for
Applications (VBA). It has been a very widely applied
spreadsheet for these platforms, especially since version
5 in 1993, and it has replaced Lotus 1-2-3 as the industry
standard for spreadsheets. Excel forms part of the
Microsoft Office suite of software.*
 A spreadsheet is a computer application for
organization, analysis and storage of data in tabular
form. **
PAGE 4
Basics Formulas Ranges Formatting
*
https://en.wikipedia.org/wiki/Microsoft_Excel
**
https://en.wikipedia.org/wiki/Spreadsheet
Functions
There is no perfect presentation that
doesn’t quote Wikipedia at least once.
I did it twice just to be safe!
Charts Pivots
Basics
Data Analytics
 Data Science Lifecycle
 Excel can help with
 Pre-processing data
 Analyzing data
 Visualizing data
PAGE 5
Basics Formulas Ranges Formatting Functions Charts Pivots
Basics
Concepts
 Workbook, Worksheets (tabs), Rows/Columns, Cells
 Insert/delete, copy/paste, move around
 Data types (static/dynamic, text/number/date/…)
 Tables, Ranges, Names
 Objects, charts, Links, Drawings
 Addresses (absolute, relative)
PAGE 6
*
Basics Formulas Ranges Formatting Functions Charts Pivots
Basics
Tips & Tricks
 Finding a cell / hiding a cell
 Coloring Tabs and tab naming good practices
 Transposing a table
 Avoiding merges and empty rows/columns for datasets
 Absolute addressing (F4)
 Format as Table, autofill formulas
 Linking workbooks
PAGE 7
*
Basics Formulas Ranges Formatting Functions Charts Pivots
Formulas
Type in
You can start typing a formula in
a cell starting with an equal sign
‘=‘ followed by name of function
or variables or clicking through
cells (this is equivalent to clicking
on the small fx button next to the
formula bar)
Insert Function
From the Formulas ribbon, you
can select ‘Insert Function’
button to get a dialog with a
categorized list of all functions
Select from Library
From the Function Library on
Formulas ribbon, you can select
any of the predefined library
functions or select from the
‘More Functions’ drop down
PAGE 8
Basics Formulas Ranges Formatting Functions Charts Pivots
Formulas
PAGE 9
Concepts and Choices
 Formula bar resizing, using other editors (e.g.
Notepad++, VBA, or Eclipse)
 Categories: Financial, Date/Time, Math/Trig, Statistical,
Lookup/Reference, Database, Text, Logical, Information,
Engineering, Cube, Compatibility, Web
 Calculation Options/Calculate Now, Show Formulas,
Evaluate Formulas
 Error Checking, Circular References and arrows,
Inconsistent formulas
Formulas
Basics Ranges Formatting Functions Charts Pivots
Formulas
PAGE 10
Function List
 Financial: ACCRINT, RATE, YIELD
 Date/Time: EDATE, DATE, DATEVALUE, YEAR, MONTH, DAY, HOUR, MINUTE,
SECOND, NETWORKDAYS, TODAY, NOW, WEEKDAY
 Math/Trig: INT, ROUND, ROUNDDOWN, ROUNDUP, MDETERM, MINVERSE,
MMULT, MUNIT, RAND, RANDARRAY, RANDBETWEEN
 Statistical: SUM, SUMIF, SUMIFS, SUMPRODUCT, AVERAGE, AVERAGEA,
AVERAGEIF, AVERAGEIFS, BETA, BONOM, CHISQ, F, EXP, GAMMA, GAUSS, NORM,
POISSON, T, COUNT, COUNTA, COUNTIF, COUNTIFS, COUNTBLANK, FREQUENCY,
MIN, MAX
 Lookup/Reference: ADDRESS, ROW, COLUMN, INDEX, INDIRECT, HLOOKUP,
VLOOKUP, XLOOKUP, MATCH, XMATCH, UNIQUE, SORT, SORTBY, TRANSPOSE,
GETPIVOTDATA
 Text: CHAR, CONCAT, EXACT, LEFT, MID, RIGHT, LEN, FIND, LOWER, UPPER, VALUE,
NUMBERVALUE, REPLACE, SUBSTITUTE, TEXT, T, TRIM, TEXTJOIN
 Logical: AND, OR, XOR, NOT, FALSE, TRUE, IF, IFERROR, IFNA, IFS, SWITCH
 Information: ISBLANK, ISERR, ISERROR, ISNA, ISLOGICAL, ISEVEN, ISODD,
ISFORMULA, ISREF, ISTEXT, N, NA, SHEET, SHEETS, TYPE
 Web: ENCODEURL, FILTERXML, WEBSERVICE
Formulas
Basics Ranges Formatting Functions Charts Pivots
Ranges
PAGE 11
Concepts and Choices
 Definition of Range: rectangular set(s) of adjacent cells
 Selecting ranges
 Using Ctrl or Shift keys
 Using the mouse
 Ranges can be moved, copied, pasted, inserted, sorted
 Ranges can have a name referenceable in formula
 Tables are really a range
 Format as table to create a table from a range
 Table headers, Autofill, Row bands, Totals and Sub-totals,
Auto-grow
Formulas Ranges
Basics Formatting Functions Charts Pivots
Ranges
PAGE 12
Tips & Tricks
 Using Ctrl key to select non-adjacent ranges
 Using Ctrl+End and Ctrl+Shift+Home to select all cells
 Pasting vs. inserting
 Name a range and use it in a formula
 Sorting ranges vs sorting table columns
 Create a Table from a range of imported data
 Benefits of having your data in a table:
 Sorting & Filtering using your table headers
 Autofill formula
 Using table column named in formula
 Changing table format (bands)
 Adding (sub)totals
 Adding rows to the table (auto-grow)
Ranges
Formulas
Basics Formatting Functions Charts Pivots
Formatting
PAGE 13
Concepts and Choices
 Format box vs Home ribbon formatting
 Categories: General, Number, Currency, Date, Time,
Percentage, Fraction, Scientific, Text, Special, Custom
 Alignment, Orientation, wrapping/shrinking, direction
 Font, Border, Fill
 Merge and center
 Headers and footers and printing
 Formatting tables
 Conditional formatting
 Formatting objects
Ranges Formatting
Formulas
Basics Functions Charts Pivots
Formatting
PAGE 14
Tips & Tricks
 Format cells custom dates
 Convert to number
 Phone numbers, social security numbers
 Aligning to export to other office applications
 Coloring part of a cell and selective fonts and sizes
 Entering multiline text
 Merge and center and reconfiguring complex tables
 Create your printable report
 Formatting ranges as table
 Customize the table bands
 Override default cell colors and remedies
 Color scaling your table
 Create a rule to highlight differences in your table
 Format painter
 Finding duplicates using conditional formatting
 Formatting pictures, charts, tables, pivot objects
Formatting
Ranges
Formulas
Basics Functions Charts Pivots
Functions
PAGE 15
Concepts and Choices
 Visual Basic for Applications, Macros and Excel filetypes
 Recording and playback of macros
 Add-ins
 Excel Add-in: Analysis ToolPak
 COM Add-in: MS Power Pivot
 Buttons and controls
 Cells used on a sheet
Formatting Functions
Ranges
Formulas
Basics Charts Pivots
Functions
PAGE 16
Tips & Tricks
 Enabling the Developer ribbon
 Recording a macro to delete empty cells
 Creating a function to calculate statistical data
 Add-ins
 Analysis ToolPak – perform a single regression
 FormulaDesk – format and analyze your formulas
 Button to delete empty cells
 Resetting the last cell on a sheet
Functions
Formatting
Ranges
Formulas
Basics Charts Pivots
Charts
PAGE 17
Concepts and Choices
 Chart types: column, line, pie, bar, area, XY (scatter),
map, stock, surface, radar, treemap, sunburst,
histogram, box & whisker, waterfall, funnel, combo
 Chart Elements: Axes, Axis titles, chart title, data labels,
data table, error bars, gridlines, legend, lines, trendline,
up/down bars
 Series names and values, category, Chart styles and text
formats, templates, in-sheet charts (conditional
formatting), quick layouts
Functions Charts
Formatting
Ranges
Formulas
Basics Pivots
Charts
PAGE 18
Tips & Tricks
 Create a simple bar chart
 Create a simple pie chart
 Format chart elements
 Create a Combo chart
 Create not a chart, but a heat map
 Create a map
 Create a Gantt chart
Charts
Functions
Formatting
Ranges
Formulas
Basics Pivots
Pivots
PAGE 19
Concepts and Choices
 Fields, filters, columns, rows, values, field list, refreshing
data
 Sort, filter, field format, summary calculations, group by
date, total percentage, distinct count, expansion and
collapsing grouped data
 Pivot charts, GetPivotData, Self-contained pivot tables,
manual group and sort, renaming fields, drill down,
tabular pivot tables, format empty cells
Charts Pivots
Functions
Formatting
Ranges
Formulas
Basics
Pivots
PAGE 20
Tips & Tricks
 Create a simple Pivot Table from source data
 Create a 2-D Pivot Table
 Add date grouping to a Pivot Table
 Sort by a field, filter by a field
 Add percentage field for an existing column
 Create Pivot Table to show distinct counts
 Create a simple Pivot Chart
 Use GetPivotData to refer to Pivot Table data
 Create a Self-contained Pivot Table
 Manually create bands of values in a Pivot Table
 Drill down summary values
 Create a Tabular Pivot Tables with repeating cells and formatted
empty cells
Pivots
Charts
Functions
Formatting
Ranges
Formulas
Basics
Links
 Microsoft’s Excel Help & Learning
 Udemy Excel Training
 Stack Overflow Excel tag
 Exceltip
 StackExchange’s superuser Excel tag
 Top Excel Add-ins
 FormulaDesk Add-in
 ExcelJet
PAGE 21
Q&A
 Contact me with your questions:
krs@ieee.org
+1.604.726.1387
www.linkedin..com/kgoodarzi
PAGE 22

Contenu connexe

Tendances

Training On Microsoft Excel
Training On Microsoft ExcelTraining On Microsoft Excel
Training On Microsoft ExcelTimesRide
 
Excel SUMIFS Function
Excel SUMIFS FunctionExcel SUMIFS Function
Excel SUMIFS FunctionExcel
 
Teaching Excel
Teaching ExcelTeaching Excel
Teaching Excelsam ran
 
Using Excel Functions
Using Excel FunctionsUsing Excel Functions
Using Excel FunctionsGautam Gupta
 
Ms excel basic about Data, graph and pivot table
Ms excel basic about Data, graph and pivot table Ms excel basic about Data, graph and pivot table
Ms excel basic about Data, graph and pivot table Alomgir Hossain
 
Microsoft Office Excel 2003 Sorting And Filtering
Microsoft Office Excel 2003 Sorting And FilteringMicrosoft Office Excel 2003 Sorting And Filtering
Microsoft Office Excel 2003 Sorting And FilteringMarc Morgenstern
 
ppt on data tab in ms.excel
ppt on data tab in ms.excelppt on data tab in ms.excel
ppt on data tab in ms.excelMayank Aggarwal
 
Microsoft word basics ppt
Microsoft word basics pptMicrosoft word basics ppt
Microsoft word basics pptjdbutler13
 
Charts and graphs in excel
Charts and graphs in excelCharts and graphs in excel
Charts and graphs in excelIqra Nehal
 
Formulas and functions - By Amresh Tiwari
Formulas and functions - By Amresh TiwariFormulas and functions - By Amresh Tiwari
Formulas and functions - By Amresh TiwariAmresh Tiwari
 
Displaying data using charts and graphs
Displaying data using charts and graphsDisplaying data using charts and graphs
Displaying data using charts and graphsCharles Flynt
 

Tendances (20)

Ms excel
Ms excelMs excel
Ms excel
 
A excel analysis toolpack -best
A excel analysis toolpack -bestA excel analysis toolpack -best
A excel analysis toolpack -best
 
Formatting in MS Excel
Formatting in MS ExcelFormatting in MS Excel
Formatting in MS Excel
 
Training On Microsoft Excel
Training On Microsoft ExcelTraining On Microsoft Excel
Training On Microsoft Excel
 
excel charts
excel chartsexcel charts
excel charts
 
Excel for beginner
Excel for beginnerExcel for beginner
Excel for beginner
 
Excel SUMIFS Function
Excel SUMIFS FunctionExcel SUMIFS Function
Excel SUMIFS Function
 
Teaching Excel
Teaching ExcelTeaching Excel
Teaching Excel
 
Basic Ms excel
Basic Ms excelBasic Ms excel
Basic Ms excel
 
Using Excel Functions
Using Excel FunctionsUsing Excel Functions
Using Excel Functions
 
Ms excel basic about Data, graph and pivot table
Ms excel basic about Data, graph and pivot table Ms excel basic about Data, graph and pivot table
Ms excel basic about Data, graph and pivot table
 
Microsoft Office Excel 2003 Sorting And Filtering
Microsoft Office Excel 2003 Sorting And FilteringMicrosoft Office Excel 2003 Sorting And Filtering
Microsoft Office Excel 2003 Sorting And Filtering
 
MS Excel - Charts
MS Excel - ChartsMS Excel - Charts
MS Excel - Charts
 
ppt on data tab in ms.excel
ppt on data tab in ms.excelppt on data tab in ms.excel
ppt on data tab in ms.excel
 
Microsoft word basics ppt
Microsoft word basics pptMicrosoft word basics ppt
Microsoft word basics ppt
 
Charts and graphs in excel
Charts and graphs in excelCharts and graphs in excel
Charts and graphs in excel
 
MS Excel
MS ExcelMS Excel
MS Excel
 
Excel training
Excel  training Excel  training
Excel training
 
Formulas and functions - By Amresh Tiwari
Formulas and functions - By Amresh TiwariFormulas and functions - By Amresh Tiwari
Formulas and functions - By Amresh Tiwari
 
Displaying data using charts and graphs
Displaying data using charts and graphsDisplaying data using charts and graphs
Displaying data using charts and graphs
 

Similaire à Data Analysis with MS Excel.pptx

Similaire à Data Analysis with MS Excel.pptx (20)

The basics of Microsoft excel
The basics of Microsoft excelThe basics of Microsoft excel
The basics of Microsoft excel
 
Model Assistant Suite
Model Assistant SuiteModel Assistant Suite
Model Assistant Suite
 
Exel
ExelExel
Exel
 
Spreadsheet nina
Spreadsheet ninaSpreadsheet nina
Spreadsheet nina
 
Excel training by rajesh p
Excel training by rajesh pExcel training by rajesh p
Excel training by rajesh p
 
Introductions to spreadsheets
Introductions to spreadsheetsIntroductions to spreadsheets
Introductions to spreadsheets
 
Microsoft Excel Basics
Microsoft Excel BasicsMicrosoft Excel Basics
Microsoft Excel Basics
 
IPT Preliminary Spreadsheets
IPT Preliminary SpreadsheetsIPT Preliminary Spreadsheets
IPT Preliminary Spreadsheets
 
Microsoft Excel
Microsoft ExcelMicrosoft Excel
Microsoft Excel
 
Advanced Excel Demo
Advanced Excel DemoAdvanced Excel Demo
Advanced Excel Demo
 
Excel Training
Excel TrainingExcel Training
Excel Training
 
use and create spreadsheet.ppt
use and create spreadsheet.pptuse and create spreadsheet.ppt
use and create spreadsheet.ppt
 
Microsoft Excel Training
Microsoft Excel TrainingMicrosoft Excel Training
Microsoft Excel Training
 
Excel Beginners.docx
Excel Beginners.docxExcel Beginners.docx
Excel Beginners.docx
 
ITB - UNIT 4.pdf
ITB - UNIT 4.pdfITB - UNIT 4.pdf
ITB - UNIT 4.pdf
 
Excel basics
Excel basicsExcel basics
Excel basics
 
Exp2003 exl ppt_03
Exp2003 exl ppt_03Exp2003 exl ppt_03
Exp2003 exl ppt_03
 
Microsoft Office Excel
Microsoft Office ExcelMicrosoft Office Excel
Microsoft Office Excel
 
Lesson6.ppt
Lesson6.pptLesson6.ppt
Lesson6.ppt
 
Lesson6 excel.ppt
Lesson6 excel.pptLesson6 excel.ppt
Lesson6 excel.ppt
 

Dernier

Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...kellynguyen01
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfkalichargn70th171
 
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...panagenda
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsJhone kinadey
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providermohitmore19
 
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfThe Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfkalichargn70th171
 
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AISyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AIABDERRAOUF MEHENNI
 
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerHow To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerThousandEyes
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...ICS
 
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...MyIntelliSource, Inc.
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️Delhi Call girls
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...Health
 
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Steffen Staab
 
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...MyIntelliSource, Inc.
 
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️anilsa9823
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVshikhaohhpro
 
How To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.jsHow To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.jsAndolasoft Inc
 
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...OnePlan Solutions
 
Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Modelsaagamshah0812
 

Dernier (20)

Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
 
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial Goals
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service provider
 
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfThe Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
 
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AISyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
 
Microsoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdfMicrosoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdf
 
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerHow To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
 
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
 
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
 
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
 
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTV
 
How To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.jsHow To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.js
 
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
 
Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Models
 

Data Analysis with MS Excel.pptx

  • 2. What will I learn? PAGE 2 Basic concepts of Excel Ranges, formulas, functions, formatting, charts, and pivots Tips & Tricks to help you with your daily use of Excel We will cover:  We will not cover:
  • 4. Basics What is MS Excel?  Microsoft Excel is a spreadsheet developed by Microsoft for Windows, macOS, Android and iOS. It features calculation, graphing tools, pivot tables, and a macro programming language called Visual Basic for Applications (VBA). It has been a very widely applied spreadsheet for these platforms, especially since version 5 in 1993, and it has replaced Lotus 1-2-3 as the industry standard for spreadsheets. Excel forms part of the Microsoft Office suite of software.*  A spreadsheet is a computer application for organization, analysis and storage of data in tabular form. ** PAGE 4 Basics Formulas Ranges Formatting * https://en.wikipedia.org/wiki/Microsoft_Excel ** https://en.wikipedia.org/wiki/Spreadsheet Functions There is no perfect presentation that doesn’t quote Wikipedia at least once. I did it twice just to be safe! Charts Pivots
  • 5. Basics Data Analytics  Data Science Lifecycle  Excel can help with  Pre-processing data  Analyzing data  Visualizing data PAGE 5 Basics Formulas Ranges Formatting Functions Charts Pivots
  • 6. Basics Concepts  Workbook, Worksheets (tabs), Rows/Columns, Cells  Insert/delete, copy/paste, move around  Data types (static/dynamic, text/number/date/…)  Tables, Ranges, Names  Objects, charts, Links, Drawings  Addresses (absolute, relative) PAGE 6 * Basics Formulas Ranges Formatting Functions Charts Pivots
  • 7. Basics Tips & Tricks  Finding a cell / hiding a cell  Coloring Tabs and tab naming good practices  Transposing a table  Avoiding merges and empty rows/columns for datasets  Absolute addressing (F4)  Format as Table, autofill formulas  Linking workbooks PAGE 7 * Basics Formulas Ranges Formatting Functions Charts Pivots
  • 8. Formulas Type in You can start typing a formula in a cell starting with an equal sign ‘=‘ followed by name of function or variables or clicking through cells (this is equivalent to clicking on the small fx button next to the formula bar) Insert Function From the Formulas ribbon, you can select ‘Insert Function’ button to get a dialog with a categorized list of all functions Select from Library From the Function Library on Formulas ribbon, you can select any of the predefined library functions or select from the ‘More Functions’ drop down PAGE 8 Basics Formulas Ranges Formatting Functions Charts Pivots
  • 9. Formulas PAGE 9 Concepts and Choices  Formula bar resizing, using other editors (e.g. Notepad++, VBA, or Eclipse)  Categories: Financial, Date/Time, Math/Trig, Statistical, Lookup/Reference, Database, Text, Logical, Information, Engineering, Cube, Compatibility, Web  Calculation Options/Calculate Now, Show Formulas, Evaluate Formulas  Error Checking, Circular References and arrows, Inconsistent formulas Formulas Basics Ranges Formatting Functions Charts Pivots
  • 10. Formulas PAGE 10 Function List  Financial: ACCRINT, RATE, YIELD  Date/Time: EDATE, DATE, DATEVALUE, YEAR, MONTH, DAY, HOUR, MINUTE, SECOND, NETWORKDAYS, TODAY, NOW, WEEKDAY  Math/Trig: INT, ROUND, ROUNDDOWN, ROUNDUP, MDETERM, MINVERSE, MMULT, MUNIT, RAND, RANDARRAY, RANDBETWEEN  Statistical: SUM, SUMIF, SUMIFS, SUMPRODUCT, AVERAGE, AVERAGEA, AVERAGEIF, AVERAGEIFS, BETA, BONOM, CHISQ, F, EXP, GAMMA, GAUSS, NORM, POISSON, T, COUNT, COUNTA, COUNTIF, COUNTIFS, COUNTBLANK, FREQUENCY, MIN, MAX  Lookup/Reference: ADDRESS, ROW, COLUMN, INDEX, INDIRECT, HLOOKUP, VLOOKUP, XLOOKUP, MATCH, XMATCH, UNIQUE, SORT, SORTBY, TRANSPOSE, GETPIVOTDATA  Text: CHAR, CONCAT, EXACT, LEFT, MID, RIGHT, LEN, FIND, LOWER, UPPER, VALUE, NUMBERVALUE, REPLACE, SUBSTITUTE, TEXT, T, TRIM, TEXTJOIN  Logical: AND, OR, XOR, NOT, FALSE, TRUE, IF, IFERROR, IFNA, IFS, SWITCH  Information: ISBLANK, ISERR, ISERROR, ISNA, ISLOGICAL, ISEVEN, ISODD, ISFORMULA, ISREF, ISTEXT, N, NA, SHEET, SHEETS, TYPE  Web: ENCODEURL, FILTERXML, WEBSERVICE Formulas Basics Ranges Formatting Functions Charts Pivots
  • 11. Ranges PAGE 11 Concepts and Choices  Definition of Range: rectangular set(s) of adjacent cells  Selecting ranges  Using Ctrl or Shift keys  Using the mouse  Ranges can be moved, copied, pasted, inserted, sorted  Ranges can have a name referenceable in formula  Tables are really a range  Format as table to create a table from a range  Table headers, Autofill, Row bands, Totals and Sub-totals, Auto-grow Formulas Ranges Basics Formatting Functions Charts Pivots
  • 12. Ranges PAGE 12 Tips & Tricks  Using Ctrl key to select non-adjacent ranges  Using Ctrl+End and Ctrl+Shift+Home to select all cells  Pasting vs. inserting  Name a range and use it in a formula  Sorting ranges vs sorting table columns  Create a Table from a range of imported data  Benefits of having your data in a table:  Sorting & Filtering using your table headers  Autofill formula  Using table column named in formula  Changing table format (bands)  Adding (sub)totals  Adding rows to the table (auto-grow) Ranges Formulas Basics Formatting Functions Charts Pivots
  • 13. Formatting PAGE 13 Concepts and Choices  Format box vs Home ribbon formatting  Categories: General, Number, Currency, Date, Time, Percentage, Fraction, Scientific, Text, Special, Custom  Alignment, Orientation, wrapping/shrinking, direction  Font, Border, Fill  Merge and center  Headers and footers and printing  Formatting tables  Conditional formatting  Formatting objects Ranges Formatting Formulas Basics Functions Charts Pivots
  • 14. Formatting PAGE 14 Tips & Tricks  Format cells custom dates  Convert to number  Phone numbers, social security numbers  Aligning to export to other office applications  Coloring part of a cell and selective fonts and sizes  Entering multiline text  Merge and center and reconfiguring complex tables  Create your printable report  Formatting ranges as table  Customize the table bands  Override default cell colors and remedies  Color scaling your table  Create a rule to highlight differences in your table  Format painter  Finding duplicates using conditional formatting  Formatting pictures, charts, tables, pivot objects Formatting Ranges Formulas Basics Functions Charts Pivots
  • 15. Functions PAGE 15 Concepts and Choices  Visual Basic for Applications, Macros and Excel filetypes  Recording and playback of macros  Add-ins  Excel Add-in: Analysis ToolPak  COM Add-in: MS Power Pivot  Buttons and controls  Cells used on a sheet Formatting Functions Ranges Formulas Basics Charts Pivots
  • 16. Functions PAGE 16 Tips & Tricks  Enabling the Developer ribbon  Recording a macro to delete empty cells  Creating a function to calculate statistical data  Add-ins  Analysis ToolPak – perform a single regression  FormulaDesk – format and analyze your formulas  Button to delete empty cells  Resetting the last cell on a sheet Functions Formatting Ranges Formulas Basics Charts Pivots
  • 17. Charts PAGE 17 Concepts and Choices  Chart types: column, line, pie, bar, area, XY (scatter), map, stock, surface, radar, treemap, sunburst, histogram, box & whisker, waterfall, funnel, combo  Chart Elements: Axes, Axis titles, chart title, data labels, data table, error bars, gridlines, legend, lines, trendline, up/down bars  Series names and values, category, Chart styles and text formats, templates, in-sheet charts (conditional formatting), quick layouts Functions Charts Formatting Ranges Formulas Basics Pivots
  • 18. Charts PAGE 18 Tips & Tricks  Create a simple bar chart  Create a simple pie chart  Format chart elements  Create a Combo chart  Create not a chart, but a heat map  Create a map  Create a Gantt chart Charts Functions Formatting Ranges Formulas Basics Pivots
  • 19. Pivots PAGE 19 Concepts and Choices  Fields, filters, columns, rows, values, field list, refreshing data  Sort, filter, field format, summary calculations, group by date, total percentage, distinct count, expansion and collapsing grouped data  Pivot charts, GetPivotData, Self-contained pivot tables, manual group and sort, renaming fields, drill down, tabular pivot tables, format empty cells Charts Pivots Functions Formatting Ranges Formulas Basics
  • 20. Pivots PAGE 20 Tips & Tricks  Create a simple Pivot Table from source data  Create a 2-D Pivot Table  Add date grouping to a Pivot Table  Sort by a field, filter by a field  Add percentage field for an existing column  Create Pivot Table to show distinct counts  Create a simple Pivot Chart  Use GetPivotData to refer to Pivot Table data  Create a Self-contained Pivot Table  Manually create bands of values in a Pivot Table  Drill down summary values  Create a Tabular Pivot Tables with repeating cells and formatted empty cells Pivots Charts Functions Formatting Ranges Formulas Basics
  • 21. Links  Microsoft’s Excel Help & Learning  Udemy Excel Training  Stack Overflow Excel tag  Exceltip  StackExchange’s superuser Excel tag  Top Excel Add-ins  FormulaDesk Add-in  ExcelJet PAGE 21
  • 22. Q&A  Contact me with your questions: krs@ieee.org +1.604.726.1387 www.linkedin..com/kgoodarzi PAGE 22

Notes de l'éditeur

  1. type ActiveSheet.UsedRange in Immediate window
  2. type ActiveSheet.UsedRange in Immediate window
  3. type ActiveSheet.UsedRange in Immediate window