Data Analysis Working With MS Excel: 1 - Computer Applications
Data Analysis Working With MS Excel: 1 - Computer Applications
DATA ANALYSIS
Starting Excel
We can start Excel from various options.
• From Microsoft Windows applications, select Microsoft Excel, click start – Programs -
Microsoft Excel
• Double click the MS Excel icon from the desktop
Work Books
A file in Microsoft Excel is called a work book. A work book is organized in various
worksheets. Thus a work book is a collection of work sheet used in a single file.
Worksheet
A worksheet is a table like document containing rows and columns with data and formula.
When MS Excel is opened, it starts with three worksheets.
MS Excel can handle with the following calculation and logical operators.
Calculation operators
Operators specify the type of calculation that we want to perform on the elements of a
formula. There are four different types of calculation operators are used. They are: arithmetic,
comparison, text concatenation (link together) and reference.
Arithmetic operators
Comparison operators
We can compare two values with the following operators. When two values are compared
by using these operators, the result is a logical value either TRUE or FALSE.
1 | Computer Applications
Text concatenation operator
Use the ampersand (&) to join, or concatenate, one or more text strings to produce a single
piece of text.
Example:- (A1&B1)
Reference operators
Combine ranges of cells for calculations with the following operators
To create a formula
=5*2+3
=5*(2+3)
To create formula with functions
=SUM(A1:A10) adds the numbers from A1 to A10
=AVERAGE(B1:B10) averages all numbers in the range B1 to B10
=LOG(10) logarithm of 10
Logical operations
Condition ‘IF’
“IF” command is used to check whether a condition is met and returns one value if TRUE and
another value if FALSE
example:- =IF(A1>1.4,”PASSED”,”FAILED”) If the value of A1 is greater than 1.4 it will display
as “PASSED” or display as “FAILED”.
MS Excel is also widely used to create various types of diagrams and graphs such as bar
diagrams, pie diagram, line chart, area chart, etc.
2 | Computer Applications
Demand Schedule
The above demand schedule and demand curve are drawn by using the excel facility.
Similarly, MS Excel provides facility to do mathematical and statistical operations. By using
these facilities various calculations can be done. Different types of charts can also be used for
better explaining the concepts and laws of economics.
3 | Computer Applications