SlideShare a Scribd company logo
Advances in
MS-Excel

Mohit Kumar
M.Sc. Earth Science Int. 3rd yr
Department of Geology,
Centre for Advanced Studies
©MRKS

1
About MS EXCEL
©MRKS

2
MS EXCEL
MS Excel is a spreadsheet program that
enables us to store and manipulate data
in a tabular form.
Spreadsheet also called worksheets,
which are made up of columns & rows.
Rows are numbered numerically and
columns are labelled alphabetically.
©MRKS

3
MS EXCEL
After Zth column, the column are labelled as AA, AB, AC,…
and so on. Again after the AZth column, the columns are
labelled as BA, BB, BC,… and so on.
The intersection of rows & column is called a cell, which
can store text, number data, and mathematical formulas.
Each spreadsheet contains 10,48,576 rows & 16,384
column that make 1048576*16384 = 17179869184 cells
in MS Excel 2013.
MS Excel contains a group of worksheets, which is known
as a workbook.

©MRKS

4
Rows & Column in Various versions
Versions of Excel up to 7.0 (1995 Excel for
Windows 95) had a limitation in the size of
their data sets of 16K (214 = 16384) rows.
Versions 8.0 (1997 Excel 97) through 11.0
(Excel 2003) could handle 64K (216 = 65536)
rows and 256 columns (28 as label 'IV').
Version 12.0 (Excel 2007) can handle 1M
(220 = 1048576) rows, and 16384 (214 as label
'XFD') columns.
Wikipedia

©MRKS

5
Last column

Last row

©MRKS

6
Advances of

MS Excel
©MRKS

7
Formatting the Data
Number

Alignment
Font
Border
Fill
Protection

©MRKS

8
©MRKS

9
©MRKS 10
©MRKS 11
©MRKS 12
©MRKS 13
©MRKS 14
©MRKS 15
©MRKS 16
©MRKS 17
©MRKS 18
©MRKS 19
©MRKS 20
©MRKS 21
©MRKS 22
©MRKS 23
©MRKS 24
©MRKS 25
Importing Data
Go to Data Menu

Click on External Data group
You can import data from any option

From Access

From Web

From Text

From Other
Sources

From Existing
Connections

©MRKS 26
©MRKS 27
Inserting a Table
Go to Tables toolbar

Select Table option

Select Range for Rows & Column

Table formed with column header

You may rename the column header by
double clicking on it.

©MRKS 28
©MRKS 29
©MRKS 30
©MRKS 31
Charts & Graphs
Charts and Graphs are visual representations of the data.
Excel supports many kinds of charts and graphs to help you
display data in ways that are meaningful to your audience.
Charts
Type
Column
Chart

Surface
Chart

Bar Chart
Line Chart

Pivot
Chart

Area Chart
Scatter
Chart

Pie Chart

©MRKS 32
Charts Types
Column
Chart

• Use this chart type to visually compare values across a few categories.

Bar Chart

• Use this chart type to visually compare values across a few categories when the chart shows
duration or the category text is long.

Line Chart

• Use this chart type to show trend over time (years, months, and days) or categories.

Pie Chart

• Use this chart type to show proportions of a whole. Use it when the total of your numbers is
100%.

Scatter Chart

• Use this chart type to show the relationship between sets of values.

Surface Chart

• Use this chart type to show trends in values across two dimensions in a continuous curve.

Area Chart

• Use this chart type to show trends over time (years, months, and days) or categories. Use it to
highlight the magnitude of change over time.

Pivot Chart

• Use Pivot Charts to graphically summarize data and explore complicated data.

©MRKS 33
Create a Chart
Select data range i.e., cell C3 to M11.

On the Ribbon, Select the Insert tab

Go to Charts toolbar
Select Any type of Chart
Column Chart

Line Chart

Bar Chart

Pie Chart

Area Chart

Scatter Chart

Once you create a chart a Chart Tools section will appear in the Ribbon and includes
Design

Format

©MRKS 34
©MRKS 35
©MRKS 36
©MRKS 37
©MRKS 38
©MRKS 39
©MRKS 40
Sorting
Select the data i.e., cell C3 to D11.
From Data toolbar > click on Sort.
A dialogue box will appear on screen in which, you can
• You can add or delete more levels.
• Sort by according to any column.
• You may define order in which it sot the data.
• In Option, you can change the order of sorting whether from
top to bottom or left to right.

©MRKS 41
©MRKS 42
©MRKS
©MRKS 43
Protecting your Work
Create a password that only allows certain users
to change the worksheet or the entire workbook.
There are two
types of
protection:

Cell Protection

Worksheet
Protection

Workbook
Protection

©MRKS 44
Cell Protection

©MRKS 45
©MRKS 46
©MRKS 47
Worksheet Protection
It prevent unwanted changes from others by limiting their ability to
edit.

E.g., you can prevent people from editing locked cells or making
formatting changes.
Procedure:
• On the Ribbon, select the Review tab
• In the Changes group, click Protect Sheet
• In the text box under Password to unprotect sheet:, type
your password to lock that sheet
• Now, your sheet is password protected.
• Again you can Unprotect your Worksheet by same step

©MRKS 48
©MRKS 49
©MRKS 50
Workbook Protection
Keep others from making structural changes to
your workbook, such as moving, deleting or
adding sheets.
Procedure:
• On the Ribbon, select the Review tab
• In the Changes group, click Protect Workbook.
• Enter your password, it protect your workbook from
structural changes.
• Again, you can Unprotect your Workbook by same steps.

©MRKS 51
©MRKS 52
©MRKS 53
Inserting a Picture
You can insert pictures from your computer or from other
computers that you’re connected to. Also you can find
pictures from a variety of online sources.

Procedure:
• Go to Insert ribbon, select picture
• A dialogue box will appear from
where you can insert a picture.
©MRKS 54
©MRKS 55
Functions
With the help of a Function, you can easily
pick functions to use and get help on how to
fill out the input values.

Procedure:

• Go to Formulas Ribbon.
• From Function Library group,
you
can
use
any
function/formula as per your
requirement.

©MRKS 56
Financial

Web

Logical

Compatibility

Text

Function
Library

Information

Date & Time

Lookup &
Refrence

Cube

Math &
Trignometry

Engineering
Statisical

©MRKS 57
Use of Some Functions

©MRKS 58
Some Basic Function
SUM
Automatically add it up. Your total will appear after the
selected cells.

AVERAGE
Returns the average (arithmetic mean) of its arguments, which
can be number or references that contain numbers.

COUNT
Counts the number of cells in a range that contain numbers.

MEDIAN
Returns the median, or the number in the middle of the set of
given numbers.

©MRKS 59
Some Basic Function
MAX
Returns the largest value in a set of values. Ignores
logical values and text.

MIN
Returns the smallest value in a set of values. Ignore
logical values and text.

MODE
Returns the most frequency occurring, or repetitive,
value in an array or range of data.

IF
Check whether a condition is met, and returns one value
if TRUE, and another value if FALSE.

©MRKS 60
Some Basic Function
VAR
Estimates variance based on a sample (ignore logical values
and text in the sample).

VARP
Calculates variance based on the entire population (ignores
logical values and text in the population).

STDEV
Estimates the standard deviation based on a sample (ignores
logical values and text in the sample).

STDEVP
Calculates standard deviation based on the entire population
given as arguments (ignore logical values and text).

©MRKS 61
©MRKS 62
Inserting a function
There are two ways to insert a function.
1. Select a cell,





Go to Formulas Ribbon,
Select function categories from Function Library
Insert the function
Select the range inside the parentheses.

2. Select a cell
 Insert a function manually after ‘=‘.
 Select range inside the parentheses.
Note: In case 2, you have to know the abbreviations used for functions.

©MRKS 63
E.g., Inserting a T-Test function
Returns the probability associated with a Student’s tTest.

Procedure:
Select the cell.
Insert the ttest function after the ‘=‘ inside the ().
Give the range for array1 & array2 separating by (,)
Input the tail value i.e., 1 or 2.
Input the type i.e., 1, 2, or 3.
Lastly close the function inside the parenthesis.

©MRKS 64
©MRKS 65
E.g., Inserting a Correlation function
Return the correlation coefficient between two
data sets.

Procedure:
Select a cell.
Insert correl function after ‘=‘ inside the ().
Give the range for array1 & array2 separating by
(,).
Lastly close the function inside the parenthesis.
©MRKS 66
©MRKS 67
Data Analysis
Tools for financial and scientific data analysis.
Data Analysis Tool contains:
 Anova
 Anova: Single-Factor
 Anova: Two-Factor with Replication
 Anova: Two-Factor without Replication

 Correlation
 Covariance
 Descriptive Statistics
 Exponential Smoothing
 F-Test Two-Sample for Variance

©MRKS 68
Data Analysis
 Fourier Analysis
 Histogram
 Moving Average
 Random Number Generation
 Rank and Percentile
 Regression
 Sampling
 t-test
 t-Test: Paired Two Sample for Means
 t-Test: Two-Sample Assuming Equal Variances
 t-Test: Two-Sample Assuming Unequal Variances

 z-Test
 VBA functions for the Analysis ToolPak

©MRKS 69
Data Analysis
In Initial, this feature isn’t available in Office.
Load and Activate the Analysis ToolPak:
Click the File tab, click Options, and then click the AddIns category.
In the Manage box, select Excel Add-ins and then click
Go.
In the Add-Ins dialog box, select the Analysis ToolPak
check box, and then click OK.
If Analysis ToolPak is not listed in the Add-Ins available
box, click Browse to locate it.
If you are prompted that the Analysis ToolPak is not
currently installed on your computer, click Yes to install it.

©MRKS 70
Inserting Functions
from Data Analysis
©MRKS 71
Correlation
The CORREL functions calculate the
correlation coefficient between two
measurement
variables
when
measurements on each variable are
observed for each of N subjects.
It provides an output table, a correlation
matrix, that shows the value of CORREL
applied to each possible pair of
measurement variables.
©MRKS 72
Correlation
Procedure:
Click the File tab, click Data Analysis Tool.
A dialogue box will appear tha contain names of
some functions.
Select Correlation from the box, then OK.
Another dialogue box appear.
Give Input range & Output range as well as
specify the matrix inserted row-wise or column
wise.
©MRKS 73
©MRKS 74
©MRKS 75
©MRKS 76
©MRKS 77
©MRKS 78
t-Test: Two-Sample Assuming Unequal Variances

This analysis tool performs a two-sample
student's t-Test. This t-Test form assumes
that the two data sets came from
distributions with unequal variances. It is
referred to as a heteroscedastic t-Test

©MRKS 79
t-Test: Two-Sample Assuming Unequal Variances

Procedure:
Click the File tab, click Data Analysis Tool.
A dialogue box will appear tha contain names of
some functions.
Select t-Test: Two-Sample Assuming Unequal
Variances from the box, then OK.
Another dialogue box appear.
Give Input range i.e., variable1 and variable2 &
Output range. Then, click OK.
©MRKS 80
©MRKS 81
©MRKS 82
©MRKS 83
©MRKS 84
Show Formulas
Displays the formula in each cell instead of the
resulting value.

Procedure:
Click Formulas Tab, Click Show Formulas.
It automatically shows the formulae used in whole
worksheet.
Again, clicking on Show Formulas, you can hide the
formulae used in cells.
©MRKS 85
©MRKS 86
©MRKS 87
Some Applications of MS Excel
Used for data analysis as it has financial and statistical
function.
Storing data in systematic way. Like one Excel file for
each day.
Making invoices, timesheet, Trackers etc.
Creating charts for presentation which further can be
moved to presentation software like Power Point.
Used for cleaning data like removing duplicate reports,
filtering out specific records etc.
Also used for coding, we can create a formulated sheet
through which we can get automatically results.

©MRKS 88
My Formulated Sheet

©MRKS 89
Before Inserting the Data

©MRKS 90
©MRKS 91
©MRKS 92
©MRKS 93
After Inserting the Data

©MRKS 94
©MRKS 95
©MRKS 96
©MRKS 97
©MRKS 98
©MRKS 99
©MRKS100
©MRKS101
Thank You
©MRKS102

More Related Content

PPTX
Advance excel
SiddheshHadge
 
PPT
Using vlookup in excel
megankilb
 
PPTX
Intermediate Excel
Lisa De Castro, Ph.D.
 
PPTX
Data Management in Excel
Muhammad Yasir Bhutta
 
PDF
50 MS Excel Tips and Tricks
BurCom Consulting Ltd.
 
PDF
Advanced Microsoft Excel
Eric Metelka
 
PPT
Unit 4 ms excel of class 8
Geethu Bijesh
 
PPTX
MS-EXCEL Assignment Help
Rahul Kataria
 
Advance excel
SiddheshHadge
 
Using vlookup in excel
megankilb
 
Intermediate Excel
Lisa De Castro, Ph.D.
 
Data Management in Excel
Muhammad Yasir Bhutta
 
50 MS Excel Tips and Tricks
BurCom Consulting Ltd.
 
Advanced Microsoft Excel
Eric Metelka
 
Unit 4 ms excel of class 8
Geethu Bijesh
 
MS-EXCEL Assignment Help
Rahul Kataria
 

What's hot (20)

PPT
Advanced Excel ppt
Sudipta Mazumder
 
PPTX
Ms Excel Basic to Advance Tutorial
Bikal Shrestha
 
PPTX
Excel functions and formulas
Jason Wong
 
PPTX
Ppt on pivot table
Hemendra Vyas
 
PPTX
Introduction of Advance Excel
CBitss Technologies
 
PPT
Charts in EXCEL
pkottke
 
PPTX
Excel training
Alexandru Gologan
 
PPT
Training On Microsoft Excel
TimesRide
 
PPT
Pivot Tables
Dr. C.V. Suresh Babu
 
PPTX
Data Analysis with MS Excel.pptx
Kouros Goodarzi
 
PPTX
Basic Excel PPT Presentation.pptx
ClengAP
 
PPT
Excel formulas tf-jul1605
Shaikh شیخ Kalim کلیم
 
PPT
Introduction to Excel
Najma Alam
 
PPTX
Formatting in MS Excel
Muhammad Yasir Bhutta
 
PPTX
Charts and pivot tables
UttaraChattopadhyay
 
PPTX
'Spreadsheet'
Rashmi Gowda
 
PPTX
Excel for beginner
Shashank Jain
 
PPT
Advance Excel Training
Priyanka Verma
 
PDF
Formulas and functions - By Amresh Tiwari
Amresh Tiwari
 
PPT
Ms excel basic about Data, graph and pivot table
Alomgir Hossain
 
Advanced Excel ppt
Sudipta Mazumder
 
Ms Excel Basic to Advance Tutorial
Bikal Shrestha
 
Excel functions and formulas
Jason Wong
 
Ppt on pivot table
Hemendra Vyas
 
Introduction of Advance Excel
CBitss Technologies
 
Charts in EXCEL
pkottke
 
Excel training
Alexandru Gologan
 
Training On Microsoft Excel
TimesRide
 
Pivot Tables
Dr. C.V. Suresh Babu
 
Data Analysis with MS Excel.pptx
Kouros Goodarzi
 
Basic Excel PPT Presentation.pptx
ClengAP
 
Excel formulas tf-jul1605
Shaikh شیخ Kalim کلیم
 
Introduction to Excel
Najma Alam
 
Formatting in MS Excel
Muhammad Yasir Bhutta
 
Charts and pivot tables
UttaraChattopadhyay
 
'Spreadsheet'
Rashmi Gowda
 
Excel for beginner
Shashank Jain
 
Advance Excel Training
Priyanka Verma
 
Formulas and functions - By Amresh Tiwari
Amresh Tiwari
 
Ms excel basic about Data, graph and pivot table
Alomgir Hossain
 
Ad

Viewers also liked (20)

PPSX
Advanced Excel &Basic Excel Training
aarkex
 
PPTX
MS EXCEL PPT PRESENTATION
Mridul Bansal
 
PPTX
Ppt on ms excel
Govind Mandloi
 
PPTX
Functions and formulas of ms excel
madhuparna bhowmik
 
PPT
Ms excel ppt
Mukund Trivedi
 
PDF
2016 ms excel_bm
Rajesh Math
 
PPTX
MS Excel 2013
Jahnavee Parmar
 
PPT
Teaching Excel
sam ran
 
PPTX
Ms excel 2007
rgaotbgal261415
 
PDF
Macro VBA Excel2010 by A'Rong
smittichai chaiyawong
 
PPTX
Data validation - Excel
Yi Chiao Cheng
 
PPTX
Data validation
Qamar Wajid
 
PDF
Excel Intermediate 2007
simply_coool
 
PDF
AP Excel Intermediate 8th June 2016
Andrea Pizzadili
 
PPTX
Intermediate excel application to advanced courses
zavenger
 
PPT
Installing virtual box and windows server 2008 R2
Anna Hristova
 
PPT
Power point tutorial
sharon49
 
PDF
Advanced excel 2010
smittichai chaiyawong
 
PPTX
Excel presentation data validation
Nagamani Y R
 
PPTX
Data validation in web applications
srkirkland
 
Advanced Excel &Basic Excel Training
aarkex
 
MS EXCEL PPT PRESENTATION
Mridul Bansal
 
Ppt on ms excel
Govind Mandloi
 
Functions and formulas of ms excel
madhuparna bhowmik
 
Ms excel ppt
Mukund Trivedi
 
2016 ms excel_bm
Rajesh Math
 
MS Excel 2013
Jahnavee Parmar
 
Teaching Excel
sam ran
 
Ms excel 2007
rgaotbgal261415
 
Macro VBA Excel2010 by A'Rong
smittichai chaiyawong
 
Data validation - Excel
Yi Chiao Cheng
 
Data validation
Qamar Wajid
 
Excel Intermediate 2007
simply_coool
 
AP Excel Intermediate 8th June 2016
Andrea Pizzadili
 
Intermediate excel application to advanced courses
zavenger
 
Installing virtual box and windows server 2008 R2
Anna Hristova
 
Power point tutorial
sharon49
 
Advanced excel 2010
smittichai chaiyawong
 
Excel presentation data validation
Nagamani Y R
 
Data validation in web applications
srkirkland
 
Ad

Similar to Advances in ms excel (20)

PDF
Microsoft Excel- basics
jeshin jose
 
PDF
Using procedure of excel and methods to use they way and design
BhavadharaniR
 
PDF
Getting Started with Microsoft Excel PPT.pdf
anuujinchimeddeleeg
 
PPTX
Excel_Breif_Overview.pptx
Nitish Nagar
 
PPTX
ROLL NO. - 220711130076_Shilpi_Das _MS_EXCEl.pptx
Dr Aniket Sutradhar (Kalna College)
 
PPT
Project on Electronic Spreadsheets for Students
PramodSingh874369
 
PPTX
MS excel and their functions keys and their usage
shumailbashir82
 
PPTX
1.2 Zep Excel.pptx
PizzaM
 
PPT
Intro_Excel_FA12ff.ppthhhhhhhhhhhhhhhhhhhhhhhhhhhhh
BagusSaputra86
 
PPT
Uses & applications of microsoft excel in vph research
Dr Alok Bharti
 
PPTX
IPT Preliminary Spreadsheets
thowell1985
 
PPT
Intro_Excel_FA12.ppt
rajasekar643931
 
PPT
Introduction of Excel and describe the excel
parmjeetsingh5014
 
PPT
introduction to microsoft excel functions and formulas.ppt
euphymialuxflorettel
 
PPT
Microsoft Excel Tutorials-Beginners .ppt
rpdakshina
 
PPT
Excle
kamal modi
 
PPT
Intro_Excel_FA12.ppt22222222222222222222222222222
BagusSaputra86
 
PPT
Introduction to Excel - The Basics for Beginners
PubuduPalliyage1
 
PPT
Intro toooooooooooooooExcel_FA12 (1).ppt
jawariaKhan5
 
PPT
Assencial Training Course _Excel_FA12.ppt
DahirAbdiMaxamuud
 
Microsoft Excel- basics
jeshin jose
 
Using procedure of excel and methods to use they way and design
BhavadharaniR
 
Getting Started with Microsoft Excel PPT.pdf
anuujinchimeddeleeg
 
Excel_Breif_Overview.pptx
Nitish Nagar
 
ROLL NO. - 220711130076_Shilpi_Das _MS_EXCEl.pptx
Dr Aniket Sutradhar (Kalna College)
 
Project on Electronic Spreadsheets for Students
PramodSingh874369
 
MS excel and their functions keys and their usage
shumailbashir82
 
1.2 Zep Excel.pptx
PizzaM
 
Intro_Excel_FA12ff.ppthhhhhhhhhhhhhhhhhhhhhhhhhhhhh
BagusSaputra86
 
Uses & applications of microsoft excel in vph research
Dr Alok Bharti
 
IPT Preliminary Spreadsheets
thowell1985
 
Intro_Excel_FA12.ppt
rajasekar643931
 
Introduction of Excel and describe the excel
parmjeetsingh5014
 
introduction to microsoft excel functions and formulas.ppt
euphymialuxflorettel
 
Microsoft Excel Tutorials-Beginners .ppt
rpdakshina
 
Excle
kamal modi
 
Intro_Excel_FA12.ppt22222222222222222222222222222
BagusSaputra86
 
Introduction to Excel - The Basics for Beginners
PubuduPalliyage1
 
Intro toooooooooooooooExcel_FA12 (1).ppt
jawariaKhan5
 
Assencial Training Course _Excel_FA12.ppt
DahirAbdiMaxamuud
 

More from Mohit Kumar (8)

PDF
Borehole Geophysical Techniques
Mohit Kumar
 
PDF
Subsurface geophysical methods
Mohit Kumar
 
DOCX
Crude oil
Mohit Kumar
 
PPT
Classification of igneous rocks
Mohit Kumar
 
PPT
Walther’s law of correlation of facies
Mohit Kumar
 
PPT
Wacke ( graywacke)
Mohit Kumar
 
PPT
Wacke ( graywacke)
Mohit Kumar
 
PPTX
Geology of Earth
Mohit Kumar
 
Borehole Geophysical Techniques
Mohit Kumar
 
Subsurface geophysical methods
Mohit Kumar
 
Crude oil
Mohit Kumar
 
Classification of igneous rocks
Mohit Kumar
 
Walther’s law of correlation of facies
Mohit Kumar
 
Wacke ( graywacke)
Mohit Kumar
 
Wacke ( graywacke)
Mohit Kumar
 
Geology of Earth
Mohit Kumar
 

Recently uploaded (20)

PDF
The Future of Artificial Intelligence (AI)
Mukul
 
PDF
Unlocking the Future- AI Agents Meet Oracle Database 23ai - AIOUG Yatra 2025.pdf
Sandesh Rao
 
PDF
Oracle AI Vector Search- Getting Started and what's new in 2025- AIOUG Yatra ...
Sandesh Rao
 
PDF
Presentation about Hardware and Software in Computer
snehamodhawadiya
 
PPTX
IT Runs Better with ThousandEyes AI-driven Assurance
ThousandEyes
 
PDF
Peak of Data & AI Encore - Real-Time Insights & Scalable Editing with ArcGIS
Safe Software
 
PPTX
The Future of AI & Machine Learning.pptx
pritsen4700
 
PDF
How Open Source Changed My Career by abdelrahman ismail
a0m0rajab1
 
PDF
Data_Analytics_vs_Data_Science_vs_BI_by_CA_Suvidha_Chaplot.pdf
CA Suvidha Chaplot
 
PDF
AI Unleashed - Shaping the Future -Starting Today - AIOUG Yatra 2025 - For Co...
Sandesh Rao
 
PPTX
New ThousandEyes Product Innovations: Cisco Live June 2025
ThousandEyes
 
PDF
A Strategic Analysis of the MVNO Wave in Emerging Markets.pdf
IPLOOK Networks
 
PDF
Research-Fundamentals-and-Topic-Development.pdf
ayesha butalia
 
PPTX
Simple and concise overview about Quantum computing..pptx
mughal641
 
PDF
Orbitly Pitch Deck|A Mission-Driven Platform for Side Project Collaboration (...
zz41354899
 
PDF
Responsible AI and AI Ethics - By Sylvester Ebhonu
Sylvester Ebhonu
 
PDF
The Future of Mobile Is Context-Aware—Are You Ready?
iProgrammer Solutions Private Limited
 
PPTX
Agile Chennai 18-19 July 2025 Ideathon | AI Powered Microfinance Literacy Gui...
AgileNetwork
 
PDF
Get More from Fiori Automation - What’s New, What Works, and What’s Next.pdf
Precisely
 
PPTX
OA presentation.pptx OA presentation.pptx
pateldhruv002338
 
The Future of Artificial Intelligence (AI)
Mukul
 
Unlocking the Future- AI Agents Meet Oracle Database 23ai - AIOUG Yatra 2025.pdf
Sandesh Rao
 
Oracle AI Vector Search- Getting Started and what's new in 2025- AIOUG Yatra ...
Sandesh Rao
 
Presentation about Hardware and Software in Computer
snehamodhawadiya
 
IT Runs Better with ThousandEyes AI-driven Assurance
ThousandEyes
 
Peak of Data & AI Encore - Real-Time Insights & Scalable Editing with ArcGIS
Safe Software
 
The Future of AI & Machine Learning.pptx
pritsen4700
 
How Open Source Changed My Career by abdelrahman ismail
a0m0rajab1
 
Data_Analytics_vs_Data_Science_vs_BI_by_CA_Suvidha_Chaplot.pdf
CA Suvidha Chaplot
 
AI Unleashed - Shaping the Future -Starting Today - AIOUG Yatra 2025 - For Co...
Sandesh Rao
 
New ThousandEyes Product Innovations: Cisco Live June 2025
ThousandEyes
 
A Strategic Analysis of the MVNO Wave in Emerging Markets.pdf
IPLOOK Networks
 
Research-Fundamentals-and-Topic-Development.pdf
ayesha butalia
 
Simple and concise overview about Quantum computing..pptx
mughal641
 
Orbitly Pitch Deck|A Mission-Driven Platform for Side Project Collaboration (...
zz41354899
 
Responsible AI and AI Ethics - By Sylvester Ebhonu
Sylvester Ebhonu
 
The Future of Mobile Is Context-Aware—Are You Ready?
iProgrammer Solutions Private Limited
 
Agile Chennai 18-19 July 2025 Ideathon | AI Powered Microfinance Literacy Gui...
AgileNetwork
 
Get More from Fiori Automation - What’s New, What Works, and What’s Next.pdf
Precisely
 
OA presentation.pptx OA presentation.pptx
pateldhruv002338
 

Advances in ms excel

  • 1. Advances in MS-Excel Mohit Kumar M.Sc. Earth Science Int. 3rd yr Department of Geology, Centre for Advanced Studies ©MRKS 1
  • 3. MS EXCEL MS Excel is a spreadsheet program that enables us to store and manipulate data in a tabular form. Spreadsheet also called worksheets, which are made up of columns & rows. Rows are numbered numerically and columns are labelled alphabetically. ©MRKS 3
  • 4. MS EXCEL After Zth column, the column are labelled as AA, AB, AC,… and so on. Again after the AZth column, the columns are labelled as BA, BB, BC,… and so on. The intersection of rows & column is called a cell, which can store text, number data, and mathematical formulas. Each spreadsheet contains 10,48,576 rows & 16,384 column that make 1048576*16384 = 17179869184 cells in MS Excel 2013. MS Excel contains a group of worksheets, which is known as a workbook. ©MRKS 4
  • 5. Rows & Column in Various versions Versions of Excel up to 7.0 (1995 Excel for Windows 95) had a limitation in the size of their data sets of 16K (214 = 16384) rows. Versions 8.0 (1997 Excel 97) through 11.0 (Excel 2003) could handle 64K (216 = 65536) rows and 256 columns (28 as label 'IV'). Version 12.0 (Excel 2007) can handle 1M (220 = 1048576) rows, and 16384 (214 as label 'XFD') columns. Wikipedia ©MRKS 5
  • 26. Importing Data Go to Data Menu Click on External Data group You can import data from any option From Access From Web From Text From Other Sources From Existing Connections ©MRKS 26
  • 28. Inserting a Table Go to Tables toolbar Select Table option Select Range for Rows & Column Table formed with column header You may rename the column header by double clicking on it. ©MRKS 28
  • 32. Charts & Graphs Charts and Graphs are visual representations of the data. Excel supports many kinds of charts and graphs to help you display data in ways that are meaningful to your audience. Charts Type Column Chart Surface Chart Bar Chart Line Chart Pivot Chart Area Chart Scatter Chart Pie Chart ©MRKS 32
  • 33. Charts Types Column Chart • Use this chart type to visually compare values across a few categories. Bar Chart • Use this chart type to visually compare values across a few categories when the chart shows duration or the category text is long. Line Chart • Use this chart type to show trend over time (years, months, and days) or categories. Pie Chart • Use this chart type to show proportions of a whole. Use it when the total of your numbers is 100%. Scatter Chart • Use this chart type to show the relationship between sets of values. Surface Chart • Use this chart type to show trends in values across two dimensions in a continuous curve. Area Chart • Use this chart type to show trends over time (years, months, and days) or categories. Use it to highlight the magnitude of change over time. Pivot Chart • Use Pivot Charts to graphically summarize data and explore complicated data. ©MRKS 33
  • 34. Create a Chart Select data range i.e., cell C3 to M11. On the Ribbon, Select the Insert tab Go to Charts toolbar Select Any type of Chart Column Chart Line Chart Bar Chart Pie Chart Area Chart Scatter Chart Once you create a chart a Chart Tools section will appear in the Ribbon and includes Design Format ©MRKS 34
  • 41. Sorting Select the data i.e., cell C3 to D11. From Data toolbar > click on Sort. A dialogue box will appear on screen in which, you can • You can add or delete more levels. • Sort by according to any column. • You may define order in which it sot the data. • In Option, you can change the order of sorting whether from top to bottom or left to right. ©MRKS 41
  • 44. Protecting your Work Create a password that only allows certain users to change the worksheet or the entire workbook. There are two types of protection: Cell Protection Worksheet Protection Workbook Protection ©MRKS 44
  • 48. Worksheet Protection It prevent unwanted changes from others by limiting their ability to edit. E.g., you can prevent people from editing locked cells or making formatting changes. Procedure: • On the Ribbon, select the Review tab • In the Changes group, click Protect Sheet • In the text box under Password to unprotect sheet:, type your password to lock that sheet • Now, your sheet is password protected. • Again you can Unprotect your Worksheet by same step ©MRKS 48
  • 51. Workbook Protection Keep others from making structural changes to your workbook, such as moving, deleting or adding sheets. Procedure: • On the Ribbon, select the Review tab • In the Changes group, click Protect Workbook. • Enter your password, it protect your workbook from structural changes. • Again, you can Unprotect your Workbook by same steps. ©MRKS 51
  • 54. Inserting a Picture You can insert pictures from your computer or from other computers that you’re connected to. Also you can find pictures from a variety of online sources. Procedure: • Go to Insert ribbon, select picture • A dialogue box will appear from where you can insert a picture. ©MRKS 54
  • 56. Functions With the help of a Function, you can easily pick functions to use and get help on how to fill out the input values. Procedure: • Go to Formulas Ribbon. • From Function Library group, you can use any function/formula as per your requirement. ©MRKS 56
  • 57. Financial Web Logical Compatibility Text Function Library Information Date & Time Lookup & Refrence Cube Math & Trignometry Engineering Statisical ©MRKS 57
  • 58. Use of Some Functions ©MRKS 58
  • 59. Some Basic Function SUM Automatically add it up. Your total will appear after the selected cells. AVERAGE Returns the average (arithmetic mean) of its arguments, which can be number or references that contain numbers. COUNT Counts the number of cells in a range that contain numbers. MEDIAN Returns the median, or the number in the middle of the set of given numbers. ©MRKS 59
  • 60. Some Basic Function MAX Returns the largest value in a set of values. Ignores logical values and text. MIN Returns the smallest value in a set of values. Ignore logical values and text. MODE Returns the most frequency occurring, or repetitive, value in an array or range of data. IF Check whether a condition is met, and returns one value if TRUE, and another value if FALSE. ©MRKS 60
  • 61. Some Basic Function VAR Estimates variance based on a sample (ignore logical values and text in the sample). VARP Calculates variance based on the entire population (ignores logical values and text in the population). STDEV Estimates the standard deviation based on a sample (ignores logical values and text in the sample). STDEVP Calculates standard deviation based on the entire population given as arguments (ignore logical values and text). ©MRKS 61
  • 63. Inserting a function There are two ways to insert a function. 1. Select a cell,     Go to Formulas Ribbon, Select function categories from Function Library Insert the function Select the range inside the parentheses. 2. Select a cell  Insert a function manually after ‘=‘.  Select range inside the parentheses. Note: In case 2, you have to know the abbreviations used for functions. ©MRKS 63
  • 64. E.g., Inserting a T-Test function Returns the probability associated with a Student’s tTest. Procedure: Select the cell. Insert the ttest function after the ‘=‘ inside the (). Give the range for array1 & array2 separating by (,) Input the tail value i.e., 1 or 2. Input the type i.e., 1, 2, or 3. Lastly close the function inside the parenthesis. ©MRKS 64
  • 66. E.g., Inserting a Correlation function Return the correlation coefficient between two data sets. Procedure: Select a cell. Insert correl function after ‘=‘ inside the (). Give the range for array1 & array2 separating by (,). Lastly close the function inside the parenthesis. ©MRKS 66
  • 68. Data Analysis Tools for financial and scientific data analysis. Data Analysis Tool contains:  Anova  Anova: Single-Factor  Anova: Two-Factor with Replication  Anova: Two-Factor without Replication  Correlation  Covariance  Descriptive Statistics  Exponential Smoothing  F-Test Two-Sample for Variance ©MRKS 68
  • 69. Data Analysis  Fourier Analysis  Histogram  Moving Average  Random Number Generation  Rank and Percentile  Regression  Sampling  t-test  t-Test: Paired Two Sample for Means  t-Test: Two-Sample Assuming Equal Variances  t-Test: Two-Sample Assuming Unequal Variances  z-Test  VBA functions for the Analysis ToolPak ©MRKS 69
  • 70. Data Analysis In Initial, this feature isn’t available in Office. Load and Activate the Analysis ToolPak: Click the File tab, click Options, and then click the AddIns category. In the Manage box, select Excel Add-ins and then click Go. In the Add-Ins dialog box, select the Analysis ToolPak check box, and then click OK. If Analysis ToolPak is not listed in the Add-Ins available box, click Browse to locate it. If you are prompted that the Analysis ToolPak is not currently installed on your computer, click Yes to install it. ©MRKS 70
  • 71. Inserting Functions from Data Analysis ©MRKS 71
  • 72. Correlation The CORREL functions calculate the correlation coefficient between two measurement variables when measurements on each variable are observed for each of N subjects. It provides an output table, a correlation matrix, that shows the value of CORREL applied to each possible pair of measurement variables. ©MRKS 72
  • 73. Correlation Procedure: Click the File tab, click Data Analysis Tool. A dialogue box will appear tha contain names of some functions. Select Correlation from the box, then OK. Another dialogue box appear. Give Input range & Output range as well as specify the matrix inserted row-wise or column wise. ©MRKS 73
  • 79. t-Test: Two-Sample Assuming Unequal Variances This analysis tool performs a two-sample student's t-Test. This t-Test form assumes that the two data sets came from distributions with unequal variances. It is referred to as a heteroscedastic t-Test ©MRKS 79
  • 80. t-Test: Two-Sample Assuming Unequal Variances Procedure: Click the File tab, click Data Analysis Tool. A dialogue box will appear tha contain names of some functions. Select t-Test: Two-Sample Assuming Unequal Variances from the box, then OK. Another dialogue box appear. Give Input range i.e., variable1 and variable2 & Output range. Then, click OK. ©MRKS 80
  • 85. Show Formulas Displays the formula in each cell instead of the resulting value. Procedure: Click Formulas Tab, Click Show Formulas. It automatically shows the formulae used in whole worksheet. Again, clicking on Show Formulas, you can hide the formulae used in cells. ©MRKS 85
  • 88. Some Applications of MS Excel Used for data analysis as it has financial and statistical function. Storing data in systematic way. Like one Excel file for each day. Making invoices, timesheet, Trackers etc. Creating charts for presentation which further can be moved to presentation software like Power Point. Used for cleaning data like removing duplicate reports, filtering out specific records etc. Also used for coding, we can create a formulated sheet through which we can get automatically results. ©MRKS 88
  • 90. Before Inserting the Data ©MRKS 90
  • 94. After Inserting the Data ©MRKS 94